Lesson 3 - Basic Text Editing

BASIC TEXT EDITING - SECTION 3

    This section is mainly about certain text effects generated by certain tags. For instance, if you want your text to be in 'bold', 'italic' or 'underlined', just insert the following tags :

<b>Bold</b>
<i>
Italic</i>
<u>
Underlined</u>

    This is what you will see on your browser :
Bold Italic Underlined

    If you have to insert mathematical equations, you can use both the <sub>(Subscript) and <sup> (Superscript) tags. Here's an example :

x<sup>2</sup> - y<sup>2</sup> = (x + y)(x - y)
(x<sub>1</sub> + x<sub>2</sub>) <sup>2</sup> =
x<sub>1</sub><sup>2</sup> + 2x<sub>1</sub>x<sub>2</sub> + x<sub>2</sub><sup>2</sup>


    This will be the result on your homepage :
x2- y2= (x + y)(x - y)
(x1+ x2)2= x12+ 2x1x2+ x22

    Here's a list of tags that could be used on your homepage when necessary :

<abbrev>Abbreviations : BTW, PLS, IMHO, LOL</abbrev>
<acronym>
Acronyms : NATO, UN, ASEAN</acronym>
<address>
Used when typing your address</address>
<cite>
Used for citations</cite>
<code>
Used for displaying codes</code>
<dfn>
Used for displaying definitions</dfn>
<em>
Stressing a certain text</em>
<person>
Names : Kuan Yew, Two5Kid</person>
<strong>
Strong Typographic</strong>
<var>
Used for showing variables</var>

    Look at these and notice their difference from regular text :
Abbreviations : BTW, PLS, IMHO, LOL
Acronyms : NATO, UN, ASEAN

Used for typing your address
Used for citations
Used for displaying codes
Used for displaying definitions
Stressing a certain text
Names : Kuan Yew, Two5Kid
Strong Typographic
Used for showing variables

    That's all for this section, continue with Section 1 or Section 2. Click here to get to Lesson 4 : Images & Links.


This Page Is Published And Maintained By Wong Kuan Yew
Copyright © 2000 Wong Kuan Yew. All Rights Reserved.
Last Updated: