All HTML Code With Description in English

<!- - ...- - >: The HTML remark tag is utilized to add remarks inside a HTML code. Remarks are not shown on the page but rather can be useful for engineers to add notes or explanations.

<!DOCTYPE>: The DOCTYPE announcement is utilized to indicate the kind of HTML record being utilized. It assists the program with understanding how to decipher the HTML code.

<a>: The anchor tag is utilized to make a hyperlink in HTML. It characterizes an interactive connection to another site page, a document, or a particular area inside the equivalent webpage.

<abbr>: The shortened form tag is utilized to markup condensed words or expressions in HTML. It tends to be utilized to give a full structure or portrayal of the contracted term.

<acronym>: The abbreviation tag is like the contraction tag and is utilized to markup abbreviations in HTML. It very well may be utilized to give a full structure or depiction of the acronym.

<address>: The location tag is utilized to characterize contact data or the location subtleties of the creator/proprietor of the report. It is regularly shown in stressed form.

<applet>: The applet tag was utilized in more seasoned variants of HTML to implant Java applets into site pages. Be that as it may, it is not generally upheld in current HTML.

<area>: The region tag is utilized inside a picture guide to characterize interactive regions on a picture. It is commonly utilized related to the guide tag.

<article>: The article tag is utilized to characterize a free, independent piece of content inside a HTML report. It addresses a total or independent creation, for example, a blog entry, a news story, or a gathering post.

<aside>: The aside tag is utilized to stamp content that is extraneously connected with the fundamental substance of the page. It is frequently utilized for sidebars, pull statements, or extra information.

<audio>: The sound tag is utilized to implant sound substance, for example, music or sound clasps, inside a HTML record. It upholds different sound arrangements and gives controls to playback.

<b>: The striking tag is utilized to apply intense arranging to the encased text. It outwardly stresses the text inside the tag.

<base>: The base tag is utilized to indicate the base URL for all overall URLs inside a HTML record. It is set in the head segment and helps settle relative connections correctly.

<basefont>: The basefont tag was utilized in more established renditions of HTML to characterize the base text dimension, variety, and face for the whole record. Be that as it may, it is not generally upheld in present day HTML.

<bdi>: The bdi tag is utilized to confine a piece of text that may be designed uniquely in contrast to its encompassing text, commonly for bidirectional text support.

<bdo>: The bdo tag is utilized to abrogate the ongoing text directionality and unequivocally set the bearing of the encased text, either left-to-right or right-to-left.

<big>: The enormous tag was utilized in more established variants of HTML to build the text dimension of the encased text. In any case, it is not generally upheld in present day HTML.

<blockquote>: The blockquote tag is utilized to show a block of cited text from another source. It commonly delivers with space or unmistakable styling to separate it from the encompassing content.

<body>: The body tag addresses the vitally happy region of a HTML report. It contains all the apparent substance that is shown inside the program window.

<br>: The line break tag is utilized to embed a line break or make another line inside a block of text. It is a self-shutting tag and doesn't need an end tag.

<button>: The button tag is utilized to make an interactive button inside a HTML record. It tends to be utilized to set off JavaScript works or perform structure submission.

<canvas>: The material tag is utilized to draw designs, activitys, or other visual pictures utilizing JavaScript and the HTML5 Material API.

<caption>: The inscription tag is utilized to give a subtitle or title to a table. It is set following the table tag and for the most part shown focused over the table.

<center>: The middle tag was utilized in more seasoned forms of HTML to focus adjust content inside a site page. Be that as it may, it is not generally upheld in present day HTML, and CSS is suggested for styling.

<cite>: The refer to tag is utilized to check the title of a work, like a book, article, or distribution, that is referred to inside the content.

<code>: The code tag is utilized to address PC code or program code inside a HTML record. It is regularly shown in a monospaced font.

<col>: The col tag is utilized to characterize properties for a gathering of segments in a table. It is put inside the colgroup tag and indicates designing choices for explicit columns.

<colgroup>: The colgroup tag is utilized to bunch a bunch of col labels in a table and characterize normal designing properties for those columns.

<data>: The information tag is utilized to address mathematical or machine-clear information inside a HTML report. It very well may be related with a particular worth and units.

<datalist>: The datalist tag is utilized to give a predefined rundown of choices for input components like text fields or dropdown menus. It works related to the info tag.

<dd>: The dd tag is utilized to characterize the portrayal or clarification that follows a term or thing in a depiction list (dl). It is commonly utilized in blend with the dt tag.

<del>: The del tag is utilized to stamp erased or eliminated text inside a HTML report. It generally delivers with a strikethrough line.

<details>: The subtleties tag is utilized to make a revelation gadget that can be utilized to show or conceal extra data inside a HTML record. It is many times utilized related to the rundown tag.

<dfn>: The dfn tag is utilized to check a term or expression that is being characterized inside a HTML report. It is regularly utilized in glossaries or dictionaries.

<dialog>: The exchange tag is utilized to make a modular or intuitive discourse box inside a HTML record. It can contain content and intelligent controls.

<dir>: The dir tag was utilized in more seasoned forms of HTML to make a catalog list or a rundown of documents and envelopes. Be that as it may, it is not generally upheld in present day HTML, and unordered records (ul) are suggested instead.

<div>: The div tag is a nonexclusive holder component in HTML that is utilized to gathering and style different components or segments of a webpage.

<dl>: The dl tag is utilized to make a depiction list in HTML. It comprises of terms (dt) and their relating depictions (dd).

<dt>: The dt tag is utilized to characterize a term or thing in a depiction list (dl). It is ordinarily trailed by the dd tag, which contains the depiction of the term.

<em>: The accentuation tag is utilized to underscore or feature text inside a HTML report. It ordinarily delivers as stressed text.

<embed>: The implant tag is utilized to install outer substance, like media or modules, inside a HTML record. It is frequently used to insert video, sound, or different media types.

<fieldset>: The fieldset tag is utilized to bunch related structure components inside a HTML structure. It can likewise incorporate a legend tag to give a subtitle to the fieldset.

<figcaption>: The figcaption tag is utilized to give a subtitle or title to a figure component. It is ordinarily utilized related to the figure tag.

<figure>: The figure tag is utilized to embody independent substance, like pictures, outlines, graphs, or code bits, inside a HTML document.

<font>: The textual style tag was utilized in more seasoned adaptations of HTML to determine text style related properties, like size, variety, or face, for text. Be that as it may, it is not generally upheld in current HTML, and CSS is suggested for styling.

<footer>: The footer tag is utilized to characterize the footer segment or the base piece of a site page. It regularly contains data about the creator, copyright notice, or connections to related documents.

<form>: The structure tag is utilized to make a HTML structure that permits clients to enter and submit information. It characterizes a holder for structure components like info fields, buttons, checkboxes, etc.

<frame>: The edge tag was utilized in more seasoned variants of HTML to characterize a solitary casing inside a frameset. Be that as it may, outlines are not generally suggested in present day HTML, and elective methodologies like CSS design or iframes are used.

<frameset>: The frameset tag was utilized in more seasoned variants of HTML to characterize a bunch of edges inside a page. In any case, outlines are not generally suggested in current HTML, and elective methodologies like CSS format or iframes are used.

<h1>: The heading tag is utilized to characterize a heading or a heading-level component in HTML. The h1 tag addresses the most significant level of heading, and there are six levels (h1 to h6) available.

<head>: The head tag is used to define the head section of an HTML document. It contains metadata, script and style references, title, and other document-level information.

<header>: The header tag is used to define the header section or the top part of a webpage. It typically contains the site logo, navigation menu, or page title.

<hr>: The horizontal rule tag is used to insert a horizontal line or divider within an HTML document. It is a self-closing tag and doesn't require a closing tag.

<html>: The html tag is the root element of an HTML document. It encapsulates all other elements and represents the document type.

<i>: The italic tag is used to apply italicized formatting to the enclosed text. It visually emphasizes the text within the tag.

<iframe>: The iframe tag is used to embed another HTML document or external content within an HTML document. It is often used to embed maps, videos, or other webpages.

<img>: The image tag is used to embed images within an HTML document. It specifies the source (URL) of the image and can include alternative text and other attributes.

<input>: The input tag is used to create various types of input fields within an HTML form. It allows users to enter data such as text, checkboxes, radio buttons, etc.

<ins>: The ins tag is used to mark inserted or added text within an HTML document. It usually renders with underlined text or other distinctive styling.

<kbd>: The keyboard tag is used to represent user input or keyboard input within an HTML document. It is typically displayed in a monospaced font.

<label>: The label tag is used to associate a text label with a form element. It improves accessibility by providing a textual description for the associated element.

<legend>: The legend tag is used to provide a caption or title for the fieldset element within an HTML form. It helps in describing the purpose or grouping of form controls.

<li>: The list item tag is used to define an item in an ordered (ol) or unordered (ul) list. It represents a single item within a list and is typically preceded by the li tag.

<link>: The link tag is used to define relationships between the current HTML document and an external resource. It is commonly used to link stylesheets, icons, or other external files.

<main>: The main tag is used to define the main content area of an HTML document. It represents the primary content that is unique to the document.

<map>: The map tag is used in conjunction with the area tag to create an image map in HTML. It defines clickable areas on an image and associates them with a hyperlink or JavaScript function.

<mark>: The mark tag is used to highlight or mark specific text within an HTML document. It is often rendered with a yellow background color.

<meta>: The meta tag is used to provide metadata about an HTML document. It includes information such as character encoding, viewport settings, author, description, etc.

<meter>: The meter tag is used to represent a scalar measurement within a known range or a gauge. It is commonly used to display progress, ratings, or other metrics.

<nav>: The nav tag is used to define a navigation section within an HTML document. It typically contains navigation menus, links, or other navigation-related content.

<noframes>: The noframes tag was used in older versions of HTML to provide alternative content for browsers that do not support frames. However, frames are no longer recommended, and alternative approaches are used.

<noscript>: The noscript tag is used to provide alternative content that is displayed when JavaScript is disabled or not supported by the browser.

<object>: The object tag is used to embed multimedia or other external content within an HTML document. It supports various content types, such as images, videos, audio, or Flash.

<ol>: The ordered list tag is used to create a numbered list in HTML. It represents a list of items in a specific order and is typically used with list item (li) tags.

<optgroup>: The optgroup tag is used to group related options within a select dropdown list. It helps in organizing and categorizing the available options.

<option>: The option tag is used to define an option within a select dropdown list. It represents an individual choice that the user can select.

<output>: The output tag is used to display the result or output of a calculation or script in an HTML form. It is typically used in conjunction with JavaScript.

<p>: The paragraph tag is used to define a paragraph or a block of text in HTML. It represents a logical unit of text and is typically rendered as a block-level element.

<param>: The param tag is used to provide parameters or configuration settings for plugins or embedded objects within an HTML document.

<picture>: The picture tag is used to provide multiple sources or versions of an image to ensure appropriate display on different devices or screen sizes. It is commonly used in responsive web design.

<pre>: The pre tag is used to preserve the formatting of text exactly as it is written within an HTML document. It is often used for displaying code snippets or preformatted text.

<progress>: The progress tag is used to represent the progress of a task or operation. It is commonly used to display the completion percentage or progress bar.

<q>: The quote tag is used to indicate a short inline quotation within an HTML document. It typically renders with quotation marks around the enclosed text.

<rp>: The rp tag is used to provide parentheses or fallback text for browsers that do not support ruby annotations. It is often used in combination with the ruby tag.

<rt>: The rt tag is used to define the pronunciation or pronunciation hints of characters within ruby annotations. It is often used in combination with the ruby tag.

<ruby>: The ruby tag is used to annotate characters or provide phonetic annotations for East Asian typography. It typically combines the presentation of base text, ruby text, and pronunciation hints.

<s>: The strikethrough tag is used to represent text that has been striked or crossed out within an HTML document. It visually indicates content that is no longer valid or relevant.

<samp>: The sample tag is used to represent sample output or example content within an HTML document. It is typically displayed in a monospaced font.

<script>: The script tag is used to embed or reference JavaScript code within an HTML document. It can be placed in the head or body section of the document.

<section>: The section tag is used to define a section or a thematic grouping of content within an HTML document. It helps in organizing and structuring the page content.

<select>: The select tag is used to create a dropdown list or a selection control within an HTML form. It allows users to choose one or multiple options from a list.

<small>: The small tag is used to represent smaller or fine-print text within an HTML document. It typically renders with a reduced font size.

<source>: The source tag is used to define alternative media resources, such as images, videos, or audio files, for the media elements like video or audio.

<span>: The span tag is a generic inline container element in HTML. It is used to group and style inline elements or sections of text within a larger block of content.

<strike>: The strike tag is used to represent text that has been striked or crossed out within an HTML document. It visually indicates content that is no longer valid or relevant.

<strong>: The strong tag is used to indicate strong importance or emphasis on the enclosed text. It typically renders with bold formatting.

<style>: The style tag is used to embed or define CSS (Cascading Style Sheets) within an HTML document. It allows you to specify the visual appearance and layout of the content.

<sub>: The subscript tag is used to represent subscripted text within an HTML document. It typically renders with a reduced font size and positioned slightly below the baseline.

<summary>: The summary tag is used to provide a summary or a heading for the details element. It is typically used in conjunction with the details tag to create a disclosure widget.

<sup>: The superscript tag is used to represent superscripted text within an HTML document. It typically renders with a reduced font size and positioned slightly above the baseline.

<svg>: The svg tag is used to embed SVG (Scalable Vector Graphics) content within an HTML document. It allows you to create vector-based graphics and animations.

<table>: The table tag is used to create a table in HTML. It represents tabular data with rows and columns.

<tbody>: The tbody tag is used to group the body content or the main data rows within a table. It is placed within the table tag and contains one or more tr tags.

<td>: The table data cell tag is used to define a cell within a table. It represents a data entry or a cell within a row.

<template>: The template tag is used to declare HTML content that should not be rendered when the page is loaded but can be instantiated later using JavaScript.

<textarea>: The textarea tag is used to create a multiline text input field within an HTML form. It allows users to enter and edit multiple lines of text.

<tfoot>: The tfoot tag is used to define the footer section of a table. It typically contains summary information or calculations related to the table data.

<th>: The table header cell tag is used to define a header cell within a table. It represents a header or a label for a column or row.

<thead>: The thead tag is used to group the header content or the column headers within a table. It is placed within the table tag and contains one or more th tags.

<time>: The time tag is used to represent a specific time or a date within an HTML document. It can be used to indicate published dates, event times, or other temporal information.

<title>: The title tag is used to define the title of an HTML document. It is displayed in the browser's title bar or tab and is also used by search engines.

<tr>: The table row tag is used to define a row within a table. It represents a horizontal grouping of table data.

<track>: The track tag is used to specify external text tracks or captions for media elements like video or audio. It is typically used for subtitles or other textual annotations.

<tt>: The teletype or monospace tag is used to represent text in a monospaced font within an HTML document. It is often used for code snippets or computer output.

<u>: The underline tag is used to represent text that should be underlined within an HTML document. It visually emphasizes the text by placing a line underneath it.

<ul>: The unordered list tag is used to create a bulleted list in HTML. It represents a list of items without a specific order and is typically used with list item (li) tags.

<var>: The variable tag is used to represent a variable or a placeholder within an HTML document. It typically renders in italic formatting.

<video>: The video tag is used to embed video content within an HTML document. It allows you to specify the source (URL) of the video and control playback options.

<wbr>: The word break opportunity tag is used to suggest a line break opportunity within a long word or a string of characters in HTML. It is often used in responsive design to control text wrapping.