Basic HTML Codes Practice Page

If you want to enhance your skills in creating your own web page, practice typing the Basic HTML Codes. Remember, HTML Codes use HTML tags.

Heading tags. <h1></h1> up to <h6></h6>, h1 is the first and largest heading. Use these heading tags properly as required by the search engines.

Font tags. Use <font></font> and its attributes like color, size and type face to manipulate texts. Example: <font color="red">This text is color red</font>. This is discussed in using CSS Style Sheet.

Break tags. You may use this break tag <br> to force break words and sentences and to insert a blank line. 1 <br> is single space.

Horizontal rule tags. Use <hr> to place a horizontal rule.

Bold text tags. Use <strong></strong> or <b></b> to make bold text.

Underline tags. Use <u></u> to underline a letter, words and characters.

Paragraph tags. Use <p></p> to emphasize a paragraph.

Block quote tags. Use <blockquote></blockquote> to make a paragraph in indented and justified format.

Invisible or hidden text tags. Use <!-- and --> to make an invisible or hidden text that is normally used for describing the html Codes in your web page for future editing or review by the webmaster.

Text alignment tags. Use <center></center> to center anything. But add align="left" to the HTML elements like <p align="left"></p> if you want to align left and add align="right" if you want to align right.

Emphasis tags. Use <em></em> to emphasize a character, words or group of words.

Italic tags. Use <i></i> to italicize a character, words or group of words.

Blink tags. Use <blink></blink> if you want a character or words to blink. This is not supported by all browsers.

Start HTML Tag:
Type Here Any Text or HTML Codes:
End HTML Tag: