|
www.BYOGeek.com Where you can learn to Be Your Own Geek! |
| |
home
html basics:byogeek tutorialsbyogeek referenceFree Resources![]() ![]() |
Your very first webpageOk let's get started making your first web page. Next open up a new blank document in notepad(if you need help with this click here). Don't use microsoft word or other office word processing programs as they are designed for writing letters and documents for people to read so all the spellchecks and grammar checking stuff will mess up your code. We're writing a document for computers to read, not people. Ok, now you have a new notepad document open, type the following strange looking code into it. <head> <title> My first webpage!! </title> </head> <body> <h1> Welcome to my first web page!!!! </h1> <!-- invisibility rocks!! //--> <font color="red">Yay!!! I can make my own web pages!!!!</font><br /> <b>I'm now on my way to geekdom!!</b> </body> </html> Don't worry too much, it won't look strange for long I promise! Now once you've done that, save
the document in your root directory as myfirstwebpage.html. This web page you've just made, and many more that will come to follow will also be refered to as "html" files and html file names should always end with the extension ".html" To continue on to the next lesson and find out what the heck you've just done, and what on earth html is click here. |
things to do list:
|
© 2008-2009 BYOGeek.com / nesperion.net | ||