HTML/CSS/HTML/meta

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

Character Set Description

   <source lang="html4strict">

ISO-8859-1 Latin alphabet part 1 Covering North America, Western Europe, Latin America, the Caribbean, Canada, Africa ISO-8859-2 Latin alphabet part 2 Covering Eastern Europe ISO-8859-3 Latin alphabet part 3 Covering SE Europe, Esperanto, miscellaneous others ISO-8859-4 Latin alphabet part 4 Covering Scandinavia/Baltics (and others not in ISO-8859-1) ISO-8859-5 Latin/Cyrillic alphabet part 5 ISO-8859-6 Latin/Arabic alphabet part 6 ISO-8859-7 Latin/Greek alphabet part 7 ISO-8859-8 Latin/Hebrew alphabet part 8 ISO-8859-9 Latin 5 alphabet part 9 (same as ISO-8859-1 except Turkish characters replace Icelandic ones) ISO-8859-10 Latin 6 Latin 6 Lappish, Nordic, and Eskimo ISO-8859-15 The same as ISO-8859-1 but with more characters added ISO-2022-JP Latin/Japanese alphabet part 1 ISO-2022-JP-2 Latin/Japanese alphabet part 2 ISO-2022-KR Latin/Korean alphabet part 1

</source>
   
  


Language Codes

   <source lang="html4strict">

Country ISO Code Abkhazian AB Afan (Oromo) OM Afar AA Afrikaans AF Albanian SQ Amharic AM Arabic AR Armenian HY Assamese AS Aymara AY Azerbaijani AZ Bashkir BA Basque EU Bengali; Bangla BN Bhutani DZ Bihari BH Bislama BI Breton BR Bulgarian BG Burmese MY Byelorussian BE Cambodian KM Catalan CA Chinese ZH Corsican CO Croatian HR Czech CS Danish DA Dutch NL English EN Esperanto EO Estonian ET Faroese FO Fiji FJ Finnish FI French FR Frisian FY Galician GL Georgian KA German DE Greek EL Greenlandic KL Guarani GN Gujarati GU Hausa HA Hebrew HE Hindi HI Hungarian HU Icelandic IS Indonesian ID Interlingua IA Interlingue IE Inuktitut IU Inupiak IK Irish GA Italian IT Japanese JA Javanese JV Kannada KN Kashmiri KS Kazakh KK Kinyarwanda RW Kirghiz KY Kurundi RN Korean KO Kurdish KU Laothian LO Latin LA Latvian; Lettish LV Lingala LN Lithuanian LT Macedonian MK Malagasy MG Malay MS Malayalam ML Maltese MT Maori MI Marathi MR Moldavian MO Mongolian MN Nauru NA Nepali NE Norwegian NO Occitan OC Oriya OR Pashto; Pushto PS PERSIAN (Farsi) FA Polish PL Portuguese PT Punjabi PA Quechua QU Rhaeto-Romance RM Romanian RO Russian RU Samoan SM Sangho SG Sanskrit SA Scots Gaelic GD Serbian SR Serbo-Croatian SH Sesotho ST Setswana TN Shona SN Sindhi SD Singhalese SI Siswati SS Slovak SK Slovenian SL Somali SO Spanish ES Sudanese SU Swahili SW Swedish SV Tagalog TL Tajik TG Tamil TA Tatar TT Telugu TE Thai TH Tibetan BO Tigrinya TI Tonga TO Tsonga TS Turkish TR Turkmen TK Twi TW Uigur UG Ukrainian UK Urdu UR Uzbek UZ Vietnamese VI Volapuk VO Welsh CY Wolof WO Xhosa XH Yiddish YI Yoruba YO Zhuang ZA Zulu ZU

</source>
   
  


META and DOCTYPE tags

   <source lang="html4strict">

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


<META NAME = "keywords" CONTENT = "Webpage, design, HTML,

  list, links, frame">

<META NAME = "description" CONTENT = "This Web site will help."> <TITLE> - Welcome</TITLE> </HEAD> <BODY>

Have Fun With the Site!

</P>

</BODY> </HTML>

</source>
   
  


meta data: author, description and keywords

   <source lang="html4strict">

   <HTML>
   <HEAD>
   <TITLE>Company, Inc. Home Page</TITLE>
   <META NAME="AUTHOR" CONTENT="Big Company, Inc.">
   <META NAME="DESCRIPTION" CONTENT="#1 vendor of .">
   <META NAME="KEYWORDS" CONTENT="Company, Gadgets,
   Green, Regina">
   </HEAD>
   <BODY>
      . . .
   </BODY>
   </HTML>
</source>
   
  


Meta data: content type, content and charset

   <source lang="html4strict">

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>title</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <img src="wbex.jpg" width="240" height="180" alt="Java" />

Text.

Watch our Sizzle slideshow


Ready to visit? Book HERE. </body> </html>

      </source>
   
  


Metadata for author

   <source lang="html4strict">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Company name - Services - Service name</title> <meta name="author" content="Your name and URL." /> </head> <body> </body> </html>

</source>
   
  


Meta data for content type and charset

   <source lang="html4strict">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Company name - Services - Service name</title> </head> <body> </body> </html>

</source>
   
  


Metadata for imagetoolbar

   <source lang="html4strict">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Company name - Services - Service name</title> <meta http-equiv="imagetoolbar" content="false" /> </head> <body> </body> </html>

</source>
   
  


Meta data for Revisit-After

   <source lang="html4strict">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Company name - Services - Service name</title>

<meta name="Revisit-After" content="30 Days" /> </head> <body> </body> </html>

</source>
   
  


Meta data for robots

   <source lang="html4strict">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Company name - Services - Service name</title>

<meta name="robots" content="ALL,INDEX" /> </head> <body> </body> </html>

</source>
   
  


meta tags for search engines

   <source lang="html4strict">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Company name - Services - Service name</title> <meta name="keywords" content="keywords, separated, by, commas" /> <meta name="description" content="A short description about the Web site" /> </head> <body> </body> </html>

</source>
   
  


meta tags provide search engines with information used to catalog a site

   <source lang="html4strict">

<?xml version = "1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns = "http://www.w3.org/1999/xhtml">

  <head>
     <title> - Welcome</title>
     <meta name = "keywords" content = "Web page, design,  
        XHTML, tutorial, personal, help, index, form, 
        contact, feedback, list, links, frame" />
     <meta name = "description" content = "This Web site will ..." />
  </head>
  <body>
  </body>

</html>

</source>
   
  


MSSmartTagsPreventParsing Metadata

   <source lang="html4strict">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Company name - Services - Service name</title> <meta name="MSSmartTagsPreventParsing" content="true" /> </head> <body> </body> </html>

</source>
   
  


Pragma metadata

   <source lang="html4strict">

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Company name - Services - Service name</title> <meta http-equiv="pragma" content="no-cache" /> </head> <body> </body> </html>

</source>
   
  


The meta attributes of this document describe the document and its keywords

   <source lang="html4strict">

<html> <head> <meta name="description" content="HTML examples"> <meta name="keywords" content="HTML, DHTML, CSS, XML, XHTML, JavaScript, VBScript"> </head> <body>

The meta attributes of this document describe the document and its keywords.

</body> </html>


      </source>
   
  


The meta attributes of this document identify the author and the editor software

   <source lang="html4strict">

<html> <head> <meta name="author" content="Jack"> <meta name="revised" content="Jack, 6/10/99">

<meta name="generator" content="Microsoft FrontPage 4.0"> </head> <body>

The meta attributes of this document identify the author and the editor software.

</body> </html>


      </source>
   
  


You will be redirected to the new address in five seconds

   <source lang="html4strict">

<html> <head> <meta http-equiv="Refresh" content="5;url=http://www.wbex.ru"> </head> <body>

Sorry! We have moved! The new URL is: <a href="http://www.wbex.ru">http://www.wbex.ru</a>

You will be redirected to the new address in five seconds.

If you see this message for more than 5 seconds, please click on the link above!

</body> </html>


      </source>