Welcome
We created this website to teach participant programmers, even those with a poor base, how to use HTML but not only. We invite you to start the programming course right away. But first, "the menu"...
- Beginner`s guide - For those of you who are beginners in the way of creating a web page
- HTML Tutorials - For those of you who start the creation of web pages with some HTML base
This series of tutorials is made to give you some experience, so that you can be capable to read and write in HTML, to be able to save documents and after that to see your work in a web browser. Unfortunately this page does not have a rubric for teaching you how to use all base functions of an computer, so in this point of view you can ask for help to a friend of yours so that you will be helped in :
- Knowing what is an notepad and how to use it
- Knowing how to open a file using internet Explorer(or any other
browser, you can choose it ) - Knowing how yo make and what represents a copy/paste
First web page
For the beginning copy next HTML cod in notepad. Assure that the operation
is right executed or the page will not function.
is right executed or the page will not function.
<html>
<head>
</head>
<body> <h2>My first web page !</h2>
</body>
</html>
|
Thee upper code, is all you need to create a simple web page. Now you can save the document in notepad selecting from File menu the Save As option. In the new opened window, select All Files. We will give a name to the file, for example "index.html", without using the quotation marks. Check twice before you push the Save button. I will ask you to try to remember where you have saved the file because we will work with this file a bit later.
How to see your first web pages - Browsers
So that you can see your web page, you should use a browser. Browsers are those internet programs who interpret HTML cods, similar with those you have copied and saved in notepad. These transforms the HTML cod in a web page that can be read by any internet user. The most used browsers are:
- Internet Explorer
- Fire Fox
- Opera
- Netscape Navigator
How to see your first web page
If you want to see your web page, you have to open "index.html" file in a browser.In this way, open a new Internet Explorer window and follow my instructions:
- From File select Open
- Click on Browse so that you open Windows Explorer
- Do you remember where you have saved the file? Very well, there
you must go. - When you found it do a double-click to open it
Congratulation ! YOu have just opened your first web page.
No comments:
Post a Comment