HTML



HTML

HTML is a language used for programming websites. It's full name is Hypertext Markup Language. When used with Javascript and CSS it becames a really "powerful" language.

Most websites are programmed using HTML as far as I know.

Here are some HTML code :

    <html>
      <body>
        <p>Hello, this is a webpage created using HTML</p>
      </body>
    </html> 

And over here, I have some special buttons to show you:

This is created using

    <form action="buttonclicked.html">
      <button type="href">
        Click this!!
      </button>
    </form> 

This is created using

 <input type="button" value="Special Button" onClick="CheckForAge()"/> 

shadows


How to code a website

To learn some easy coding for kids, check out these coding tutorials! (for 8~16)

To learn more HTML/CSS(HyperText Markup Language) and (Cascading Style Sheet document), check out these tutorials!

This is the official website for HTML:www.w3.org

back to top

Check out some of my Javascript tests right here!