- <blockquote> - element defines a section that is quoted from another source.
- <q> - defines a short quotation.
- <abbr> - defines an abbreviation or an acronym.
- <address> - tag defines the contact information for the author/owner of a document or an article.
- <cite> - defines the title of a creative work.
- <bdo> - used to override the current text direction.
<!DOCTYPE html>
<html>
<body>
From today's featured article
<blockquote cite="https://en.wikipedia.org/wiki/A._P._J._Abdul_Kalam">
Kalam served as the 11th president of India, succeeding K. R. Narayanan..
</blockquote>
Double couted word is like : <q>this</q>
<p>Hover on <abbr title="World Health Organization">WHO</abbr> </p>
<address>
Written by Elite Pro Coding.<br>
Visit us at:eliteprocoding@gmail.com<br>
Chennai, Tamil Nadu<br>
India.
</address>
<p><cite>The Scream</cite> by Elite Pro Coding.</p>
<bdo dir="rtl">abcdefghijklmnopqrstuvwxyz</bdo>
</body>
</html>
Outcome:
From today's featured article
Visit us at:eliteprocoding@gmail.com
Chennai, Tamil Nadu
India.
Kalam served as the 11th president of India, succeeding K. R. Narayanan..Double couted word is like :
this
The WHO was founded in 1948.
Written by Elite Pro Coding.Visit us at:eliteprocoding@gmail.com
Chennai, Tamil Nadu
India.
The Scream by Elite Pro Coding.
abcdefghijklmnopqrstuvwxyz
No comments:
Post a Comment