HTML Tags and Attributes

Head Group

<head>

Document metadata.

<title>

Document title.

<link>

External resources.

<meta>

Metadata.

<style>

Internal CSS.

Grouping Group

<p>

Paragraph text.

<ol>

Ordered list.

<ul>

Unordered list.

<dl>

Description list.

Table Group

<table>

Creates a table.

<tr>

Table row.

<td>

Table cell.

<th>

Header cell.

Sectioning Group

<article>

Independent content.

<aside>

Side content.

<main>

Main content.

<div>

Generic container.

<fieldset>

Group form controls.

Text Group

<span>

Inline container.

<br>

Line break.

<h1>–<h6>

Headings.

<strong>

Strong importance.

Form Group

<form>

Defines a form.

action

Submission URL.

target

Response location.

method

GET or POST.

autocomplete

Enable/disable.

novalidate

No validation.