- Articles
482 results
-
Color Codes
Color Codes come in three different forms: Color Names. i.e. red, yellow, lime, etc. See W3Schools for a full list. Hexadecimal Notation using RGB triplets. i.e. #ff0000, #ffff00, #00ff00. Each set of two characters represents the colors Red, Green, and Blue respectively. Hexadecimal Shorthand... -
Margin-left
The margin-left property is used in CSS and certain HTML elements. It sets the margin space required on the left side of an element. A negative value is also allowed. The margin property is the shorthand property for setting the margin for all sides, or individual sides, of an element. Other... -
Border-radius
The border-radius property is used in CSS and some special HTML tags to create a rounded border of a particular object. This property's effect can only be seen in browsers which do not use WebKit as their web engine, like Internet Explorer. As of IE9 and Firefox 4, the border-radius property is... -
Letter-spacing
The letter-spacing property is used in CSS and certain HTML elements. It specifies the spacing between text characters. It controls the space in addition to the default spacing between letters in a given section. HTML example: QWERTY That produces... -
HTML
This article is about HTML (HyperText Markup Language). For other uses, see HTML (disambiguation). HyperText Markup Language is the main type of markup language used to create web sites. It provides a well organized way to create structured documents by using complex but precise coding to create... -
BBCode
Bulletin Board Code or BBCode is a lightweight markup language used to format posts in many message boards or forums. The available tags are usually indicated by square brackets ([ ]) surrounding a keyword, and they are parsed by the message board system before being translated into a markup... -
Line-height
The line-height property is used in CSS and certain HTML elements. On inline elements, this property specifies the height that is used in the calculation of the line box height. On block-level elements, it specifies the minimal height of line boxes within the element. normal - Depends on the... -
Div
The HTML element, or division, does not affect the presentation of its contents in any way, other than the consequences of its block-level status. This makes it very useful for custom CSS styles, and it is the primary component of a tableless layout. Its inline counterpart is the... -
-ms-transform
The CSS -ms-transform Microsoft extension property provides an implementation of the CSS 2D Transforms Module. It is supported as of IE9PP6 [1]. Here is a list of transformations that can be applied to an object: To double the size of an image, then rotate it by 180 degrees: -ms-transform-origin -
Font-size
The font-size property is used in CSS and certain HTML elements. It is used to specify the size of the font. xx-small, x-small, small, medium, large, x-large, xx-large - These are a set of absolute size keywords based on the user's default font size (medium). Similar to the HTML -
Vertical-align
The vertical-align property is used in CSS and certain HTML elements. It specifies the vertical alignment of an inline or table-cell element. Most of the values vertically align the element relative to its parent element. baseline - Aligns the baseline of the element with the baseline of its... -
Padding-left
The padding-left property is used in CSS and certain HTML tags. It can only be used with an available background-color or background-image property, as it provides the information of the padding on the left side of the background color or image around the text. Its values can be entered in... -
Destroy the Web
Destroy the Web is a game add-on for Firefox, built specifically to take advantage of the new features introduced in Firefox 3.5. A first of its kind, the goal in the game is to destroy each and every Web page, competing for the high score against players around the world![1] It was created by... -
Br
The void HTML element represents a line break, shifting the text or objects included after it to a new line. Multiple elements will cause multiple line breaks. To set a block of text apart as a paragraph, use . See Global HTML Attributes. The global attribute style combined... -
KHTML
KHTML is the HTML layout engine developed by the KDE project. It is the engine used by the Konqueror web browser. A forked version of KHTML called WebKit is used by several web browsers, among them Safari and Google Chrome. Distributed under the terms of the GNU Lesser General Public License... -
Span
The HTML element does not affect the presentation of its contents in any way although as it is inline it cannot contain any block-level elements. Like a blank slate, it is very useful for custom CSS styles which only affect segments of text within paragraphs. Its block-level... -
Border-spacing
The border-spacing property is used in CSS and certain HTML elements. It specifies the distance between the borders of adjacent cells. This is equivalent to the cellspacing attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical... -
!important
The CSS !important declaration is used to specify which style to rule. Property values with this declaration following them will override other existing property values of similar effect. Example: Normally the color of the text would be red, because inline styles override the rules set in a... -
@-moz-document
The CSS @-moz-document rule is a Gecko-specific @-rule that restricts the style rules contained within it based on the URL of the document. It is designed primarily for user style sheets. This @-rule was available since Firefox 1.5. CSS example: @-moz-document url("http://www.w3.org... -
Border-style
The border-style property is used in CSS and certain HTML elements. It is a shorthand property for setting the line style for all four sides of the element's border. To set the line type for each individual side, use border-top-style, border-right-style, border-bottom-style, or... -
Margin-right
The margin-right property is used in CSS and certain HTML elements. It sets the margin space required on the right side of an element. A negative value is also allowed. The margin property is the shorthand property for setting the margin for all sides, or individual sides, of an element. Other... -
Marquee-speed
The CSS marquee-speed property determines how fast the content scrolls. The actual speed depends on the user agent and the type of content. But, for a given user agent and a given element, the following must always be true: slow < normal < fast. HTML example: -
Padding-top
The padding-top property is used in CSS and certain HTML tags. It can only be used with an available background-color or background-image property, as it provides the information on the padding on the top side of the background color or image around the text. Its values can be entered in pixels... -
ICO
ICO file format is an image file format for icons in Microsoft Windows. ICO files contain one or more small images at multiple sizes and color depths. The official IANA-registered MIME type for ICO files is image/vnd.microsoft.icon. Erroneous labels “image/ico”, “image/icon”, “text/ico” and... -
Sup
The HTML element is used for creating superscript text. Since it is inherently presentational, it should not be used to express a given meaning. However, it can be useful for mathematical exponents (x2) where the context implies the meaning of the exponent, as well as other cases...
