HTML TAG'S
HTML TAG'S
:- An HTML comment:
👇🏻👇🏻👇🏻
<!-- 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>
Comments
Post a Comment