|
|
|
|
| You are here: | Home » KidSpace » Learning HTML | |
|
|
Line Breaks and Spaces Now that you know the four basic tags (HTML, head, title, body) that go into your document, let's look at all the stuff that you can put between the body tags. Of course you are going to want some text displayed on your web page. As you saw from a previous example that all you need to do is type the words that you want displayed between the<body>and</body>tags. So try something like this… <html> </head> </html> Want to see what it looks like in a web browser? Did you notice that I put in some extra blank lines when typing the tags for the example above? You can do the same thing with your tags, as well as your text. Don't worry about how many blank lines or blank spaces you use because the web browser will take all of it and simply display it as one single space. Here is an example of what I'm talking about: <html> <head> <body> I'm learning HTML! </html> Notice how the web browser just ignored all the blank lines between my words. That means you can go ahead and add as many blank lines and spaces as you want. Do whatever helps you to read your code. Oh, and if you are wondering how to make extra spaces and line breaks show up in your web page, I will show you how to do just that next. This resource originally created by Deborah Dunk. Updated on 11 Jun 2009
|
|
What is the IPL?
The Internet Public Library is a public library for the world wide web.
The Internet Public Library is hosted by The iSchool at Drexel, College of Information Science and Technology,
© 1995-2008 The Regents of the University of Michigan. All rights reserved.
© 2009, Drexel University, All Rights Reserved |
||