CMS

Content

HTML

Images

Monetizing

Home » Archive by Tags

Articles tagged with: Content

Changing Text Size, Text Color & Font Face
Monday, 22 Mar, 2010 – 8:25 | One Comment
This entry is part 5 of 5 in the series Basic Text Formatting

In this lesson of our free online web design course, we are going to add more flavor to our text by changing its color, size and font type. To do that, we’re going to use the tag along with “size”, “color” and “face” attributes. Copy and paste the below HTML code into your notepad:

Creating Ordered & Unordered Lists
Monday, 22 Mar, 2010 – 8:24 | 2 Comments
This entry is part 4 of 5 in the series Basic Text Formatting

In this section of our free online web design course, we’re going to learn how to form a list of items by using HTML. There are two types of lists you can create – the ordered list and the unordered list.

Line Breaks, Paragraphs & Headings
Monday, 22 Mar, 2010 – 8:23 | No Comment
This entry is part 3 of 5 in the series Basic Text Formatting

In this section of our free online web design course, we’re going to learn how to arrange our text by adding line breaks by using the <br> tag, adding paragraphs with the <p> and </p> …

Boldening, Italicising & Underlining Text
Monday, 22 Mar, 2010 – 8:22 | No Comment
This entry is part 2 of 5 in the series Basic Text Formatting

In this section of our free web design course, we’re first going to learn how to make our text bold by using the <b> and </b> tags, italicise it by using the <i> and </i> …