HTML TAGS Flashcards
<!--...-->
DEFINES A COMMENT
<!DOCTYPE>
DEFINES THE DOCUMENT TYPE
<a></a>
Defines a hyperlink
<address>
</address>
Defines contact information for the author/owner of a document
<b></b>
defines bold text
<area></area>
Defines an area inside an image map
<base></base>
Specifies the base URL/target for all relative URLs in a document
<details>
</details>
Defines additional details that the user can view or hide
<data>
</data>
Adds a machine-readable translation of a given content
<dialog>
</dialog>
Defines a dialog box or window
<code></code>
Defines a piece of computer code
<body>
</body>
Defines the document’s body
<div>
</div>
Defines a section in a document
<script> </script>
Defines a client-side script
<noscript>
</noscript>
Defines an alternate content for users that do not support client-side scripts
<a></a>
The <a> tag defines a hyperlink, which is used to link from one page to another.</a>
The most important attribute of the <a> element is the href attribute, which indicates the link’s destination.</a>
<select></select>
Defines a drop-down list
<style>
</style>Defines style information for a document
<table>
</table>
Defines a table
<textarea>
</textarea>
Defines a multiline input control (text area)
<th>
</th>
Defines a header cell in a table
<title>
</title>
Defines a title for the document
<time>
</time>
Defines a specific time (or datetime)
<var></var>
Defines a variable
<video>
</video>
Defines embedded video content
<wbr></wbr>
Defines a possible line-break
<p>
</p>
Defines a paragraph
<param></param>
Defines a parameter for an object
<picture>
</picture>
Defines a container for multiple image resources
<img></img>
Defines an image
<nav>
</nav>
Defines navigation links
<audio>
</audio>
Defines embedded sound content
<button></button>
Defines a clickable button
<br></br>
defines a single line break
<main>
</main>
Specifies the main content of a document
<menu>
</menu>
Defines an unordered list
<link></link>
Defines the relationship between a document and an external resource (most used to link to style sheets)
<html>
</html>
Defines the root of an HTML document