Browse the glossary using this index

Special | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

Page:  1  2  (Next)
  ALL

C

Comments

Comment tags are used to insert comments in the HTML source code. 

More in this course

More in W3schools


css

CSS is a language that describes the style of an HTML document.

CSS describes how HTML elements should be displayed.

CSS stands for Cascading Style Sheets.

More in this course
More in W3schools


CSS Box Model

All HTML elements can be considered as boxes. In CSS, the term "box model" is used when talking about design and layout.

More in this course
More in W3schools


CSS colors

Colors are specified using predefined color names, or HEX, RGBA, values.

More in this course
More in W3schools

 


CSS Display

 The display property specifies if/how an element is displayed.

More in this course
More in W3schools


CSS Float - Clear

The CSS float property specifies how an element should float.
The CSS clear property specifies what elements can float beside the cleared element and on which side.

More in this course
More in W3schools


CSS fonts

The CSS font properties define the font family, boldness, size, and the style of a text.

More in this course
More in W3schools


CSS Icons

The simplest way to add an icon to your HTML page, is with an icon library, such as Font Awesome.

More in this course
More in W3schools


CSS Pseudo- classes

A pseudo-class is used to define a special state of an element. It can be used to style visited and unvisited links differently.

More in this course
More in W3schools


CSS selectors

CSS selectors are used to "find" (or select) HTML elements based on their element name, id, class, attribute, and more.

More in this course
More in W3schools



Page:  1  2  (Next)
  ALL