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