Quotations | HTML: Quotations gives special meaning to normal text.
List of Quotations:
  1. blockquote
  2. quote
  3. abbreviation
  4. bi-directional override
  5. citation
  6. address
Here is the quotations.html:
- <!DOCTYPE html>
 - <html lang="en" dir="ltr">
 - <head>
 - <link rel="stylesheet" href="css/stylesheet.css">
 - <title>Quotations in Html</title>
 - </head>
 - <body>
 - <p>Here is the blockquote:</p>
 - <blockquote cite="https://en.wikipedia.org/wiki/World_Health_Organization">
 - To provide leadership, strengthen governance
 - and foster partnership and collaboration with countries,
 - the United Nations system,
 - and other stakeholders in order to fulfill the mandate of
 - WHO in advancing the global health agenda.
 - </blockquote>.
 - <p>Here is the
 - <q>Build a future where people live in harmony with nature.</q></p>
 - <p>Here is the <abbr title="World Health Organization">WHO</abbr></p>
 - <p><bdo dir="rtl">love is the best medicine</bdo></p>
 - <p><cite>Learning</cite> is the Educational path.</p>
 - <address>
 - Name :<br>
 - H.no :<br>
 - Mail :<br>
 - County :<br>
 - </address>
 - </body>
 - </html>
 
Web view of Html:
Here is the Video:

Comments
Post a Comment