HTML Introduction



*What Is HTML  ?
-->HTML is short for "HYPER TEXT MARKUP LANGUAGE". It Simply means it is a language for describing Web-Pages using ordinary text .

*HTML Files 
Every Web page is actually a HTML file.Each HTML file is just a plain-taxt file,but with a .Html file extension instead of txt,and is made up of many HTML Tags as well as the content for a Web-Page.

*What Is HTML Tags?
-->HTML Tages are the hidden keywords with in a web page that define how your web browser must format and display the content. 
Most Tages must have two parts, an opening and a closing part.
For example,<html> is the opening tag and </html> is the closing tag.
Note that the closing tag has the same text as the opening tag, but has an additional forward-slash ( / )
character.I tend to interperet this as the "end" or "close" character.

There are same tags that are an exception to this rule, and where a closing tag is not required.
The <img> tag for showing images is one example of this.

Each HTML file must have the essential tags for it to be valid , so that web browsers can understand it and display it correctly.

The rest of the HTML file  can containb as little or as many tags as you want to display your content. 

Suraj Web Design Android App Download Now
https://drive.google.com/uc?export=download&id=1TstXJKAAvMaIbMofNI8iEFh5HfyR7YpP
 

No comments:

Post a Comment