ou can put these tags wherever you want on your page. The Web browser knows not to display these tags on your page, but just to read them and obey their instructions. So let's say you have your poem about staplers and you want to put some of the words into boldface. You'd type it out like this:
There is nothing that I love more
Than my beautiful <b>stapler</b>,
I got it at the grocery store
And nothing rhymes with <b>stapler</b>.
When the Web browser looks at this code, it will display it like this:
There is nothing that I love more
Than my beautiful stapler,
I got it at the grocery store
And nothing rhymes with stapler.
OK? Just like that, you're writing HTML code. If you can handle the idea of opening and closing tags, and you can learn what the various tags are, you'll be set. Drop out of school and go get a job as a Web designer! Just kidding, Mom and Dad!