HTML Introduction
What is HTML?
- HTML stands for Hypertext Markup Language.
 
- HTML is a language for describing web pages.
 
- HTML is a markup language.
 
- A markup language is a set of markup tags.
 
- The tag describes document content.
 
- HTML document contain HTML tags and plain text.
 
- HTML document are also called web pages.
 
- It is main language for creating web pages.
 
- It is used predefined markup tags.
 
- It is displayed by web browser.
 
 
The <!DOCTYPE> Declaration
- The <!DOCTYPE> declaration helps the browser to display a web page correctly.
 
- There are different document types on the web.
 
- To display a document correctly, the browser must know both type and version.
 
- The doctype declaration is not case sensitive. All cases are acceptable.
 
 
 
 
 
                              
                          
 
  
 
 
 
 
 
 
0 comments:
Post a Comment