| How To Build a Basic Web PageIt's really easy to build your first Web page. There are only a few HTML tags you need to learn. Difficulty: Easy Time Required: 10 minutes Here's How:- Write the html tag <html>
- Write the head of your document <head>
- Write your title <title> Put your title here </title>
- Close the head of your document </head>
- Open the body of your document <body>
- Give your page a heading <h1> heading goes here </h1>
- Write your page contents
- Separate paragraphs with the p tag <p>
- Close the body of your page </body>
- Close the html </html>
Tips:- Use any text editor to write your page.
- Write your HTML tags in lowercase - this conforms to the current standard.
- Review the page in your browser off your hard drive before uploading it to your server.
What You Need:- HTML editor -or-
- Text editor
|
|