Switch to full style
HTML code examples
Post a reply

usage of the meta tag for content encoding

Sat Feb 18, 2012 11:20 pm

Example of using the meta tag.
Code:
<html>
<
head>
<
title>specify your page content type</title>
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
</head>

<
body>
<
p>
    In this example meta tag is used to specify content type.
</
p>
<
select>
<
option>1</option>
<
option>2</option>
</
select>

<
img src="site_logo.gif" width="240" height="180" alt="logo" /> 

 
<hr />
 
</body>
</
html>
 




Post a reply
  Related Posts  to : usage of the meta tag for content encoding
 Encoding parameters in URL     -  
 URL Characters and URL Encoding Values     -  
 session Encoding Data in php     -  
 help in meta tags     -  
 redirect webpage using meta tag     -  
 Author information using meta tag     -  
 How meta tags can be written in HTML     -  
 keywords and description of HTML page using meta tag     -  
 Hide the content of the div     -  
 show the content of set     -  

Topic Tags

HTML Meta