CMS

Content

HTML

Images

Monetizing

Home » Archive by Tags

Articles tagged with: HTML

The Head Section
Saturday, 27 Mar, 2010 – 13:29 | 110 Comments
This entry is part 1 of 1 in the series Head Section

We have learned in Lesson 1-02 that an HTML document is composed of two parts – the “body” part (where the visible content is stored) and the “head” part (where information about the document or …

HTML Forms
Saturday, 27 Mar, 2010 – 13:27 | 60 Comments
This entry is part 1 of 1 in the series Forms

Online Web Design Course is going to continue by exploring web “forms” – the predetermined area where surfers can input information (i.e. text areas, small radio buttons, check boxes, drop down menus, search boxes are …

Aligning Your Content
Saturday, 27 Mar, 2010 – 13:25 | 2 Comments
This entry is part 1 of 1 in the series Aligning

Welcome to the next lesson of your free online web design course. If you feel great about your progress so far, then kudos to you – and some more delicious HTML tags and attributes, of …

Hyperlinking
Monday, 22 Mar, 2010 – 11:31 | 2 Comments
This entry is part 1 of 1 in the series Hyperlinking

We are probably at the most vital spot of our free online web design course. You are going to learn how to add hyperlinks (or shortly, “links”) to your web page!

To add a hyperlink, you …

Background – Foreground Conflicts
Monday, 22 Mar, 2010 – 11:20 | No Comment
Background – Foreground Conflicts
This entry is part 4 of 4 in the series Background Alteration

In this lesson of Online Web Design Course, we’re going to learn how to avoid background – foreground conflicts by learning how to choose the correct background colors and images for our HTML documents.

Readability Issues
Web …

Adding Background Images
Monday, 22 Mar, 2010 – 11:19 | No Comment
Adding Background Images
This entry is part 3 of 4 in the series Background Alteration

Online Web Design Course is going to continue by teaching you how to add a background image to your HTML documents and tables.

HTML Document Background Images
In order to actually assign a background image to an …

Changing Background Colors
Monday, 22 Mar, 2010 – 11:17 | One Comment
This entry is part 2 of 4 in the series Background Alteration

This section of your free online web design course is going to teach you how to add a background color to your HTML documents, HTML tables, table cells and even your texts! We’re going to …

Creating Site Layout By Using Tables
Monday, 22 Mar, 2010 – 11:14 | No Comment
This entry is part 6 of 6 in the series Tables

In order to create a site layout by using html tables, we’ll need a navigation menu, a place to put the actual content of your website, and a place to put some ads, graphics and …

Merging Table Cells
Monday, 22 Mar, 2010 – 11:13 | No Comment
This entry is part 5 of 6 in the series Tables

In this little section of our free online web design course, we’re going to learn how to merge table cells by using the “colspan” and “rowspan” attributes along with the <td> tag.
Merging HTML Table Cells …

Defining Table Width & Height
Monday, 22 Mar, 2010 – 11:13 | No Comment
This entry is part 4 of 6 in the series Tables

Next in our free online web design course, we’re going to learn how to define the “width” and “height” of our table. These two attributes can be defined in two ways: either as a fixed …