Now lets have a look at the tags explained last time;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!--...-->
<!--This is a comment. Comments are not displayed in the browser-->
HTML <!DOCTYPE> Declaration
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
HTML <a> Tag
<a href="http://htmlmastersblog.blogspot.com">html tags</a>
0 comments:
Post a Comment