META and DOCTYPE tags : meta : HTML HTML CSS TUTORIALS


HTML CSS TUTORIALS » HTML » meta »

 

META and DOCTYPE tags


 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>

<HEAD>
<!-- <META> tags give search engines information they need -->
<!-- to catalog your site                                  -->
<META NAME = "keywords" CONTENT = "Webpage, design, HTML, 
   list, links, frame">

<META NAME = "description" CONTENT = "This Web site will help.">

<TITLE> - Welcome</TITLE>
</HEAD>

<BODY>


<H2 ALIGN = "center">Have Fun With the Site!</H2></P>

</BODY>
</HTML>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo HTML
» meta