|
|
|
|
| You are here: | Home » KidSpace » Learning HTML | |
|
|
Got a question? Ask our Ask a Question librarians!
(Use our Contact Us form for questions/suggestions about our site.)
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
|
|
|
© 1995-2008 The Regents of the University of Michigan. All rights reserved.
© 2008, Drexel University, All Rights Reserved |
||