![]()
What is all that tag stuff about? Does anybody really know? |
So how does HTML mark things up?
It's all done using things that are called TAGS. They are used to make the text in your file appear 'marked-up' so that your Internet browser software knows what to do with the text that has the tags attached.One tag goes at the beginning of what you want to mark up (the 'opening' tag), and another tag goes at the end of what you want to mark up (the 'closing' tag). So a piece of marked up hypertext might look like this: begin BOLD text blah blah blah end BOLD text and the real HTML for that is <B>blah blah blah</B> and it looks like blah blah blah when seen with your Internet browser. For a gentle introduction to using simple HTML, try ..... |