
session -4 - HTML TAGS - TEXT Centering text just requires one opening tag and one closing tag only <center>Some Centered Text</center>
Align text. This requires the need of the P tag. The P tag is used for aligning and making new paragraphs. <p>This is a new paragraph</p> The main use of the P tag is its one sub-section align="left/right/center/justified" - Aligns the text of the P tag
to underline text, you use
<u>This is Underlined Text</u>
Tostriketext, you use
<strike>This is Striked Text</strike>
To blink text, you use
<blink>This is Blinking Text</blink>
To bolden text, you use
<b>This is Bold Text</b>
To italicize text, you use
<i>This is Italic Text</i>
To make text subscript, you use
<sub>This is Subscript Text</sub>
To make text superscript, you use
<sup>This is Superscript Text</sup>
To make text Typewriter you use
<TT>Typewriter</TT>To change font sizes use the <FONT> tag with the SIZE element. There are twelve (12) sizes for you to use: -6 through -1, and +1 through +6. Minus 6 is the smallest while +6 is the largest. Here's how they look on the page:
<FONT SIZE="-3">Size -3</FONT>
<FONT SIZE="+3">Size +3</FONT>
|
|
|
|
|
|
|
|
|