|
|
The First Step in Text Enhancement |
| The Explanation |
| The <B> tag sets the remaining text to Bold type face. This tag requires the closing tag,
</B>. |
| How it is Written |
The <B> can be inserted at the beginning or anywhere between the start and end of text. The only requirement is that it cannot cross over other HTML tags and elements.
Example: <font face="Times New Roman, Arial, Times, Helvetica, Sans-Serif"><B>This is Font Face</B></font>.
Or <font face="Times New Roman, Arial, Times, Helvetica, Sans-Serif">This is Font Face</font>. <B>The little brown dog jumped over the fence.</B>.
Or The little <font face="Times New Roman, Arial, Times, Helvetica, Sans-Serif">This is Font Face. <B>brown dog</B> jumped over the fence.</font> |
Open your text editor to the previous document and replace the original line of text, or click on the link, copy and print the contents for reference, write the code into a new document, and Save As: B.html. The Code |
|
Referring to the instruction above insert the Bold Tag at the beginning of the sentence and add the Closing Bold Tag at the end. This is what your code should look like Bold |
This is the effect you should see in your browser. Bold Text |
|
|