Posts Tagged html

Lesson 10:HTML-Background

Lesson 10:HTML-Background
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

Lesson 8:HTML-HR(Horzontal Rule or Line)

Lesson 8:HTML-HR(Horzontal Rule or Line)
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

What is HTML?

Story has no image
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
Copyright © 2010 Sooper Tutorials. All rights reserved. Powered by WordPress.org, Website by ISolution.org.