HTML Tutorial

Posted Mar 24, 2009 by csramma / comments 0 comments / Print / Font Size Decrease font size Increase font size

This article has information about basics of HTML that you need to get started with the essentials of web page design.

Add  before and after HTML tags.

The HTML tag should appear at the top of every web page.
The HEAD tag should appear below the HTML tag.
The TITLE tap appears in the head section fo your web page.
The BODY tag identifies the body section of your web page.
Type P in front of each paragraph of your web page.
Type /P after each Paragraph on your web page.
Type BR in front of each element if you want to appear on a new line.
Type   , where you want a blank space to appear on your web page.
Type H? in front of the text you want to make a heading.Replace ? with the number of the heading level you want to use from 1 to 6.
Type !-- where you want to add a comment.
Type B in front of the text you want to blod.
Type the /B after the text you want to be bold.
Type i in front of the text you want to italicize.
Type /i after the text you want to italicize.
Type U in front of the text you want to Underline.
Type /U after the  text you want to Underline.
Type OL before the list ( For creating Ordered List)
Type /LI infront of each item in the list.
Type /LI after each item in the list
Type /OL after the list.
type IMG SRC="?" where you want the image to appear,replacing ? with the the location and the name of the image on the computer.
Type A HREF="?" in front of the text,replacing with the address of the web page you want to display.

Rate this Article:

Be the first to rate me.

Source: HTML Tutorial

* You must be logged in order to leave comments, please login or join us.

Comments

No comments yet.



Bookmark and Share
Sign up for our email newsletter
Name:
Email: