More information about HTML language

Hey

I decide to put more information about HTML Language馃槉馃槉:

THIS IS A SUMMARY OF WHAT I EXPLAIN IN THE OTHER PAGE:

HTML is the most common used language to write wep pages. It has recently gained popularity due to its advantages such as:

1-It is the language which can be easily understand and can be modified.


2-Effective presentations can be made with the HTML with the help of its all formatting tags.

3-It provides the more flexible way to deign web pages along with the text.

4-Links can also be added to the web pages so it help the readers to browse the information of their interest.



5-You can display HTML documents on any platforms such as Macintosh,Windows and Linux etc.


6-Graphics, videos and sounds can also be added to the web pages which give an extra attractive look to your web pages.


Lets go on with the information:


  • HTML stands for HyperText Markup Language
  • "Hyper Text" refers to links — hyperlinks — 



HTML is, at its core, a file format. Microsoft Word uses .DOC files, your music player uses .MP3 files, and your browser uses .HTML files. A "Web page" is the same thing as an "HTML file." (Some older pages use .HTM as their file ending. That's old-fashioned and nothing you need to worry about.)


Attribute:     

               <p class="snazzyfont"></p> 


Element:


                                     <p> </p>



Tag:


                                        <body> 



I found this picture about the tags surround tagged information:

<p>This is a paragraph.</p>
  • <p> is the "start tag."
  • This is a paragraph. is the "content."
  • </p> is the "end tag."


There are essentially three levels of tags in HTML:
  • text-level or inline tags such as <strong> and <em>, which mark up text within a single text string;
  • block-level tags such as <p> and <h1> that format block elements; and
  • page-level organization tags such as <body> that control the entire page.

Comentarios

Entradas populares de este blog

HTML LANGUAGE