- Friday, February 6, 2009, 16:04
- Programming
- 6,099 views
The background attribute allows you to place image or picture on background of your page. The background is most commonly used attribute of <body>,<table> element. When background tag within body tag it repeat the image to fill whole web page background.It's a good practice to use small size images because huge size image take time to load.
Try to use dim,light color background to ...
Full article
- Thursday, February 5, 2009, 7:50
- Programming
- 1,747 views
The <HR> element in html create an horizontal line or rule across the screen. <HR> is called an empty tag, although it have four attribute to change default way the rule appears on screen. This tag is called an empty tag because there is not ending tag or closing tag. Look at the simple use of html tag in this example.
<html>
<head>
<title>
Horzontal rule tag example
</title>
</head>
<body>
Free online ...
Full article
- Friday, January 30, 2009, 4:01
- Programming
- 279 views
HTML stands for hyper text markup language. The first markup language used to represent information on WebPages. Primary purpose of developing this language to structure, share and link documents, to apply any design and other functionality html uses tags. Each tag in html has specific name enclosed between greater and less than sign.
For Example,
To format the text as bold following starting and ending tags to ...
Full article