What Is a Tag? in PDF






Sample of the pdf document :



What Is a Tag?

A tag is a method of formatting HTML documents.

With tags you can create italic or bold characters, and can control the color and size of the lettering.
Tags can be "nested". This means that you can make something bold and italic and green by simply surrounding the previous tag with the next.

Tags can be used to insert pictures and graphics.
Tags can be used to create bulleted lists like this one.
Tags look something like this: <b> chosen text </b> .
All tags use the < and > (less-than and greater-than symbols) to signal the browser. These are located above the comma and period keys.

Within a tag, capitalization doesn't matter. <FONT> is the same as <font> or <Font> .
It is essential to always close the tags! If not, the formatting will contaminate everything that follows it


Putting In Line Breaks and Paragraphs:

Using the tag <br> will cause the text to begin directly below the previous line
Using the tag <p> will leave a blank line between the sections of text.
Without these two, the text will appear in one large block, without any paragraph breaks.

Italics:

To make italics surround the chosen text with these tags:
<i>.........


                                                  Click here for  Download PDF / FREE
                                                                                             

0 commentaires: