HTML'de kullanılan bazı temel "tag" harfleri şunlardır: 1. Belge Yapısı Tag'leri: `<!DOCTYPE>`, `<html>`, `<head>`, `<body>`. 2. Metadata Tag'leri: `<title>`, `<meta>`, `<link>`. 3. Metin Biçimlendirme Tag'leri: `<p>`, `<h1>`, `<h2>`, `<h3>`, `<strong>`, `<em>`, `<br>`, `<hr>`. 4. Liste Tag'leri: `<ul>`, `<ol>`, `<li>`. 5. Hiperköprü ve Medya Tag'leri: `<a>`, `<img>`, `<audio>`, `<video>`. 6. Form Tag'leri: `<form>`, `<input>`, `<textarea>`, `<button>`. 7. Tablo Tag'leri: `<table>`, `<tr>`, `<td>`, `<th>`. 8. Semantik Tag'ler: `<header>`, `<footer>`, `<article>`, `<section>`, `<nav>`, `<aside>`.