a
Tag
The <a>
tag defines a hyperlink, which is used to link from one page to another.
https://www.w3schools.com/tags/tag_a.asp
b
Tag
The <b>
tag specifies bold text without any extra importance.
https://www.w3schools.com/tags/tag_b.asp
bgcolor
Attribute
The background-color
or bgcolor
property sets the background color of an element.
https://www.w3schools.com/cssref/pr_background-color.asp
body
Tag
The <body>
tag defines the document's body.
https://www.w3schools.com/tags/tag_body.asp
border
Attribute
The border
property is a shorthand property for:
https://www.w3schools.com/cssref/pr_border.asp
bordercolor
Attribute
Allows for specifying the border color of the tag element where it is being used.
HTML DOM Style borderColor Property
br
Tag
The <br>
tag inserts a single line break.
https://www.w3schools.com/tags/tag_br.asp
cellpadding
Attribute
HTML 'cellpadding' attribute of the 'table' tag. This attribute creates space inside of a table cell so that you get a nice bit of white space, or "padding", between your element and the sides of the table.
https://www.quackit.com/css/css_cellpadding.cfm
cellspacing
Attribute
The cellspacing
attribute was used to control the amount of space between cells of a table. This attribute has been deprecated, and if you want to add space between table cells you can do so with CSS . Read more: https://html.com/attributes/table-cellspacing/#ixzz71oiX45zy
https://html.com/attributes/table-cellspacing/
center
Tag
Allows to center align text. Not Supported in HTML5.
HTML center tag
class
Attribute
The class
attribute is often used to point to a class name in a style sheet. It can also be used by a JavaScript to access and manipulate elements with the specific class name.
https://www.w3schools.com/html/html_classes.asp
code
Tag
The <code>
tag is used to define a piece of computer code. The content inside is displayed in the browser's default monospace font.
https://www.w3schools.com/tags/tag_code.asp
col
Tag
The <col>
tag specifies column properties for each column within a <colgroup> element.
https://www.w3schools.com/tags/tag_col.asp
color
Attribute
The color
property specifies the color of text.
https://www.w3schools.com/cssref/pr_text_color.asp
colspan
Attribute
The colspan
attribute defines the number of columns a cell should span.
https://www.w3schools.com/tags/att_td_colspan.asp
div
Tag
The <div>
tag defines a division or a section in an HTML document.
https://www.w3schools.com/tags/tag_div.asp
em
Tag
The <em>
tag is used to define emphasized text. The content inside is typically displayed in italic .
https://www.w3schools.com/tags/tag_em.asp
face
Attribute
Attribute to tag 'font'. Allows specifying comma separated a list of font families.
https://www.w3schools.com/tags/tag_font.asp
font
Tag
Not Supported in HTML5.
The <font>
tag was used in HTML 4 to specify the font face, font size, and color of text.
https://www.w3schools.com/tags/tag_font.asp
h1
Tag
The <h1>
to <h6>
tags are used to define HTML headings.
<h1>
defines the most important heading. <h6>
defines the least important heading.
https://www.w3schools.com/tags/tag_hn.asp
h2
Tag
The <h1>
to <h6>
tags are used to define HTML headings.
<h1>
defines the most important heading. <h6>
defines the least important heading.
https://www.w3schools.com/tags/tag_hn.asp
h3
Tag
The <h1>
to <h6>
tags are used to define HTML headings.
<h1>
defines the most important heading. <h6>
defines the least important heading.
https://www.w3schools.com/tags/tag_hn.asp
h4
Tag
The <h1>
to <h6>
tags are used to define HTML headings.
<h1>
defines the most important heading. <h6>
defines the least important heading.
https://www.w3schools.com/tags/tag_hn.asp
h5
Tag
The <h1>
to <h6>
tags are used to define HTML headings.
<h1>
defines the most important heading. <h6>
defines the least important heading.
https://www.w3schools.com/tags/tag_hn.asp
h6
Tag
The <h1>
to <h6>
tags are used to define HTML headings.
<h1>
defines the most important heading. <h6>
defines the least important heading.
https://www.w3schools.com/tags/tag_hn.asp
head
Tag
The <head>
element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag.
https://www.w3schools.com/tags/tag_head.asp
height
Attribute
The height
property sets the height of an element.
https://www.w3schools.com/cssref/pr_dim_height.asp
hr
Tag
The <hr>
tag defines a thematic break in an HTML page (e.g. a shift of topic).
https://www.w3schools.com/tags/tag_hr.asp
html
Tag
The <html>
tag represents the root of an HTML document.
https://www.w3schools.com/tags/tag_html.asp
i
Tag
The <i>
tag defines a part of text in an alternate voice or mood. The content inside is typically displayed in italic .
https://www.w3schools.com/tags/tag_i.asp
id
Attribute
The HTML id
attribute is used to specify a unique id for an HTML element.
https://www.w3schools.com/html/html_id.asp
img
Tag
The <img>
tag is used to embed an image in an HTML page.
https://www.w3schools.com/tags/tag_img.asp
lang
Attribue
The lang
attribute specifies the language of the element's content.
https://www.w3schools.com/tags/att_global_lang.asp
li
Tag
The <li>
tag defines a list item.
https://www.w3schools.com/tags/tag_li.asp
link
Attribute
The <link>
tag defines the relationship between the current document and an external resource.
https://www.w3schools.com/tags/tag_link.asp
mark
Tag
The <mark>
tag defines text that should be marked or highlighted.
https://www.w3schools.com/tags/tag_mark.asp
meta
Tag
The <meta>
tag defines metadata about an HTML document. Metadata is data (information) about data.
https://www.w3schools.com/tags/tag_meta.asp
ol
Tag
The <ol>
tag defines an ordered list. An ordered list can be numerical or alphabetical.
https://www.w3schools.com/tags/tag_ol.asp
p
Tag
The <p>
tag defines a paragraph.
https://www.w3schools.com/tags/tag_p.asp
pre
Tag
The <pre>
tag defines preformatted text.
https://www.w3schools.com/tags/tag_pre.asp
rowspan
Attribute
The rowspan
attribute specifies the number of rows a cell should span.
https://www.w3schools.com/tags/att_td_rowspan.asp
s
Tag
The <s>
tag specifies text that is no longer correct, accurate or relevant. The text will be displayed with a line through it.
https://www.w3schools.com/tags/tag_s.asp
size
Attribute
The size
CSS at-rule descriptor, used with the @page
at-rule, defines the size and orientation of the box which is used to represent a page.
https://developer.mozilla.org/en-US/docs/Web/CSS/@page/size
span
Tag
The <span>
tag is an inline container used to mark up a part of a text, or a part of a document.
https://www.w3schools.com/tags/tag_span.asp
strong
Attribute
The <strong>
tag is used to define text with strong importance. The content inside is typically displayed in bold .
https://www.w3schools.com/tags/tag_strong.asp
style
Attribute
The <style>
tag is used to define style information (CSS) for a document.
https://www.w3schools.com/tags/tag_style.asp
sub
Tag
The <sub>
tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font. Subscript text can be used for chemical formulas, like H2 O.
https://www.w3schools.com/tags/tag_sub.asp
sup
Tag
The <sup>
tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font. Superscript text can be used for footnotes, like WWW[1] .
https://www.w3schools.com/tags/tag_sup.asp
svg
Tag
The <svg>
tag defines a container for SVG graphics.
https://www.w3schools.com/tags/tag_svg.asp
table
Tag
The <table>
tag defines an HTML table.
https://www.w3schools.com/tags/tag_table.asp
tbody
Tag
The <tbody>
tag is used to group the body content in an HTML table.
https://www.w3schools.com/tags/tag_tbody.asp
td
Tag
The <td>
tag defines a standard data cell in an HTML table.
https://www.w3schools.com/tags/tag_td.asp
tfoot
Tag
The <tfoot>
tag is used to group footer content in an HTML table.
https://www.w3schools.com/tags/tag_tfoot.asp
th
Tag
The <th>
tag defines a header cell in an HTML table.
https://www.w3schools.com/tags/tag_th.asp
thead
Tag / Attribute
The <thead>
tag is used to group header content in an HTML table.
https://www.w3schools.com/tags/tag_thead.asp
title
Tag / Attribute
The <title>
tag defines the title of the document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab.
https://www.w3schools.com/tags/tag_title.asp
tr
Tag
The <tr>
tag defines a row in an HTML table
https://www.w3schools.com/tags/tag_tr.asp
u
Tag
The <u>
tag represents some text that is unarticulated and styled differently from normal text, such as misspelled words or proper names in Chinese text. The content inside is typically displayed with an underline.
https://www.w3schools.com/tags/tag_u.asp
ul
Tag
The <ul>
tag defines an unordered (bulleted) list.
https://www.w3schools.com/tags/tag_ul.asp
valign
Attribute
The valign
attribute is used with a tag which helps to align data in a single cell if the cell span in more than one row.
http://www-db.deis.unibo.it/courses/TW/DOCS/w3schools/tags/att_td_valign.asp.html
vlink
Attribute
The vlink
attribute specifies the color of visited links in a document.
http://w3schools-fa.ir/tags/att_body_vlink.html
width
Attribute
The width
property sets the width of an element.
https://www.w3schools.com/cssref/pr_dim_width.asp
xmlns
Attribute
The xmlns
attribute specifies the xml namespace for a document.
https://www.w3schools.com/tags/att_html_xmlns.asp