Вы находитесь на странице: 1из 12

HTML TAG FULL LIST

Tag

<!--...-->
<!DOCTYPE>
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<article>
<aside>
<audio>
<b>
<base>
<basefont>
<bdi>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<datalist>
<dd>
<del>

Description
Defines a comment
Defines the document type
Defines a hyperlink
Defines an abbreviation or an acronym
Not supported in HTML5. Use <abbr> instead.
Defines an acronym
Defines contact information for the author/owner of a
document
Not supported in HTML5. Use <embed> or <object>
instead.
Defines an embedded applet
Defines an area inside an image-map
Defines an article
Defines content aside from the page content
Defines sound content
Defines bold text
Specifies the base URL/target for all relative URLs in a
document
Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all text in a
document
Isolates a part of text that might be formatted in a different
direction from other text outside it
Overrides the current text direction
Not supported in HTML5. Use CSS instead.
Defines big text
Defines a section that is quoted from another source
Defines the document's body
Defines a single line break
Defines a clickable button
Used to draw graphics, on the fly, via scripting (usually
JavaScript)
Defines a table caption
Not supported in HTML5. Use CSS instead.
Defines centered text
Defines the title of a work
Defines a piece of computer code
Specifies column properties for each column within a
<colgroup> element
Specifies a group of one or more columns in a table for
formatting
Specifies a list of pre-defined options for input controls
Defines a description/value of a term in a description list
Defines text that has been deleted from a document

<details>
<dfn>
<dialog>
<dir>
<div>
<dl>
<dt>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<font>
<footer>
<form>
<frame>
<frameset>
<h1> to <h6>
<head>
<header>
<hr>
<html>
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<keygen>
<label>
<legend>
<li>
<link>
<main>
<map>
<mark>
<menu>
<menuitem>
<meta>
<meter>

Defines additional details that the user can view or hide


Represents the defining instance of a term
Defines a dialog box or window
Not supported in HTML5. Use <ul> instead.
Defines a directory list
Defines a section in a document
Defines a description list
Defines a term/name in a description list
Defines emphasized text
Defines a container for an external (non-HTML) application
Groups related elements in a form
Defines a caption for a <figure> element
Specifies self-contained content
Not supported in HTML5. Use CSS instead.
Defines font, color, and size for text
Defines a footer for a document or section
Defines an HTML form for user input
Not supported in HTML5.
Defines a window (a frame) in a frameset
Not supported in HTML5.
Defines a set of frames
Defines HTML headings
Defines information about the document
Defines a header for a document or section
Defines a thematic change in the content
Defines the root of an HTML document
Defines a part of text in an alternate voice or mood
Defines an inline frame
Defines an image
Defines an input control
Defines a text that has been inserted into a document
Defines keyboard input
Defines a key-pair generator field (for forms)
Defines a label for an <input> element
Defines a caption for a <fieldset> element
Defines a list item
Defines the relationship between a document and an
external resource (most used to link to style sheets)
Specifies the main content of a document
Defines a client-side image-map
Defines marked/highlighted text
Defines a list/menu of commands
Defines a command/menu item that the user can invoke
from a popup menu
Defines metadata about an HTML document
Defines a scalar measurement within a known range (a
gauge)

<nav>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
<param>
<pre>
<progress>
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<script>
<section>
<select>
<small>
<source>
<span>
<strike>
<strong>
<style>
<sub>
<summary>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<time>
<title>
<tr>

Defines navigation links


Not supported in HTML5.
Defines an alternate content for users that do not support
frames
Defines an alternate content for users that do not support
client-side scripts
Defines an embedded object
Defines an ordered list
Defines a group of related options in a drop-down list
Defines an option in a drop-down list
Defines the result of a calculation
Defines a paragraph
Defines a parameter for an object
Defines preformatted text
Represents the progress of a task
Defines a short quotation
Defines what to show in browsers that do not support ruby
annotations
Defines an explanation/pronunciation of characters (for East
Asian typography)
Defines a ruby annotation (for East Asian typography)
Defines text that is no longer correct
Defines sample output from a computer program
Defines a client-side script
Defines a section in a document
Defines a drop-down list
Defines smaller text
Defines multiple media resources for media elements
(<video> and <audio>)
Defines a section in a document
Not supported in HTML5. Use <del> or <s> instead.
Defines strikethrough text
Defines important text
Defines style information for a document
Defines subscripted text
Defines a visible heading for a <details> element
Defines superscripted text
Defines a table
Groups the body content in a table
Defines a cell in a table
Defines a multiline input control (text area)
Groups the footer content in a table
Defines a header cell in a table
Groups the header content in a table
Defines a date/time
Defines a title for the document
Defines a row in a table

Defines text tracks for media elements (<video> and


<audio>)
Not supported in HTML5. Use CSS instead.
Defines teletype text
Defines text that should be stylistically different from
normal text
Defines an unordered list
Defines a variable
Defines a video or movie
Defines a possible line-break

<track>
<tt>
<u>
<ul>
<var>
<video>
<wbr>
#NAME?

CSS PROPERTIES FULL LIST


Color Properties
Property

Description

color
opacity

Sets the color of text


Sets the opacity level for an element

Property

Background and Border Properties


Description

background
backgroundattachment
background-blendmode
background-color
background-image
backgroundposition
background-repeat
background-clip
background-origin
background-size
border
border-bottom
border-bottom-color
border-bottom-leftradius
border-bottomright-radius
border-bottom-style
border-bottomwidth

A shorthand property for setting all the background


properties in one declaration
Sets whether a background image is fixed or scrolls with the
rest of the page
Specifies the blending mode of each background layer
(color/image)
Specifies the background color of an element
Specifies one or more background images for an element
Specifies the position of a background image

CS
S
1
3
CS
S
1
1
3
1
1
1

Sets how a background image will be repeated


Specifies the painting area of the background
Specifies where the background image(s) is/are positioned
Specifies the size of the background image(s)
Sets all the border properties in one declaration
Sets all the bottom border properties in one declaration
Sets the color of the bottom border
Defines the shape of the border of the bottom-left corner

1
3
3
3
1
1
1
3

Defines the shape of the border of the bottom-right corner

Sets the style of the bottom border


Sets the width of the bottom border

1
1

border-color
border-image
border-imageoutset
border-imagerepeat
border-image-slice
border-imagesource
border-image-width
border-left
border-left-color
border-left-style
border-left-width
border-radius
border-right
border-right-color
border-right-style
border-right-width
border-style
border-top
border-top-color
border-top-leftradius
border-top-rightradius
border-top-style
border-top-width
border-width
box-decorationbreak
box-shadow

Sets the color of the four borders


A shorthand property for setting all the border-image-*
properties
Specifies the amount by which the border image area
extends beyond the border box
Specifies whether the border image should be repeated,
rounded or stretched
Specifies how to slice the border image
Specifies the path to the image to be used as a border

1
3

Specifies the widths of the image-border


Sets all the left border properties in one declaration
Sets the color of the left border
Sets the style of the left border
Sets the width of the left border
A shorthand property for setting all the four border-*-radius
properties
Sets all the right border properties in one declaration
Sets the color of the right border
Sets the style of the right border
Sets the width of the right border
Sets the style of the four borders
Sets all the top border properties in one declaration
Sets the color of the top border
Defines the shape of the border of the top-left corner

3
1
1
1
1
3

Defines the shape of the border of the top-right corner

Sets the style of the top border


Sets the width of the top border
Sets the width of the four borders
Sets the behaviour of the background and border of an
element at page-break, or, for in-line elements, at linebreak.
Attaches one or more drop-shadows to the box

1
1
1
3

3
3
3
3

1
1
1
1
1
1
1
3

Basic Box Properties


Property

Description

bottom
clear

Specifies the bottom position of a positioned element


Specifies which sides of an element where other floating
elements are not allowed
Clips an absolutely positioned element
Specifies how a certain HTML element should be displayed
Specifies whether or not a box should float
Sets the height of an element
Specifies the left position of a positioned element
Sets all the margin properties in one declaration
Sets the bottom margin of an element
Sets the left margin of an element

clip
display
float
height
left
margin
margin-bottom
margin-left

CS
S
2
1
2
1
1
1
2
1
1
1

margin-right
margin-top
max-height
max-width
min-height
min-width
overflow

right
top
visibility
width
vertical-align
z-index

Sets the right margin of an element


Sets the top margin of an element
Sets the maximum height of an element
Sets the maximum width of an element
Sets the minimum height of an element
Sets the minimum width of an element
Specifies what happens if content overflows an element's
box
Specifies whether or not to clip the left/right edges of the
content, if it overflows the element's content area
Specifies whether or not to clip the top/bottom edges of the
content, if it overflows the element's content area
Sets all the padding properties in one declaration
Sets the bottom padding of an element
Sets the left padding of an element
Sets the right padding of an element
Sets the top padding of an element
Specifies the type of positioning method used for an
element (static, relative, absolute or fixed)
Specifies the right position of a positioned element
Specifies the top position of a positioned element
Specifies whether or not an element is visible
Sets the width of an element
Sets the vertical alignment of an element
Sets the stack order of a positioned element

Property

Description

align-content

Specifies the alignment between the lines inside a flexible


container when the items do not use all available space
Specifies the alignment for items inside a flexible container
Specifies the alignment for selected items inside a flexible
container
Specifies the length of the item, relative to the rest
Specifies the initial length of a flexible item
Specifies the direction of the flexible items
A shorthand property for the flex-direction and the flexwrap properties
Specifies how much the item will grow relative to the rest
Specifies how the item will shrink relative to the rest
Specifies whether the flexible items should wrap or not
Specifies the alignment between the items inside a flexible
container when the items do not use all available space
Sets the order of the flexible item, relative to the rest

overflow-x
overflow-y
padding
padding-bottom
padding-left
padding-right
padding-top
position

1
1
2
2
2
2
2
3
3
1
1
1
1
1
2
2
2
2
1
1
2

Flexible Box Layout

align-items
align-self
flex
flex-basis
flex-direction
flex-flow
flex-grow
flex-shrink
flex-wrap
justify-content
order

CS
S
3
3
3
3
3
3
3
3
3
3
3
3

Text Properties
Property

Description

hangingpunctuation

Specifies whether a punctuation character may be placed


outside the line box

CS
S
3

hyphens
letter-spacing
line-break
line-height
overflow-wrap
tab-size
text-align
text-align-last
text-combineupright
text-indent
text-justify
text-transform
white-space
word-break
word-spacing
word-wrap

Sets how to split words to improve the layout of paragraphs


Increases or decreases the space between characters in a
text
Specifies how/if to break lines
Sets the line height
Specifies whether or not the browser may break lines within
words in order to prevent overflow (when a string is too
long to fit its containing box)
Specifies the length of the tab-character
Specifies the horizontal alignment of text
Describes how the last line of a block or a line right before a
forced line break is aligned when text-align is "justify"
Specifies the combination of multiple characters into the
space of a single character
Specifies the indentation of the first line in a text-block
Specifies the justification method used when text-align is
"justify"
Controls the capitalization of text
Specifies how white-space inside an element is handled
Specifies line breaking rules for non-CJK scripts
Increases or decreases the space between words in a text
Allows long, unbreakable words to be broken and wrap to
the next line

3
1
3
1
3
3
1
3
3
1
3
1
1
3
1
3

Text Decoration Properties


Property

Description

text-decoration
text-decorationcolor
text-decoration-line
text-decorationstyle
text-shadow
text-underlineposition

Specifies the decoration added to text


Specifies the color of the text-decoration

CS
S
1
3

Specifies the type of line in a text-decoration


Specifies the style of the line in a text decoration

3
3

Adds shadow to text


Specifies the position of the underline which is set using the
text-decoration property

3
3

Property

Description

@font-face

A rule that allows websites to download and use fonts other


than the "web-safe" fonts
Allows authors to use a common name in font-variantalternate for feature activated differently in OpenType
Sets all the font properties in one declaration
Specifies the font family for text
Allows control over advanced typographic features in
OpenType fonts
Controls the usage of the kerning information (how letters
are spaced)

CS
S
3

Font
Properties

@font-featurevalues
font
font-family
font-featuresettings
font-kerning

3
1
1
3
3

font-languageoverride
font-size
font-size-adjust
font-stretch

Controls the usage of language-specific glyphs in a typeface

3
1
3
3

font-weight

Specifies the font size of text


Preserves the readability of text when font fallback occurs
Selects a normal, condensed, or expanded face from a font
family
Specifies the font style for text
Controls which missing typefaces (bold or italic) may be
synthesized by the browser
Specifies whether or not a text should be displayed in a
small-caps font
Controls the usage of alternate glyphs associated to
alternative names defined in @font-feature-values
Controls the usage of alternate glyphs for capital letters
Controls the usage of alternate glyphs for East Asian scripts
(e.g Japanese and Chinese)
Controls which ligatures and contextual forms are used in
textual content of the elements it applies to
Controls the usage of alternate glyphs for numbers,
fractions, and ordinal markers
Controls the usage of alternate glyphs of smaller size
positioned as superscript or subscript regarding the
baseline of the font
Specifies the weight of a font

Property

Description

direction
text-orientation
text-combineupright
unicode-bidi

Specifies the text direction/writing direction


Defines the orientation of the text in a line
Specifies the combination of multiple characters into the
space of a single character
Used together with the direction property to set or return
whether the text should be overridden to support multiple
languages in the same document

font-style
font-synthesis
font-variant
font-variantalternates
font-variant-caps
font-variant-eastasian
font-variantligatures
font-variantnumeric
font-variantposition

1
3
1
3
3
3
3
3
3
1

Writing Modes Properties

writing-mode

CS
S
2
3
3
2
3

Table Properties
Property

Description

border-collapse
border-spacing
caption-side
empty-cells
table-layout

Specifies whether or not table borders should be collapsed


Specifies the distance between the borders of adjacent cells
Specifies the placement of a table caption
Specifies whether or not to display borders and background
on empty cells in a table
Sets the layout algorithm to be used for a table

Property

Description

counter-increment
counter-reset
list-style

Increments one or more counters


Creates or resets one or more counters
Sets all the properties for a list in one declaration

CS
S
2
2
2
2
2

Lists and Counters Properties


CS
S
2
2
1

list-style-image
list-style-position
list-style-type

Specifies an image as the list-item marker


Specifies if the list-item markers should appear inside or
outside the content flow
Specifies the type of list-item marker

Property

Description

@keyframes
animation

Specifies the animation code


A shorthand property for all the animation properties
(except animation-play-state and animation-fill-mode)
Specifies a delay for the start of an animation
Specifies whether or not the animation should play in
reverse on alternate cycles
Specifies how many seconds or milliseconds an animation
takes to complete one cycle
Specifies a style for the element when the animation is not
playing (when it is finished, or when it has a delay)
Specifies the number of times an animation should be
played
Specifies the name of the @keyframes animation
Specifies whether the animation is running or paused

1
1
1

Animation Properties

animation-delay
animation-direction
animation-duration
animation-fill-mode
animation-iterationcount
animation-name
animation-playstate
animation-timingfunction

Specifies the speed curve of an animation

CS
S
3
3
3
3
3
3
3
3
3
3

Transform Properties
Property

Description

backface-visibility

Defines whether or not an element should be visible when


not facing the screen
Specifies the perspective on how 3D elements are viewed
Specifies the bottom position of 3D elements
Applies a 2D or 3D transformation to an element
Allows you to change the position on transformed elements
Specifies how nested elements are rendered in 3D space

perspective
perspective-origin
transform
transform-origin
transform-style

CS
S
3
3
3
3
3
3

Transitions Properties
Property

Description

transition

A shorthand property for setting the four transition


properties
Specifies the name of the CSS property the transition effect
is for
Specifies how many seconds or milliseconds a transition
effect takes to complete
Specifies the speed curve of the transition effect

transition-property
transition-duration
transition-timingfunction
transition-delay

Specifies when the transition effect will start

CS
S
3
3
3
3
3

Basic User Interface Properties


Property

Description

CS
S

box-sizing
content
cursor
ime-mode
nav-down
nav-index
nav-left
nav-right
nav-up
outline
outline-color
outline-offset
outline-style
outline-width
resize
text-overflow

Tells the browser what the sizing properties (width and


height) should include
Used with the :before and :after pseudo-elements, to insert
generated content
Specifies the type of cursor to be displayed
Controls the state of the input method editor for text fields
Specifies where to navigate when using the arrow-down
navigation key
Specifies the tabbing order for an element
Specifies where to navigate when using the arrow-left
navigation key
Specifies where to navigate when using the arrow-right
navigation key
Specifies where to navigate when using the arrow-up
navigation key
Sets all the outline properties in one declaration
Sets the color of an outline
Offsets an outline, and draws it beyond the border edge
Sets the style of an outline
Sets the width of an outline
Specifies whether or not an element is resizable by the user
Specifies what should happen when text overflows the
containing element

3
2
2
3
3
3
3
3
3
2
2
3
2
2
3
3

Multi-column Layout Properties


Property

Description

break-after

Specifies the page-, column-, or region-break behavior after


the generated box
Specifies the page-, column-, or region-break behavior
before the generated box
Specifies the page-, column-, or region-break behavior
inside the generated box
Specifies the number of columns an element should be
divided into
Specifies how to fill columns
Specifies the gap between the columns
A shorthand property for setting all the column-rule-*
properties
Specifies the color of the rule between columns
Specifies the style of the rule between columns
Specifies the width of the rule between columns
Specifies how many columns an element should span
across
Specifies the width of the columns
A shorthand property for setting column-width and columncount
Sets the minimum number of lines that must be left at the
top of a page when a page break occurs inside an element

break-before
break-inside
column-count
column-fill
column-gap
column-rule
column-rule-color
column-rule-style
column-rule-width
column-span
column-width
columns
widows

CS
S
3
3
3
3
3
3
3
3
3
3
3
3
3
2

Paged Media
Property

Description

CS

orphans
page-break-after
page-break-before
page-break-inside

Sets the minimum number of lines that must be left at the


bottom of a page when a page break occurs inside an
element
Sets the page-breaking behavior after an element
Sets the page-breaking behavior before an element
Sets the page-breaking behavior inside an element

S
2
2
2
2

Generated Content for Paged Media


Property

Description

marks
quotes

Adds crop and/or cross marks to the document


Sets the type of quotation marks for embedded quotations

CS
S
3
2

Filter Effects Properties


Property

Description

filter

Defines effects (e.g. blurring or color shifting) on an


element before the element is displayed

CS
S
3

Image Values and Replaced Content


Property

Description

image-orientation

Specifies a rotation in the right or clockwise direction that a


user agent applies to an image (This property is likely going
to be deprecated and its functionality moved to HTML)
Gives a hint to the browser about what aspects of an image
are most important to preserve when the image is scaled
Specifies the intrinsic resolution of all raster images used
in/on the element
Specifies how the contents of a replaced element should be
fitted to the box established by its used height and width
Specifies the alignment of the replaced element inside its
box

image-rendering
image-resolution
object-fit
object-position

CS
S
3
3
3
3
3

Masking Properties
Property

Description

mask
mask-type

CS
S
3
3

Speech Properties
Property

Description

mark

A shorthand property for setting the mark-before and markafter properties


Allows named markers to be attached to the audio stream
Allows named markers to be attached to the audio stream
Specifies a phonetic pronunciation for the text contained by
the corresponding element
A shorthand property for setting the rest-before and restafter properties
Specifies a rest or prosodic boundary to be observed after
speaking an element's content

mark-after
mark-before
phonemes
rest
rest-after

CS
S
3
3
3
3
3
3

rest-before
voice-balance
voice-duration
voice-pitch
voice-pitch-range
voice-rate
voice-stress
voice-volume

Specifies a rest or prosodic boundary to be observed before


speaking an element's content
Specifies the balance between left and right channels
Specifies how long it should take to render the selected
element's content
Specifies the average pitch (a frequency) of the speaking
voice
Specifies variation in average pitch
Controls the speaking rate
Indicates the strength of emphasis to be applied
Refers to the amplitude of the waveform output by the
speech synthesises

3
3
3
3
3
3
3
3

Marquee Properties
Property

Description

marquee-direction
marquee-playcount
marquee-speed
marquee-style

Sets the direction of the moving content


Sets how many times the content move

CS
S
3
3

Sets how fast the content scrolls


Sets the style of the moving content

3
3

Вам также может понравиться