A
TAG | DESCRIPTION |
---|---|
<!--...--> |
Comment tags are used to enable or disable codes. |
All HTML documents begin with <!DOCTYPE>. | |
The <a> tag defines a link that connects from one page to another. | |
The <abbr> tag defines an abbreviation. | |
The <address> tag defines the basic information of a person. | |
The <area> tag shows one or more points of an image that we can click on. | |
The <article> tag describes a separate piece of content. | |
The <aside> tag isolates a section of content. | |
To separate an audio file from the text, they use the <audio> tag. |
B
TAG | DESCRIPTION |
---|---|
<b> |
They use the <b> tag to enlarge and fill a letter or a sentence. |
<base> |
Specifies a URL for all hyperlinks on a page. |
<bdi> |
Specifies a part of text that may be written against the direction of other text. |
<bdo> |
The <bdo> tag explains the text in the opposite direction. |
<blockquote> |
Used to identify the source for a section of text. |
<body> |
Describes the body and all related descriptions in an HTML document. |
<br> |
It brings the text down one line and so-called breaks the text. |
<button> |
The <button> tag defines a button to refer to another page or display a section on the same page. |
C
TAG | DESCRIPTION |
---|---|
<canvas> |
Describes a graphical section that is generated through the given scripts. |
<caption> |
Description describes a table of contents. |
<cite> |
The cite tag describes the name of an innovative result such as a book, movie, audio, etc. |
<code> |
The <code> tag is used to define and display a computer text that uses the monospave font. |
<col> |
The <col> tag defines the attributes of a column within a table. |
<colgroup> |
The <colgroup> tag defines a group of columns. |
D
TAG | DESCRIPTION |
---|---|
<data> |
The <data> tag defines text in two ways; The first is for humans and the other is for machines. |
<datalist> |
Specifies a list of pre-defined options for input controls. |
<dd> |
The <dd> tag is used to describe a topic in a table. |
<del> |
<del> tag is used to underline a word or sentence in the text. |
<details> |
.By using the <datails> tag, you can open and close your main content in a sliding manner |
<dfn> |
You can use the <dfn> tag to explain a term in your text. |
<dialog> |
The dialog tag defines a subwindow. |
<div> |
The division tag is used to define a section in an HTML document. |
<dl> |
A list in the table defines the description. |
<dt> |
Defines a term or name in a table list. |
E
TAG | DESCRIPTION |
---|---|
<em> |
Defines a section for external resources such as another site page, image and video. |
<embed> |
Defines a container for an external application. |
F
TAG | DESCRIPTION |
---|---|
<fieldset> |
Defines framing and grouping for a section of an HTML document. |
<figcaption> |
Specifies a title for the <figure> tag. |
<figure> |
Defines a separate content such as image, chart, video and list of codes. |
<footer> |
The <footer> tag defines a footer for an HTML document. |
<form> |
It describes a section like login and registration for users |
H
TAG | DESCRIPTION |
---|---|
<h1> - <h6> |
In HTML documents, the <H1>-<H2>-<H3>-<H4>-<H5>-<H6> tags define headings. |
<head> |
It is used to specify the data section in the HTML document. |
<header> |
The <header> tag defines a section at the top of the HTML document for the initial content of each page. |
<hr> |
Creates a horizontal line between the texts of each page. |
<html> |
The <html> tag describes the foundation and root of an HTML document. |
I
TAG | DESCRIPTION |
---|---|
<i> |
Makes part of a text italic. |
<iframe> |
It explains a frame and an inline frame. |
<img> |
To load an image in the Html document, they use the <img> tag. |
<input> |
The <input> tag creates an area where the user can enter information. |
<ins> |
The <ins> tag draws a line under a word or sentence in your text. |
K
TAG | DESCRIPTION |
---|---|
<kbd> |
To define one or more keyboards, they use the <kbd> tag, which is displayed to the user by default with monospace font. |
L
TAG | DESCRIPTION |
---|---|
<label> |
Defines a tag to describe multiple tags in an HTML document. |
<legend> |
The <legend> tag creates a name for the <fieldset> tag. |
<li> |
The <li> tag puts a number behind each of the descriptions in the list. |
<link> |
They use the <link> tag to connect a current HTML document and one or more external sources. |
M
TAG | DESCRIPTION |
---|---|
<main> |
.The <main> tag is used on each page to specify the main content of an HTML document |
<map> |
The <map> tag is used to create an image map in HTML documents. |
<mark> |
It is used to highlight a word or a sentence in the <mark> tag, which is yellow by default. |
<menu> |
the <menu>tag is an HTML element that defines an unordered list of menu options. By using this tag, users can easily access website pages |
<meta> |
They use the <meta> tag to load data and metadata in HTML documents. |
<meter> |
Defines a scalar measure within a known range. |
N
TAG | DESCRIPTION |
---|---|
<nav> |
Defines the navigation links at the top, right and left of each page. |
<noscript> |
It is used to display alternative text for people whose browser does not support the desired script of those pages. |
O
TAG | DESCRIPTION |
---|---|
<object> |
Defines a margin and range for loading an external resource such as image, video, etc. |
<ol> |
It is used to display the numbers behind each word, and if needed, you can also give it a value to start with your desired number. |
<optgroup> |
The <optgroup> tag is used to group the relevant options in the <select> tag or the drop-down list. |
<option> |
By using the <option> tag, you can choose your favorite option in the drop-down list by default. |
<output> |
The <output> tag is used to display the result of a numerical evaluation. |
P
TAG | DESCRIPTION |
---|---|
<p> |
The <p> tag is used to define a paragraph in the <HTML> document. |
<param> |
They use the <param> tag to define the parameters of the <object> tag. |
<picture> |
All image files are used in <HTML> documents for easier loading. |
<pre> |
Defines text whose state is already set. |
<progress> |
Defines a horizontal graph in a box that indicates the completion of an activity. |
Q
TAG | DESCRIPTION |
---|---|
<q> |
Used to make a short quote. |
R
TAG | DESCRIPTION |
---|---|
<rp> |
Used to construct a parenthesis in browsers that do not support ruby text border. |
<rt> |
It is used to describe characters with East Asian typography in ruby text margins. |
<ruby> |
The <ruby> tag is used to create a ruby text border. |
S
TAG | DESCRIPTION |
---|---|
<s> |
To underline a long text, the <s> tag is used. |
<samp> |
To display a computer text output, the <samp> tag is used, which is used in all browsers with monospace font. |
<script> |
To use JavaScript codes in HTML documents, the <script> tag is used. |
<search> |
the <search> tag is a powerful tool that allows users to easily and quickly find the information they need. |
<section> |
The <section> tag is used to divide different areas in HTML documents. |
<select> |
The <select> tag is used to create a drop-down list. |
<small> |
Small texts are made with the <small> tag. |
<source> |
The <source> tag is used to determine media sources such as video, audio, image, etc. |
<span> |
The <span> tag is used to apply different inline attributes to each section in the HTML document. |
<strong> |
In order to specify an important part in the text, they use the <strong> tag. |
<style> |
They use the <style> tag to insert and optimize CSS tags in HTML documents. |
<sub> |
The <sub> tag is used to insert subtitles. |
<summary> |
Defines a summary of the text that the user is going to read. |
<sup> |
The part that uses the <sup> tag is placed in a lower line than other words in the text. |
<svg> |
Used to specify a section for svg format media. |
T
TAG | DESCRIPTION |
---|---|
<table> |
It is used to create a table of contents in which you can insert any other media. |
<tbody> |
.The body of each table defines the content in which we can place the desired information |
<td> |
Defines the columns of each table's content. |
<template> |
.It is used to hide some parts of the HTML document when the user enters the target page |
<textarea> |
Defines a separate section for loading the desired text. |
<tfoot> |
It is used to group the footer section of the table of contents. |
<th> |
It is used to make the header cells of the table of contents. |
<thead> |
It is used to group the header section of the table of contents. |
<time> |
The <time> tag is used to specify an important time or date. |
<title> |
Specifies the text title of <HTML> documents. |
<tr> |
Defines the rows of each table of contents. |
<track> |
It is used to specify the text paths of <audio> and <video> tags. |
U
TAG | DESCRIPTION |
---|---|
<u> |
Makes a part of the text different, which is different from other words and sentences inside it, and underlines it with dashes. |
<ul> |
The <ul> tag is used to make black dots behind the content list. |
V
TAG | DESCRIPTION |
---|---|
<var> |
The <vr> tag is used to define programming variables and mathematical problems, which are displayed in italics to the user. |
<video> |
To load a video media in <HTML> documents use the <video> tag. |
W
TAG | DESCRIPTION |
---|---|
<wbr> |
Defines possible line breaks in text <HTML> documents. |