Lesson No:- 1 of HTML

Chapter 1: DOCTYPE

DOCTYPE is the short form of ‘document type’ it is the first thing used in the html document before the tag. it declares the browser that which type of the version of Html the page is written in. This topic explains the structure and declaration of various doctypes in HTML.

related post to this:- Introduction to Html

What is the use of Doctype?

2.1: Adding Doctype:-

The declaration should always be included at the top of the Html document that before tag.
must consist of the following components, in this order:
      
           1. A string that is in ASC II case-insensitive match for the string “!DOCTYPE”.
therefore the following DOCTYPES are also valid:
Doctype Tag is not case-sensitive, so it means D and d same

2.2: Browser Support:-

HTML 5
<!DOCTYPE html>

HTML 4.01 Strict

This DTD contains all HTML elements and attributes, but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed.
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd&#8221;>

HTML 4.01 Transitional

This DTD contains all HTML elements and attributes, INCLUDING presentational and deprecated elements (like font). Framesets are not allowed.
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd&#8221;>
HTML 4.01 Frameset
This DTD is equal to HTML 4.01 Transitional, but allows the use of frameset content.
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN” “http://www.w3.org/TR/html4/frameset.dtd&#8221;>
XHTML 1.0 Strict
This DTD contains all HTML elements and attributes, but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed. The markup must also be written as well-formed XML.
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;>
XHTML 1.0 Transitional
This DTD contains all HTML elements and attributes, INCLUDING presentational and deprecated elements (like font). Framesets are not allowed. The markup must also be written as well-formed XML.
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;>
XHTML 1.0 Frameset
This DTD is equal to XHTML 1.0 Transitional, but allows the use of frameset content.
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Frameset//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&#8221;>

XHTML 1.1

This DTD is equal to XHTML 1.0 Strict, but allows you to add modules (for example to provide Ruby support for East-Asian languages).
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#8221;>

related post to this:- Introduction to Html

3 thoughts on “Lesson No:- 1 of HTML

  1. Unknown's avatar

    It is the best content

    Like

  2. Unknown's avatar

    TechnologyTechnology is constantly changing. It is an industry that moves so fast, things can become obsolete within weeks. Thus it is essential to always stay on top of news and information, whether it be by newsletter, following RSS feeds and blogs, tutorials or going back to school.

    Click here to know more information Tech Blogs

    Like

  3. Unknown's avatar

    thanks for commenting it will feel me very much good

    Like

Leave a reply to HUSSAIN'S BLOG Cancel reply

Phone (+91) 7557762096 E-mail shadabhussain.034@gmail.com Hours Mon-Fri:- 4 to 7 p.m. Wekends:- 9 a.m. to 9 p.m.
Design a site like this with WordPress.com
Get started
search previous next tag category expand menu location phone mail time cart zoom edit close