+ Reply to Thread
Results 1 to 1 of 1

Thread: How to: HTML

  1. #1
    Registered User amaconline is on a distinguished road amaconline's Avatar
    Join Date
    May 2010
    City, State
    Manchester
    Posts
    39

    Talking How to: HTML

    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:

    <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>
    How to Create a webPage in less than a minute (60 seconds)

    Windows Vista
    1. Go to start and in the search box type "Note" (win Vista)

    2. Inside the notebook type
    <html>

    <head><title></title></head>
    3. Inbetween <title>...</title>type anything that you would like to display on the browser's top i.e. DesignContest is GREAT!!

    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:

    <html>
    <head>
    <title>DesignContest is Great!!</title>

    <body>I Love Design Contest!</body>
    </html>
    ENJOY!!
    Attached Images  
    Last edited by amaconline; 05-20-2010 at 10:58 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Follow us on
Become a fan
Subscribe to our feeds
Circle us

© 2012 DesignContest.com
(Formerly DesignContest.net)

Use of this website by both contest holders and designers is subject to acceptance of our Terms of Services and Privacy Policy.
feedback