Featured Post

Data Science Concepts

HTML Quotation and Citation Elements In Hindi By #BKTutorial

 



Source Code:

<html>
<head>
<title>HTML Quotation</title>
</head>
<body>

<p>How <abbr>are you</abbr> ? Welcome</p> <br>

<p>How <address>are you?</address> Welcome</p><br>

<p>How <bdo dir="rtl">are</bdo> you?</p>

<p>How <blockquote>are Defines a section that is quoted from another source</blockquote> you?</p><br>

<p>How <cite>are</cite> you?</p><br>

<p>How <q>are</q> you?</p>

</body>
</html>


Comments