Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Basic HTML Tags

20

Flashcards

0/20

Still learning
StarStarStarStar

<a>

StarStarStarStar

Defines a hyperlink, which is used to link from one page to another.

StarStarStarStar

<em>

StarStarStarStar

Emphasizes text, which usually means italicizing the text.

StarStarStarStar

<br>

StarStarStarStar

Inserts a line break.

StarStarStarStar

<img>

StarStarStarStar

Embeds an image into an HTML page.

StarStarStarStar

<html>

StarStarStarStar

Defines the root of an HTML document.

StarStarStarStar

<h1>

StarStarStarStar

Defines a top-level heading in HTML, which is important for SEO.

StarStarStarStar

<li>

StarStarStarStar

Defines a list item and is used inside <ul>, <ol>, or <menu> elements.

StarStarStarStar

<body>

StarStarStarStar

Defines the document's body, and contains all the contents of a web page (text, images, videos, etc.).

StarStarStarStar

<ul>

StarStarStarStar

Defines an unordered list, often referred to as a bullet list.

StarStarStarStar

<i>

StarStarStarStar

Makes text italic, typically used for emphasis or as an alternate voice or mood.

StarStarStarStar

<title>

StarStarStarStar

Defines the title of the HTML document (shown in the browser's title bar or tab).

StarStarStarStar

<ol>

StarStarStarStar

Defines an ordered list, where each list item is marked with a number.

StarStarStarStar

<p>

StarStarStarStar

Defines a paragraph.

StarStarStarStar

<head>

StarStarStarStar

Contains meta-information about the HTML document.

StarStarStarStar

<div>

StarStarStarStar

Defines a division or a section in an HTML document.

StarStarStarStar

<strong>

StarStarStarStar

Indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.

StarStarStarStar

<hr>

StarStarStarStar

Creates a horizontal rule and is used to separate content.

StarStarStarStar

<!DOCTYPE html>

StarStarStarStar

Defines the document type and HTML version.

StarStarStarStar

<b>

StarStarStarStar

Makes text bold without implying any added importance.

StarStarStarStar

<span>

StarStarStarStar

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.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.