Posts

Showing posts from February, 2022

HTML TAG'S

Image
HTML TAG'S :- An HTML comment:                 •   HTML <!--...--> Tag..                                        ๐Ÿ‘‡๐Ÿป๐Ÿ‘‡๐Ÿป๐Ÿ‘‡๐Ÿป        <!-- This is a comment ..comments are not displayed in the browser--> <p>This is a paragraph.</p> • HTML <!DOCTYPE> Declaration..     The declaration is not an HTML  tag .It is an "Information" to the browser about what document type to expect...    <!DOCTYPE html>    <html>        <Head>        <title>Title of the document</title>      </Head>  <body>         The content of the document......    </body>     </HTML>            • HTML <a> Tag ..        :- Create a link to Hack info..      <a href="https://info hack2k21.blogspot.com">Visit Hack info...!</a>    Hack info...๐Ÿ‘ˆ๐Ÿป