html address tag
Address tag in html
i] address tag use to contact information for the author or owner of a document.
ii] address tag most of the time generate in the italic format.
iii] address tag useful for the business information, URL, phone number, email address etc .
iv] The <address> tag supports EVENT Attributes in the html.
Syntax :-
HTML <address> Tag
Address tag in html
Html program :-
<!DOCTYPE html>
<html>
<head>
<title>html address tag</title>
</head>
<body>
<h3>address tag in html</h3>
<!--h3 tag use -->
<p>
<address> tag use authorship information
and article ,article
</p>
<address>
written by authorship :-<b>
aishwarya</b><br>
contact Author :-
<a href=
"https://webdesigningtheory.blogspot.com">
web designing theory</a><br>
visit our blog:-
<a href=
"https://webdesigningtheory.blogspot.com">
blogger website visit</a>
</address>
<!--address tag use -->
</body>
</html>
Address tag in html
output :-
Read more
Post a Comment