YOu can understand how to use <address> tag by following example :-
e.g.
<header>
<hgroup>
<h3>लोग कम टैक्स नहीं चुकाते,
दरअसल सरकारें खर्च बहुत करती हैं।<h3>
<hgroup>
<<address>>by Jane Doe</<address>>
</header>
Result:-
लोग कम टैक्स नहीं चुकाते,
by Jane Doe
<header>
<hgroup>
<h3>लोग कम टैक्स नहीं चुकाते,
दरअसल सरकारें खर्च बहुत करती हैं।<h3>
<hgroup>
<<address>>by Jane Doe</<address>>
</header>
Result:-
लोग कम टैक्स नहीं चुकाते,
दरअसल सरकारें खर्च बहुत करती हैं।
by Jane DoeThe misconception about the <address> tag is that it may be used for postal <address>,just like
** This is not good! **
<address>
Dr.Amit<br/>
sanganer,jaipur/<br/>
Rajasthan-302029,/<br/>
Tel: +0141 XXX-XXXX
/<address>
</header>
.
<address>
Dr.Amit<br/>
sanganer,jaipur/<br/>
Rajasthan-302029,/<br/>
Tel: +0141 XXX-XXXX
/<address>
</header>
.
We sholud not add postal <address> in <address> tag.
we can use in footer,just like:-
e.g.:-
<footer>
<address> <class="author">
<a title="Posts by Micheal" href="#">Micheal</a>
</address>
on <time datetime="2009-11-04" class="published updated">November 4th, 2009</time>
</footer>
Result:-
<footer>
<address> <class="author">
<a title="Posts by Micheal" href="#">Micheal</a>
</address>
on <time datetime="2009-11-04" class="published updated">November 4th, 2009</time>
</footer>
Result:-
Please type your comment in comment box if you undeerstand about <address> tag and have any query regarding it. -
No comments:
Post a Comment