Basic Text Formatting
Monday, 22 Mar, 2010 – 8:21 | One Comment
This entry is part 1 of 5 in the series Basic Text Formatting

“Text Formatting” is the term that defines the process of transforming plain text into a visually more attractive text by adding formatting elements such as emphasis, paragraphs, headings, etc. where applicable. HTML has a wide variety of tags specifically created for text formatting purposes. We’ll get to that in a minute.

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> …

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> …

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.

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: