Explore tens of thousands of sets crafted by our community.
HTML Tags and Descriptions
30
Flashcards
0/30
<!DOCTYPE html>
Defines the document type and HTML version.
<head>
Contains meta-information about the document.
<html>
Defines the root of an HTML document.
<input>
Defines an input control.
<div>
Defines a division or a section in an HTML document.
<title>
Specifies the title of the document.
<header>
Represents a container for introductory content or navigational links.
<footer>
Defines a footer for a document or section.
<form>
Defines an HTML form for user input.
<body>
Contains the content of an HTML document.
<h1>
Defines the largest heading.
<tr>
Defines a row in a table.
<table>
Defines a table.
<ol>
Defines an ordered list.
<a>
Defines a hyperlink.
<p>
Represents a paragraph.
<ul>
Defines an unordered list.
<strong>
Defines important text.
<em>
Defines emphasized text.
<textarea>
Defines a multi-line text input control.
<img>
Embeds an image into an HTML page.
<li>
Defines a list item.
<td>
Defines a cell in a table.
<th>
Defines a header cell in a table.
<span>
Defines a section in a document.
<link>
Used to link external resources like CSS files to the HTML document.
<button>
Defines a clickable button.
<meta>
Defines metadata about an HTML document.
<script>
Defines a client-side script.
<nav>
Defines navigation links.
© Hypatia.Tech. 2024 All rights reserved.