CMS

Content

HTML

Images

Monetizing

Home » Archive by Tags

Articles tagged with: font

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:

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.