Tags in HTML

HTML - Hypertext Markup Language

Created: 2022-09-10
Tags: #fleeting


What is a tag?

<html> Opening tag
</html> Closing tag

Important Characteristics of a tag

Tags are NOT case-sensitive

Tags

In depth explanation on the link of tags and elements
https://developer.mozilla.org/en-US/docs/Web/HTML/Element

<video> insert videos
<iframe> embed another document
<anchor> put a website link

Quotes in HTML
blockquote tag - Blockquotes in HTML
<blockquotes> to signify a quote
p tag - Inline Quotations in HTML
<q> to signify a quote

References