HTML Color Values

HTML colors are defined using a hexadecimal notation for the combination of Red, Green, and Blue color values (RGB). The lowest value that can be given to one of the light sources is 0 (hex #00). The highest value is 255 (hex #FF).

01.05.09 | in Category: HTML

HTML Colors

HTML colors can be defined as a hexadecimal notation for the combination of Red, Green, and Blue color values (RGB).

The lowest value that can be given to one light source is 0 (hex #00) and the highest value is 255 (hex #FF).

01.05.09 | in Category: HTML

HTML Backgrounds

The background attribute specifies a background-image for an HTML page. The value of this attribute is the URL of the image you want to use. If the image is smaller than the browser window, the image will repeat itself until it fills the entire browser window.

01.05.09 | in Category: HTML

HTML Images

In HTML, images are defined with the tag.

The tag is empty, which means that it contains attributes only and it has no closing tag.

To display an image on a page, you need to use the src attribute. Src stands for "source". The value of the src attribute is the URL of the ...

01.05.09 | in Category: HTML

HTML Forms and Input

A form is an area that can contain form elements.

Form elements are elements that allow the user to enter information (like text fields, textarea fields, drop-down menus, radio buttons, checkboxes, etc.) in a form.

A form is defined with the tag.

01.05.09 | in Category: HTML

HTML Lists

An unordered list is a list of items. The list items are marked with bullets (typically small black circles).

An unordered list starts with the tag. Each list item starts with the tag.

01.05.09 | in Category: HTML

HTML Tables

Tables are defined with the tag. A table is divided into rows (with the tag), and each row is divided into data cells (with the tag). The letters td stands for "table data," which is the content of a data cell. A data cell can contain text, images, lists, paragraphs, forms, horizontal rules, tabl ...

01.05.09 | in Category: HTML

HTML Frames

With frames, you can display more than one Web page in the same browser window.

01.05.09 | in Category: HTML

HTML Links

HTML uses a hyperlink to link to another document on the Web.

01.05.09 | in Category: HTML

HTML Character Entities

Some characters are reserved in HTML. For example, you cannot use the greater than or less than signs within your text because the browser could mistake them for markup.

01.05.09 | in Category: HTML

About

Christopher is a Software Engineer, Cisco Certified Network Associate and freelance Web Designer / Programmer based in the Philippines.

Categories