MyBB Codes
How to make bold text in html - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: ۞ Webmasters Resort ۞ (/forumdisplay.php?fid=30)
+--- Forum: General Categories (/forumdisplay.php?fid=32)
+---- Forum: Languages (/forumdisplay.php?fid=36)
+---- Thread: How to make bold text in html (/showthread.php?tid=802)


How to make bold text in html - theman - 02-12-2010 11:25 AM

In the html code
<html>
<b> THE TEXT </b>
</html>
so <b> </b> are the bold codes for html
isnt it cool Big Grin?


RE: How to make bold text in html - janyropal - 03-20-2010 02:00 AM

Text can be accented in many different ways. The first of these is BOLD.
Bold is symbolized by a <b> in front of the text you want bold, and a </b> at the end of the area you want bold. Inserting text into your file that is surrounded by the bold tag will accentuate the text.

Try following program.
<!--<html>
<head>
<title>
</title>
</head>
<body bgcolor="#ffff00">
<font color="#0000ff">
<h1 align="center"> My very first html page</h1>
<font size="6">
Welcome to my html page <br>
<center>
where I am showing my html skills
</center>
</font>
<p align="right">
<font size="4">
I want to learn everything I can about html
</font>
</p>
<div align="left"> So I can make cool web pages</div>
</font>
</body>
</html>
-->


RE: How to make bold text in html - assad - 03-26-2010 07:13 AM

<b></b>

Are more simple to use... xP


RE: How to make bold text in html - davidmorgan744 - 07-15-2010 08:41 AM

Here is the answer to your question that

<HTML>
<BODY>
<b> TEXT </b>
</BODY>
</HTML>


RE: How to make bold text in html - jonnybbush - 08-30-2010 03:02 PM

There are so many tags in HTML

<b>...</b> Bold
</br> for Break
</hr> Horizontal Line
<P>...</p> Paragraph


RE: How to make bold text in html - smithsjhons - 09-07-2010 03:50 PM

using <b>...</b> and
Use Cascading Style Sheets for font styles and sizes.


RE: How to make bold text in html - mickyjulien - 09-22-2010 11:31 AM

Using CSS file,
Using <b> ... </b>
Using <strong> ... </strong>


RE: How to make bold text in html - KiraX - 10-21-2010 04:45 PM

<center><b><font color="#0080FF" size="5" face="splash">Hello People!!</font></b></center>

xD!


RE: How to make bold text in html - tufni - 12-24-2010 05:30 PM

there are two way to make bold text
1. <b>TEXT</b>
2.<strong>TEXT</strong>