Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Very basic html tutorial.


Very basic html tutorial.

By ghostghost | 6442 Reads |
0     0

This tutorial is only ment to show the beginner what html is. In this tutorial you will learn how to make a very basic web page. Hopefully you will see how easy html is.

Why would you want to know html? Well one reason is so that you can do these challenges on this site. But another one is that you may be interested in making your own web page. This is the tutorial enjoy.

Well you need a place to write your code so open note pad use it to make your web page.

Enter the text in the text editor exactly as it is shown below. [<plaintext> <!–The text in between these brackets will not show up in your web page, this is used for the programmer to help him/her to remember what is going on in there code.–>

<title>My first web page!</title><!–The title tag will make the text "My first web page!" appear at the top of the browser window.–>

<body><!– the body of you web page goes here–>

<p> This is the paragraph tag. <!–Write your paragraphs here.–> </p><!– After you are done writing your paragraph you should use this tag to close the <p> tag–>

<pre><!–Use this text to have the browser format text exactly as you want–> Check this out the text goes where I want. </pre><!–Use this to close the <pre> tag–>

<h1><p>This makes the text huge</p></h1><!–make sure that when you close your tags do it just like i showed you above or it wont work.–>

</body><!–Make sure to close your tags!–> </html><!–Make sure to close your tags!–>

<!–End of tutorial–> </plaintext> Ok so now save your web page as"my first web page.html" then open it with your browser and you should see your web page. It should look similar to this page hbhexamplepage.5u.com

If you want to learn more about html you can go to http://www.w3schools.com/html/default.asp This is an excellent place to learn more about html. I recommend going here so that you can use html to its fullest extent.

I hope you learned a litte today and got an idea of what html is and how easy it can be. Remember there is much more to html than what is shown here.

Comments
ghost's avatar
ghost 18 years ago

This article is just superb crap. Really who wrote this?

interslice's avatar
interslice 17 years ago

you only needed the 2nd last paragraph where it says w3schools.com/html/default.asp. lol.

interslice's avatar
interslice 17 years ago

you wrote it.

Night_Stalker's avatar
Night_Stalker 15 years ago

Dissing your own article? That is low… By the way, its in the wrong category. It is alright, I'll rate it "Average" :D