Revision 0.0.1

Today we are going to revise all the things we learn so far. We will write all the tags in a single page. So far we learnt how to BOLD, or ITALIC or UNDERLINE a text.  Then we learn how to BLINK and SUPERSCRIP SUBSCRIPT. We are going to see all them again. So first of all we have to open a new Notepad. and then start writing

<HTML>
<HEAD>
<TITLE>
Revision
</TITLE>
</HEAD>
<BODY>
We Learn how to BOLD a text and <B> this is BOLD text</B> and then we learn how to use ITALIC,<I> its looks like this</
I>, and then we learn UNDERLINE and we will underline the important things like this<U>I am using UNDERLINE</U>, We learnt how to blink the text  and it works like <BLINK>I am Programmer</BLINK>. and at last we learnt SUBSCRIPT and SUPERSCRIP and they are interesting like H<SUB>2</SUB>O and a<SUP>2</SUP>b.
</BODY>
</HTML>
Revision

So far this was all we learnt. Hope you are enjoying. If any problem don't hesitate to contact with me.

Related Posts:

  • FONT FACE ELEMENT Sometimes we change fonts in MS Words, here we can do the same thing. Its like FONT SIZE tag. The format is like  <FONT FACE=(name of the font)>.........</FONT> Example: <HTML> <HEAD> <TITLE… Read More
  • FONT COLOR ELEMENT This tag is like FONT FACE and FONT SIZE element. Color can be declared by name like RED or GREEN or BLACK or you may use declare by decimal number which is decided for all the colors. This tag format is <FONT COLOR=(name… Read More
  • ADDRESS ELEMENT Today we will see how to write your address using ADDRESS tag. It will show the address in a Italic font and easily determine as a different text. The tag is look like <ADDRESS>......................................<… Read More
  • Horizontal Line ElementWith this tag you can draw Horizontal line under document. Only in special occasion we need to use this one, for example after contact us details. Format: <HR> Code: <HTML><HEAD><Title> Horizontal … Read More
  • BLOCKQUOTE ELEMENT This tag used to quote some text of the webpage. It is almost like CENTER element, text is shown in middle. The format is <BLOCKQUOTE>..............................<BLOCKQUOTE> Example: <HTML> <HEAD&g… Read More

0 comments:

Post a Comment