W3Schools provides comprehensive, free tutorials and references for learning HTML tags, making it a top resource for beginners and developers alike.

HTML Tags Overview

  • HTML tags are keywords enclosed in angle brackets (e.g., <p>, <img>) that define elements on a web page.

  • Tags can be container tags (with opening and closing, like <p>...</p>) or empty tags (self-closing, like <br>).

  • The <html> tag is the root element of every HTML document.

  • The <head> tag contains metadata (e.g., title, styles, scripts), while the <body> tag holds visible content.

Key HTML Tags from W3Schools

  • Text Formatting:

    • <strong>: Defines important text (bold).

    • <em>: Defines emphasized text (italic).

    • <code>: Displays computer code with a monospace font.

    • <mark>: Highlights highlighted text.

  • Structure & Layout:

    • <header>, <footer>, <nav>, <section>, <article>, <aside>: Semantic elements for document structure.

    • <main>: Specifies the main content of a document.

  • Lists:

    • <ul>: Unordered (bulleted) list.

    • <ol>: Ordered (numbered) list.

    • <li>: List item.

    • <dl>, <dt>, <dd>: Description list (term and definition).

  • Media & Links:

    • <a>: Defines a hyperlink (with href attribute).

    • <img>: Embeds an image (with src, alt, width, height attributes).

    • <video>, <audio>: Embeds video and audio content.

  • Forms & Input:

    • <form>, <input>, <button>, <label>, <select>, <textarea>: Used to create interactive forms.

W3Schools Resources

πŸ’‘ Tip: Always use lowercase tag names and quotes around attribute values (e.g., href="page.html") for consistency and compatibility.

🌐
W3Schools
w3schools.com β€Ί tags β€Ί tag_html.asp
HTML html tag
The <html> tag is the container for all other HTML elements (except for the <!DOCTYPE> tag).
🌐
W3Schools
w3schools.com β€Ί tags
HTML Reference
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.
🌐
W3Schools
w3schools.com β€Ί html β€Ί html_elements.asp
HTML Elements
The <html> element is the root element and it defines the whole HTML document. It has a start tag <html> and an end tag </html>.
🌐
W3Schools
w3schools.in β€Ί html β€Ί tags
HTML Tags - W3Schools
It is to be noted that, together, these three necessary tags, <html>, <head>, and <body>, make up the skeleton of an XHTML document, and these are the only foundation tags upon which all web pages are created or developed. ... <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> ...
🌐
W3Schools
w3schools.com β€Ί tags β€Ί tag_code.asp
HTML code tag
The <code> tag also supports the Global Attributes in HTML.
🌐
W3Schools
w3schools.com β€Ί html β€Ί html_basic.asp
HTML Basic
In this chapter we will show some basic HTML examples. Don't worry if we use tags you have not learned about yet.
🌐
W3Schools
w3schools.com β€Ί html
HTML Tutorial
HTML Tag List HTML Attributes HTML Global Attributes HTML Browser Support HTML Events HTML Colors HTML Canvas HTML Audio/Video HTML Doctypes HTML Character Sets HTML URL Encode HTML Lang Codes HTTP Messages HTTP Methods PX to EM Converter Keyboard Shortcuts
🌐
W3Schools
w3schools.com β€Ί html β€Ί html_formatting.asp
HTML Text Formatting
The HTML <i> element defines a part of text in an alternate voice or mood. The content inside is typically displayed in italic. Tip: The <i> tag is often used to indicate a technical term, a phrase from another language, a thought, a ship name, etc.
🌐
W3Schools
w3schools.com β€Ί tags β€Ί tag_meta.asp
HTML meta tag
The <meta> tag also supports the Global Attributes in HTML.
Find elsewhere
🌐
W3Schools
w3schools.com β€Ί tags β€Ί tag_a.asp
HTML a tag
The <a> tag also supports the Event Attributes in HTML. ... <a href="https://www.w3schools.com"> <img border="0" alt="W3Schools" src="logo_w3s.gif" width="100" height="100"> </a> Try it Yourself Β»
🌐
W3Schools Blog
w3schools.blog β€Ί home β€Ί html tags list
HTML Tags List - W3schools
October 21, 2019 - HTML tags format and display web content. Tags differentiate HTML from simple text. Each tag has an opening tag, content, and closing tag within <> brackets. Some tags are unclosed.
🌐
W3Schools
w3schools.com β€Ί html β€Ί html_attributes.asp
HTML Attributes
HTML Tag List HTML Attributes HTML Global Attributes HTML Browser Support HTML Events HTML Colors HTML Canvas HTML Audio/Video HTML Doctypes HTML Character Sets HTML URL Encode HTML Lang Codes HTTP Messages HTTP Methods PX to EM Converter Keyboard Shortcuts
🌐
W3Schools
w3schoolsua.github.io β€Ί tags β€Ί index_en.html
HTML Element Reference. Lessons for beginners. W3Schools in English
HTML Element Reference. Tags Ordered Alphabetically. Tags with description. How many HTML tags are there? Lessons for beginners. W3Schools in English
🌐
W3Schools
w3schools.com β€Ί html β€Ί html_intro.asp
Introduction to HTML
HTML Tag List HTML Attributes HTML Global Attributes HTML Browser Support HTML Events HTML Colors HTML Canvas HTML Audio/Video HTML Doctypes HTML Character Sets HTML URL Encode HTML Lang Codes HTTP Messages HTTP Methods PX to EM Converter Keyboard Shortcuts
🌐
W3Schools
w3schools.com β€Ί tags β€Ί tag_details.asp
HTML details Tag
The <details> tag also supports the Global Attributes in HTML.
🌐
W3Schools
w3schools.com β€Ί html β€Ί html_lists.asp
HTML Lists
HTML Tag List HTML Attributes HTML Global Attributes HTML Browser Support HTML Events HTML Colors HTML Canvas HTML Audio/Video HTML Doctypes HTML Character Sets HTML URL Encode HTML Lang Codes HTTP Messages HTTP Methods PX to EM Converter Keyboard Shortcuts
🌐
W3Schools
w3schools.com β€Ί tags β€Ί tag_main.asp
HTML main Tag
The <main> tag also supports the Event Attributes in HTML.
🌐
W3Schools
w3schools.com β€Ί html β€Ί html_headings.asp
HTML Headings
HTML headings are defined with the <h1> to <h6> tags.
🌐
YouTube
youtube.com β€Ί playlist
W3Schools HTML Full Course - YouTube
🌟 πŸš€ Is this what your looking for Coding 101 learn with w3schools dr. zeeshan bhatti w3schools web development html tutorial for beginners learn html html tu...
🌐
W3Schools
w3schools.com β€Ί html β€Ί html_examples.asp
HTML Examples
Basic HTML tables A table with ... that span more than one column Table cells that span more than one row A table with cell spacing A table with HTML tags inside Tables with different style using id I Tables with different style using id II Tables with different style using ...