Basics of writing HTML pages

Basics of writing HTML pages

Here we are going to structure identifiers or tags (tag) in the HTML pages.

always a tag start with < and end with > . For example, the tag will cause the underlined words it is written: <U>

we must put this tag before the text is underlined want to put.

these are basic tags and every web developer must know about there.

click to more details to see these tags

line

if you want have a text with underline put this code :

Result :  tags and their position

 

  • Basic Tags

 

Creates an HTML document

—————————————————————–

Sets off the title and other information that isn’t displayed on the Web page itself.

—————————————————————–

Sets off the visible portion of the document.

line

  •  Header Tags

Puts the name of the document in the title bar .

line

  • Body Attributes

Sets the background color, using name or hex value.

—————————————————————–

Sets the text color, using name or hex value.

—————————————————————–

Sets the color of links, using name or hex value.

—————————————————————–

Sets the color of followed links, using name or hex value.

—————————————————————–

Sets the color of links on click.

line

  • Text Tags

Creates preformatted text.

—————————————————————–

Creates the largest headline.

—————————————————————–

Creates the biggest headline.

—————————————————————–

Creates the smallest headline.

—————————————————————–

Creates bold text.

—————————————————————–

Creates italic text.

—————————————————————–

Creates teletype, or typewriter-style text.

—————————————————————–

Creates a citation, usually italic.

—————————————————————–

Emphasizes a word (with italic or bold).

—————————————————————–

Emphasizes a word (with italic or bold).

—————————————————————–

Sets size of font, from 1 to 7.

—————————————————————–

Sets font color, using name or hex value.

line

  • Links

 

Creates a hyperlink.

—————————————————————–

 

Creates a mail-to link.

—————————————————————–

Creates a target location within a document.

—————————————————————–

Links to that target location from elsewhere in the document.

 

 


 

 

you learn about more tags on next post , as soon as possible.

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *