E-mail me with any comments Click
Please visit these links.
MY FAVORITE MOVIES
My favorite movies are all the star wars movies, horror movies and comedy films too!
Please visit these links to see the info on each movie I talk about and I will be up-dating it every week.
First of all the new release of Star Wars Episode 1: The Phantom Menance which was released on Wednesday in america was a very big hit because people queued for weeks and weeks to see the film.
This section I will talk about how to make your own web page using HTML.
Stage 1: The Basics of HTML-:
So if you know nothing about HTML because you have come to the right place because I will explain what it is and show you some other things you can do in HTML.
First you will need Notepad or Wordpad any of those two will work and keep you browser open too!
A HTML stands for Hyper Text Mark-up Language and this is a web document. This uses tags like a opening tag and a closing tag.
So this is how you will begin a HTML document, you will begin with the following tag:
This tells the browser that it is a HTML document.
<HTML>
</HTML>
So the next tag you need to put in is the HEAD tags-:
Now you will need to add a title for your web page . You must use the TITLE tags to tell the browser your title. This will appear on the top of the page and it will also appear when your page is bookmarked. So lets title your page "Jerry's Homepage!"
A META tags are used for Search Engines but this tag does not have a closing tag. It should be used at least twice like once for the "KEYWORDS" and one for "DESCRIPTION"