A brief and not-too-much-boring introduction:
HTML stands for Hypertext Markup Language..
HTMLis used to design website..
HTML consists of tags that are used to design website...
HTML tags look like this: <html> <body> <h1> <a srs=""> etc etc
HTML tags starts with <tag> and ends with </tag> i.e. ends with a forward slash "/"
Any webpage will have the following HTML structure:
How to Create a webPage in less than a minute (60 seconds)<html>
<head>
<title>Whatever you put here will display on the top of the browser i.e. Internet Explorer, FireFox</title>
</head>
<body>
Hello world
</body>
</html>
Windows Vista
1. Go to start and in the search box type "Note" (win Vista)
2. Inside the notebook type<html>3. Inbetween <title>...</title>type anything that you would like to display on the browser's top i.e. DesignContest is GREAT!!
<head><title></title></head>
4. Now press [ENTER] key on your keyboard to go to a new line and type
<body>/Body></html>5. Inbetween the <body>...</body> type what you like to display on the webPage.. i.e.
<body>I Love Design Contest!!</body>6. Now click on [FILE] -> [SAVE AS]
7. Find a suitable place or create a folder on your desktop and save the file as "index.html". REMEMBER to put the .html extension.
8. Once saved, go to where you saved your file and you will see it look like Internet Explorer or Firefox depending on which browser you use..
Note:
The final code should look like this:
ENJOY!!<html>
<head>
<title>DesignContest is Great!!</title>
<body>I Love Design Contest!</body>
</html>

LinkBack URL
About LinkBacks




Reply With Quote

Bookmarks