HTML/CSS/Meta Tags/title

Материал из Web эксперт
Перейти к: навигация, поиск

"title" defines the title of a document

   <source lang="html4strict">
   

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


     </source>