Explore tens of thousands of sets crafted by our community.
Basic HTML Tags
20
Flashcards
0/20
<a>
Defines a hyperlink, which is used to link from one page to another.
<em>
Emphasizes text, which usually means italicizing the text.
<br>
Inserts a line break.
<img>
Embeds an image into an HTML page.
<html>
Defines the root of an HTML document.
<h1>
Defines a top-level heading in HTML, which is important for SEO.
<li>
Defines a list item and is used inside <ul>, <ol>, or <menu> elements.
<body>
Defines the document's body, and contains all the contents of a web page (text, images, videos, etc.).
<ul>
Defines an unordered list, often referred to as a bullet list.
<i>
Makes text italic, typically used for emphasis or as an alternate voice or mood.
<title>
Defines the title of the HTML document (shown in the browser's title bar or tab).
<ol>
Defines an ordered list, where each list item is marked with a number.
<p>
Defines a paragraph.
<head>
Contains meta-information about the HTML document.
<div>
Defines a division or a section in an HTML document.
<strong>
Indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.
<hr>
Creates a horizontal rule and is used to separate content.
<!DOCTYPE html>
Defines the document type and HTML version.
<b>
Makes text bold without implying any added importance.
<span>
Defines a section in a document and is an inline container used to mark up a part of a text, or a part of a document.
© Hypatia.Tech. 2024 All rights reserved.