PGDEL/DECP03/Unit3/06
From WikiEducator
Unit 3.3 Web application development tools & Technologies
HTML text formatting tags
Syntax: <H level> Heading Text</H level>
The levels of heading is from most important (<H1>) to least important (<H6>)
HTML paragraphs: <p> tag is paragraph tag.A blank line always separated paragraphs.
Syntax: <p> Paragraph Text</p>
Line break & Horizontal Line: <BR> tag is used to start from a new line.
<HR> tag creates horizontal line in a HTML page
Bold, Italic, Underline & Centering page elements:<B> tag displays the text in boldface style.
<I> tag displays the text into italics.
<U> tag display text as underlined.
<CENTER> tag is used to center any page element i.e. text, list, image, table etc.
Work in progress, expect frequent changes. Help and feedback is welcome. See discussion page. |