Search This Blog

HTML Monospaced Font Tag Example

HTML Monospaced Font Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Monospaced Font Tag Example </h2>
<p> by < tt > tag we can <tt>monospaced any content. Monospaced means each letter has the same width. </tt></p>
</center>
</body>
</html>

OUTPUT
HTML Monospaced Font Tag Example

No comments:

Post a Comment