HTML means Hyper Text Markup
Language. In general we can write documents with MS word or word pad or
note pad but they are not suitable for sending or publishing in web. So we need
a mark up language. It is not like C++ or Visual Basic , its a scripting
Language. It is very easier then programming language. HTML is coding by using
tags, so any one can do it by using tags. After starting the process you can
understand how easy it is.
Learning Web page Development with HTML
Related Posts:
Subscript and Superscript Element SUBSCRIPT We familiar with Subscript element. It is mostly used in chemical name , The tag is looks like <SUB>………………….</SUB> Example: <HTML> <HEAD> <TITLE> Program 6 </TITLE> &… Read More
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… Read More
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 SIZE With this tag we can increase or decrease the font size. The default size is 12. We can increase this till +7 or decrease till -7. We use (+) sign for increasing and (-) sign for decreasing. The tag format is <FONT SIZE=… Read More
Blink Text Now e will learn how to blink some part of a text. Its work like So for doing effect like this we have to use a tag. The tag format is <BLINK>..............................</BLINK> Example: <… Read More
0 comments:
Post a Comment