include("http://".$_SERVER["SERVER_NAME"]."
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/jsmcm/public_html/webtutor/lesson07.php:1) in http://www.softsmart.co.za/includes/PageTop.inc on line 2
HTML Tutor | Web Design | web hosting
Web development by PHP-Web-Host.com   Website Hosting by PHP-Web-Host.com
Web Hosting by PHP-Web-Host.com

HTML Tutor!

HTML Tutor, learn to author your own website

 

 

Resources

SoftSmart.co.za | Linux Web Hosting

 

 

Please sign up for our Free News Letter
Please help us by taking this 1 minute survey!

I think we'll continue by learning something about the way a browser works.

First an example...

<body> 
Something really cool 
like an icecube!
</body>
Something really cool like an icecube!

<body>
Hey! 
What's
going
on
here??
</body>
Hey! What's going on here??

The browser doesn't recognize formatting. Unless you tell it otherwise, it just displays the characters in a steady stream. If you want to start a new line you have to use a line break...

<body>
Hey!<br>
What's<br>
going<br>
on<br>
here??
</body>
Hey!
What's
going
on
here??

<br> basically says - start a new line.


Can you use <br> to skip a line? Sure.

<body>
Hey!<br>
What's<br>
going<br>
<br>
on<br>
here??
</body>
Hey!
What's
going

on
here??

Skip lots of lines? You betcha.

<body>
Hey!<br>
What's<br>
going<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
on<br>
here??
</body>
Hey!
What's
going







on
here??
So, you want to make a Web Page!
Lessons: Intro 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Index & Quick Reference      Table of Contents      ColorPicker      BareBones HTML Guide
Color Charts      Simple Font Widget      Practice Exercises      Where are my images?
Print version of this tutorial available - Get the PageTutor Book & CD

 

 

SoftSmart.co.za | Linux Web Hosting

 

 

Please sign up for our Free News Letter
Please help us by taking this 1 minute survey!

 

 

We accept PayPal

 

Web Hosting by PHP-Web-Host.com Website Hosting by PHP-Web-Host.com

[ Home ] | [ Software ] | [ Web Development ] | [ Resources ] | [ Contact ] | [ Privacy Policy ] | [ Acceptable Use Policy ] | [ Terms of Service ] | [ Sitemap ] | [ Clients ] | [ Affiliates ]

[ PHP Web Hosting ] | [ Linux Web Hosting ] | [ 500mb PHP Web Hosting ] | [ 1Gb PHP Web Hosting ] | [ 3Gb PHP Web Hosting ] | [ 6Gb PHP Web Hosting ] | [ 10Gb PHP Web Hosting ]

[ HTML Tutor ] | [ CSS Tutorial ] |