02-12-2010, 11:25 AM
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>
-->
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>
-->
03-26-2010, 07:13 AM
Code:[Highlight]
<b></b>
Are more simple to use... xP
07-15-2010, 08:41 AM
Here is the answer to your question that
<HTML>
<BODY>
<b> TEXT </b>
</BODY>
</HTML>
<HTML>
<BODY>
<b> TEXT </b>
</BODY>
</HTML>
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
<b>...</b> Bold
</br> for Break
</hr> Horizontal Line
<P>...</p> Paragraph
09-07-2010, 03:50 PM
using <b>...</b> and
Use Cascading Style Sheets for font styles and sizes.
Use Cascading Style Sheets for font styles and sizes.
09-22-2010, 11:31 AM
Using CSS file,
Using <b> ... </b>
Using <strong> ... </strong>
Using <b> ... </b>
Using <strong> ... </strong>
10-21-2010, 04:45 PM
<center><b><font color="#0080FF" size="5" face="splash">Hello People!!</font></b></center>
xD!
xD!
12-24-2010, 05:30 PM
there are two way to make bold text
1. <b>TEXT</b>
2.<strong>TEXT</strong>
1. <b>TEXT</b>
2.<strong>TEXT</strong>