'title' defines the title of a document : title « Meta Tags « HTML / CSS






'title' defines the title of a document

    
<html>
<head>
<title>title element example</title>
</head>
<body>body content
</body>
</html>
    
      
      








Related examples in the same category