tags

HTML address Tag

HTML <address> Tag <address> Written by <a href=”mailto:webmaster@html.guru”>HTML Guru</a>.<br> Visit us at:<br> HTML.guru<br> P.O. BOX 123<br> USA </address>

tags

HTML abbr Tag

HTML <abbr> Tag The <abbr title=”International Taekwon-Do Federation”>ITF</abbr> was founded in 1966.

tags

HTML Declaration

<!DOCTYPE html> <html> <head> <title>html.guru</title> </head> <body> The content of the document, sample text </body> </html>

tags

HTML Tag

<!–This is a comment. Comments are not displayed in the browser–> <p>This is a paragraph.</p>

Scroll to Top