Search This Blog

HTML Abbreviation Text Tag Example

HTML Abbreviation Text Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h1> Abbreviation Text Tag Example </h1>
<p>we can abbreviate a text by putting inside < abbr > tag in a webpage.</p>
welcome to html scripting language <abbr title="introdution"><u>intro</u></abbr>
</center>
</body>
</html>

OUTPUT
HTML Abbreviation Text Tag Example

No comments:

Post a Comment