Horje

Example of HTML <!DOCTYPE> Declaration

Most top of a HTML Page should use Declaration

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>
<h1>
My First Heading</h1>
<p>
My first paragraph.</p>
</body>
</html>

Output should be:

Example of HTML <!DOCTYPE> Declaration



Single Articles
HTML <!DOCTYPE> Declaration View HTML Basic
Example of HTML <!DOCTYPE> Declaration HTML Basic
<!DOCTYPE> Declaration HTML Basic


Related Articles
HTML Documents HTML Basic
HTML <!DOCTYPE> Declaration HTML Basic
HTML Headings HTML Basic
HTML Paragraphs HTML Basic
HTML Text Links HTML Basic
HTML Images HTML Basic
How to View HTML Source HTML Basic

Type :
html
Category :
Web Tutorial
Sub Category :
HTML Basic
Uploaded by :
Admin