today's questions is in regards to HTML.

if you are like many people, you may have a facebook account. have you noticed some people putting bold letters on their walls or in their chats. and you wondered how do they put bold letters on their postings? well, we are going to explain

every web page on the internet uses HTML, even facebook. to make bold lettes in HTML you use the <b> tags, but you can't use these tags in facebook, so you have to substitue and use their own code which is the * character

for example, lets say i want to make the following bold:

Webune has great tutorials!

this is how you would make it bold in HTML:
<b>Webune has great tutorials!</b>

and this is how you would make it bold in facebook post website:
*Webune has great tutorials!*