Search This Blog

HTML doctype Example

HTML doctype Example:
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> < !doctype html > Tag Define The HTML Version </h2>
<p> Doctype Example < doctype html > </br>
< !DOCTYPE html > USING IN html5 </br>
< !DOCTYPE HTML PUBLIC”-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd” > USING IN html4 </p>
<center>
</body>
</html>
OUTPUT
HTML doctype Example

No comments:

Post a Comment