Please support us by visiting our support forums and asking your
questions and answering questions of others.
Registration: You can also register for paid web design email course. If
you register you will benefit from strong one to one student support,
personal tutor, more facilities, discount for other courses, access to
students area and many more. Course fee for web page design email
course is $15 only. Paid students will receive 13 advanced lessons in
addition to 7 general lessons. You can register for paid course at:
Until now we have learned to insert simple text into our web pages. In this lesson we will learn
text formatting
techniques. This part of html writing skills is the most important part of our whole web design
course. So you must learn it word by word.
We can make a text bold, italic or underlined. If you want to make a text bold, you must inclose it
in <B>...</B> tags.
<BODY>
This is very <B> important </B>
</BODY>
In above text the word "important" is typed bold. You can make a text italic by inclosing it in
<I>...</I> tags.
And finally you can make some text underlined by inclosing it in <U>...</U> tags.
<HTML>
<HEAD>
<TITLE>Example 1, Lesson 2</TITLE>




