Monday, July 30, 2012

Web Design - Lesson by Lesson


There are more important tags we have to consider,among them let's see about Bold and Italic tags.
Bold Tags   - <B>  </B>

Italic Tags - <i>  </i>

Let's consider an example

<B> This is about Web Design </B>
<i> This is about Web Design </i>

If you ant bold and italic text,then you can try like this

<B><i> This is about Web Design </i></B>

As well you can underline this using underline tag.

Underline Tags - <U>   </U>
Let's see it's example;


<U><B><i> This is about Web Design </i></B></U>

All this nested HTML codes can be a bit messy,however we can use Cascading Stylesheet for avoiding this.
So,hope to talk about it in next post.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...