How To Put Bold Letters In Your Facebook Wall Messages
- Forums
- HTML
- How To Put Bold Letters In Your Facebook Wall Messages
This Page Will Show You How To Make Bold Letters In Facebook Post And Put Them On Your Chat [2703], Last Updated: Mon Jun 24, 2024
Webune Support
Sun May 30, 2010
47 Comments
6081 Visits
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!*