show-notice
hide-notice

Thursday 8 August 2013

HTML code Tag


Introduction:

The HTML code tag is used for indicating a piece of code. The code tag surrounds the code being marked up.Similar tags are kbd for specifying keyboard entry text, samp for specifying sample output from a computer program, pre for defining preformatted text, and var for defining a variable.

Example:
<html>
<head>
<title>HTML code Tag</title>
</head>
<body>
To create a new array, type the following: <code>var faq = new Array(3)</code>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com