More than 100 HTML TAGS
Here is a list of some common HTML tags:
<html>: Defines the start and end of an HTML document
<head>: Contains information about the document, such as the title and links to other resources
<body>: Contains the content of the document that is visible to the user
<header>: Represents the header of a document or section
<footer>: Represents the footer of a document or section
<h1> - <h6>: Defines headings with different levels of importance (h1 being the most important, h6 being the least)
<p>: Defines a paragraph of text
<a>: Defines a hyperlink
<img>: Defines an image
<div>: Defines a division or section of the document
<div>: Defines a division or section of the document
<form>: Defines a form that can be used to submit data to a server
<input>: Defines an input field where the user can enter data
<button>: Defines a button that the user can click
<table>: Defines a table
<tr>: Defines a row in a table
<td>: Defines a cell in a table
<ul>: Defines an unordered list (a list with bullet points)
<ol>: Defines an ordered list (a list with numbered items)
<li>: Defines an item in a list
<br>: Inserts a line break
<hr>: Inserts a horizontal rule (a line)
<pre>: Defines preformatted text
<blockquote>: Defines a block of quoted text
<code>: Defines a piece of computer code
<style>: Defines style information for a document
<link>: Defines a link to an external resource
<meta>: Defines metadata about the document
<title>: Defines the title of the document
<address>: Defines the contact information for the author of a document
<article>: Defines an article
<aside>: Defines content aside from the main content of the document
<audio>: Defines audio content
<canvas>: Defines a canvas for drawing graphics with JavaScript
<datalist>: Defines a list of options for input fields
<details>: Defines additional details that the user can view or hide
<dialog>: Defines a dialog box or window
<embed>: Defines a container for an external application or interactive content
<fieldset>: Defines a fieldset for a form
<figure>: Defines a group of media (such as images) with a caption
<figcaption>: Defines a caption for a <figure> element
<font>: Defines font settings (this tag is deprecated and should no longer be used)
<frameset>: Defines a set of frames (this tag is deprecated and should no longer be used)
<iframe>: Defines an inline frame
<keygen>: Defines a key-pair generator field (for forms)
<label>: Defines a label for an input field
<legend>: Defines a caption for a <fieldset> element
<map>: Defines a client-side image map
<menu>: Defines a list/menu of commands
<menuitem>: Defines a command/menu item that the user can invoke from a popup menu
<meter>: Defines a measurement within a known range (a gauge)
<nav>: Defines navigation links
<object>: Defines an embedded object
<optgroup>: Defines a group of related options in a <select> element
<option>: Defines an option in a <select> element or a <datalist> element
<output>: Defines the result of a calculation
<progress>: Defines the progress of a task
<q>: Defines a short quotation
<s>: Defines text that is no longer correct or relevant (this tag is deprecated and should no longer be used)
<samp>: Defines sample output from a computer program
<section>: Defines a section in a document
<select>: Defines a drop-down list
<small>: Def
<template>: Defines a template that can be cloned and inserted into the document
<textarea>: Defines a multi-line text input field
<time>: Defines a date/time
<video>: Defines a video
<wbr>: Defines a line break opportunity
<abbr>: Defines an abbreviation or acronym
<bdo>: Overrides the default text direction
<cite>: Defines the title of a work (such as a book, song, movie, etc.)
<dfn>: Defines a definition term
<kbd>: Defines keyboard input
<mark>: Defines marked/highlighted text
<rb>: Defines a ruby annotation (used in East Asian typography)
<rp>: Defines what to show in browsers that do not support ruby annotations
<rt>: Defines an explanation/pronunciation of characters (used in East Asian typography)
<var>: Defines a variable
<base>: Specifies the base URL for all relative URLs in the document
<command>: Defines a command button that the user can invoke
<data>: Links the given content with a machine-readable translation
<del>: Defines deleted/removed text
<element>: Defines a custom element
<i>: Defines a part of text in an alternate voice or mood
<ins>: Defines inserted text
<isindex>: Defines a single-line input field (this tag is deprecated and should no longer be used)
<key>: Defines a key in a keyboard layout
<listing>: Defines preformatted text (this tag is deprecated and should no longer be used)
<main>: Specifies the main content of a document
<math>: Defines a mathematical formula
<noembed>: Defines an alternate content for browsers that do not support the <embed> element
<noframes>: Defines an alternate content for browsers that do not support frames (this tag is deprecated and should no longer be used)
<noscript>: Defines an alternate content for browsers that do not support script
<plaintext>: Defines plain text (this tag is deprecated and should no longer be used)
<shadow>: Defines a shadow DOM subtree
<shadow>: Defines a shadow DOM subtree
<slot>: Defines a slot in a shadow DOM shadow tree
<strong>: Defines important text
<sub>: Defines subscripted text
<summary>: Defines a summary/caption for a <details> element
<sup>: Defines superscripted text
<template>: Defines a template that can be cloned and inserted into the document
<textarea>: Defines a multi-line text input field
<time>: Defines a date/time
<track>: Defines text tracks for media elements (such as videos)
<u>: Defines text that should be stylistically different from normal text (this tag is deprecated and should no longer be used)
<video>: Defines a video
<wbr>: Defines a line break opportunity
<area>: Defines an area inside an image map
<col>: Specifies column properties for a table
<colgroup>: Specifies a group of columns in a table
<frame>: Defines a frame in a frameset (this tag is deprecated and should no longer be used)
<option>: Defines an option in a <select> element or a <datalist> element
<param>: Defines a parameter for an object
<source>: Defines a source for audio and video elements
<td>: Defines a cell in a table
<th>: Defines a header cell in a table
<thead>: Defines a header row in a table
<tfoot>: Defines a footer row in a table
<a>: Defines a hyperlink
<article>: Defines an article
<aside>: Defines content aside from the main content of the document
<audio>: Defines audio content
<b>: Defines bold text
<canvas>: Defines a canvas for drawing graphics with JavaScript
<datalist>: Defines a list of options for input fields
<details>: Defines additional details that the user can view or hide
<dialog>: Defines a dialog box or window
<embed>: Defines a container for an external application or interactive content
<fieldset>: Defines a fieldset for a form
<figure>: Defines a group of media (such as images) with a caption
<figcaption>: Defines a caption for a <figure> element
<form>: Defines a form that can be used to submit data to a server
Comments
Post a Comment