HTML MADE EASY |
Html Made Easy now a book. For more info Click here |
Free Graphics | Graphics Optimizer | Resources | Freeware |
| JPEGCruncher Desktop | T-Shirts | |
|
HTML TUTORIAL
Introduction
Lesson1:Tags Lesson2:Paragraphs Lesson3:Attributes Lesson4: Lines Lesson5:Graphics Lesson6:Alignment Lesson7:Links Lesson8:Tables Lesson9:Frames HTML EXTRAS
Uploading Webpages
Quick Reference Color Chart Free Web Graphics Graphics Optimizer Resources Free Software
|
![]()
Lesson 4: Making LinesLet me introduce you to another single tag (Remember? Single tags don't need end tags):
It means "horizontal reference" and this is what it does: See the line? Too long? How about this?: Little bigger? Okay: So how is it done? By using the WIDTH attribute in the <HR> tag like this:
Increase or decrease the percentage to get the length you want. Having no attribute in the <HR> tag will make the line go right across the page. I know what you're thinking, did I really have to give the <HR> tag a lesson all by itself? No, but now that I have all this room lets see how our html document is shaping up using the tags you learned so far: |
|
Html Tutorial Book
Html Made Easy is now a book! Don't spend money on books you won't understand,
The
Complete Html Made Easy takes you every step of the way in building a website,
and it makes it fun and easy too!
![]()
|
<HTML> <HEAD> <BODY>
<CENTER> <H1> Learning Html </H1> </CENTER>
<P ALIGN="right" > <FONT SIZE="7" COLOR="red" FACE="arial"> Practice</FONT> </P> <HR> </BODY>
This is how the web page would look: Learning HtmlStep OneThe key in learning to make web pages is practiceI know you can do it. So give it a try. Practice
|