HTML & CSS Tutorials by tizag

You can find here all the 47 tutorials by tizag. The author's home page URL is http://www.tizag.com/htmlT/elements.php.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | Next| Last

HTML - Attributes

Author: tizag  Rating:
Attributes are used to amplify tags. What we mean by amplify is that when a web browser interprets a tag, it will also search for set attributes and then display the element (tags+attributes) in its entirety.
May 19, 2011 Today Views: 1 Total Views: 343

Line Breaks

Author: tizag  Rating:
Line breaks are different then most of the tags we have seen so far. A line break ends the line you are currently on and resumes on the next line
May 13, 2011 Today Views: 1 Total Views: 283

Paragraph Tag <p>

Author: tizag  Rating:
Publishing any kind of written works requires the use of a paragraph. The paragraph tag is very basic and a great introductory tag for beginner's because of its simplicity.
May 6, 2011 Today Views: 1 Total Views: 289

HTML - Headings

Author: tizag  Rating:
A heading in HTML is just what you might expect, a title or subtitle. By placing text inside of (heading) tags, the text displays bold and the size of the text depends on the number of heading (1-6).
May 5, 2011 Today Views: 1 Total Views: 284
There are 3 different methods to set color. The simplest being the Generic terms of colors. Examples: black, white, red, green, and blue. Generic colors are preset HTML coded colors where the value is simply the name of each color.
April 22, 2011 Today Views: 2 Total Views: 346

HTML Forms

Author: tizag  Rating:
Forms are a vital tool for the webmaster to receive information from the web surfer, such as: their name, email address, credit card, et
March 10, 2011 Today Views: 2 Total Views: 383

HTML Color - bgcolor

Author: tizag  Rating:
The bgcolor attribute is used to control the background of an HTML elmement, specifically page and table backgrounds. Bgcolor can be placed within several of the HTML tags.
February 22, 2011 Today Views: 1 Total Views: 488

HTML - Background

Author: tizag  Rating:
Images can be placed within elements of HTML. Tables, paragraphs, and bodys may all have a background image. To accomplish this, we use the background attribute as follows
February 22, 2011 Today Views: 1 Total Views: 336

HTML - Text Fields

Author: tizag  Rating:
Text fields are small rectangles that allow a user to simply input some text and submit that information to the web server.
February 8, 2011 Today Views: 1 Total Views: 379

HTML Color Chart

Author: tizag  Rating:
Below is the hexadecimal representation for an array of HTML background colors. The hexadecimal value that you see displayed in each box represents the value to get the background color of that cell.
February 2, 2011 Today Views: 1 Total Views: 346
Pages:1 | 2 | 3 | 4 | 5 | Next| Last