|
|
|
|
| You are here: | Home » KidSpace » Learning HTML | |
|
|
The Ask an IPL Librarian Reference Service will close between academic terms beginning December 20, 2007 at 10 p.m. (EST). We will reopen the service on Monday, January 5, 2008 at Noon (EST). We use this time to work behind the scenes to improve this service. Happy Holidays from all of us at the IPL!
Format Tags You can center your words on a line:
WARNING! You really shouldn't use the <center></center> tags once you understand HTML and CSS (which we'll explain a little later). However, since you're just starting to learn HTML, go ahead and use them. You can make words bold or strong:
Notice that I placed the start bold tag, <strong>, just before the word that I wanted to make bold, as well as placing the end bold tag, </strong>, right after the word I wanted to make bold. This way I am giving specific instructions to the web browser, telling where to start making things bold and where to end. If I had forgotten to put the </strong> tag, it would have totally changed the display in the web browser. Check it out:
You can make words italicized or emphasized:
You can even use tags in combination. Want something bold and in italics? No problem:
When you use more than one pair of tags, as I did in the above example, you need to do something called nesting so that you won't confuse the web browser. Let me explain… This resource originally created by Deborah Dunk. Updated on 11 Mar 2007
|
|
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.
© 2008, Drexel University, All Rights Reserved |
||