HTML Quotations (උපුටා දැක්වීම්)
<html>
<body>

<!--blockquote-->
    <p>How to Html learn Easy </p>
    <blockquote cite="https://simple.wikipedia.org/wiki/HTML">
        HyperText Markup Language (HTML) is a markup language used to create web pages.
        It was created in 1990 by Sir Tim Berners-Lee, a British computer scientist who is credited with inventing the World Wide Web.
    </blockquote>

<!--q-->
    <p>What is most pupular HTMl learning web site <q>W3school Best</q></p>

<!--abbr-->
    <p>The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.</p>

<!--address-->
    <address>
        Written by Mysite2025 <br>
        Visit us at: <br>
        Example.com <br>
        Box 564, Disneyland <br>
        USA <br>
        [email protected] <br>
    </address>

<!--Cite-->
    <p><cite>Amazon</cite> by Jeff Bezos. Created in 1994.</p>

<!--bdo-->
    <bdo dir="rtl">HTML Learn</bdo>

</body>
</html>

mokak hari deyak උපුටා දැක්වීම්ක් karanna onanam me tika yodagannawa
Scroll to Top