“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.
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> …
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> …
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.
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:







