Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

How meta tags can be written in HTML

Thu Jul 28, 2011 7:28 am

can someone tell me how meta-tags can be written in HTML code?



Re: html codes

Thu Jul 28, 2011 11:34 am

Code:
<head>
<
base href="http://www.codemiles.com/"/><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<
meta http-equiv="content-language" content="en-gb" />
<
meta http-equiv="content-style-type" content="text/css" />
<
meta http-equiv="imagetoolbar" content="no" />
<
meta name="title" content="Reading and Wring To text file" />
<
meta name="description" lang="en" content="This is the code i made to write and read 
from text file using java. To Read from a file you open a logical connection ..."
 />
<
meta name="keywords"    content="wring, reading, buffer, flush, achivied, charactar, integers,
 connection, and, text, file, logical"
 />
<
meta name="category"    content="general" />
<
meta name="robots"      content="index,follow" />
<
meta name="distribution" content="global" />
<
meta name="resource-type" content="document" />
<
meta name="copyright" content="Codemiles.com Programming Forums" />
<
meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<
title>Reading and Wring To text file</title>
 


Re: html codes

Mon Aug 01, 2011 9:24 pm

:lol: Have found your web page. My pal mentioned it to me before, yet never got around to checking it out until now. I must express, I’m floored. I really enjoyed reading through your posts and will absolutely be back to get more.

Post a reply
  Related Posts  to : How meta tags can be written in HTML
 help in meta tags     -  
 keywords and description of HTML page using meta tag     -  
 HTML Tags -2     -  
 H1 H2 H3 H4 H4 H5 H6 heading html tags     -  
 bold-heading-paragraph-HTML-Tags     -  
 unordered-ordered-Definition-list-HTML-Tags     -  
 form-Radio-buttons-checkBoxs-actions-HTML-Tags     -  
 in what language is C++ and Java are written?     -  
 Ensuring integer are written as 32 bits     -  
 Author information using meta tag     -