HTML Full Theory All Tags
HTML Full Theory All Tags
Concepts
What is HTML?
HTML (HyperText Markup Language) is the standard markup language used to create and
design web pages. It describes the structure of web pages using markup. HTML elements
are the building blocks of HTML pages.
Basic Tags
<!DOCTYPE html>: Defines the HTML version
<p>: Paragraph
<sub>: Subscript
<sup>: Superscript
Lists
<ul>: Unordered List
Tables
<table>: Defines a table
Forms
<form>: Form tag
<button>: Button
Media Tags
<audio>: Embeds audio
Semantic Tags
<header>, <footer>, <article>, <section>, <nav>, <aside>, <main>: Semantic elements
Meta Tags
<meta charset='UTF-8'>: Character encoding
Iframes
<iframe src='url'>: Embeds another HTML page
Miscellaneous Tags
<div>: Generic container