|
Home
Webpage Creation - Step 1 The BasicsGreat!. Now we are going to create our first page. First we need to enter the neccassary page headers and footers. Open up a text editor, Notepad (Windows), TextEdit / SimpleText (Macintosh) or vi / pico (Unix) will do for now. Hit [Return] a couple of more times to create a blank page to work with. Then enter </body> hit [Return] Your editor window should look like this now. <html> Blank space for your content </body> Within your editor, save this as blank.html, then you can always use this as a template to start you off on your next webpage. That's the basic layout of the page done. Of course if you looked at this in a browser, you wouldn't actually see anything except a blank page. Let's put something in it to look at. The Paragraph TagFirst we'll look at the Paragraph (<p> and </p>) tag. Congratulations!! you've just created your first webpage..... To see the results of all your hard work, open your prefered browser, navigate to the directory where you saved your myfirstpage.html file and open it. Each time we add some code you can then just right-click on a blank part of the page and select Refresh/Reload. This will then refresh the page so you can see the changes. Or you can click here to see the results. Close the window when your finished. Lets move on to Step 2
|
||||||||||||||||
©Copyright 2008 THUS plc
|
||||||||||||||||