· HTML Tutorial
Ever wondered how people manage to create all those websites you have visited in the past days? Ever wanted to have your own personal webspace? Keep reading. Don't worry, it's not difficult. Anyone can make a website, to show the world anything they want. If you're ready to start building your own web presence, this is the page for you. Table of contents The HyperText Markup LanguageA website is nothing more than a text document with certain instructions that tell your web browser (Internet Explorer, Firefox or whatever you are viewing this website with) how to display the contents. These instructions are written in HTML (HyperText Markup Language). Basically, that's all you need to start. Let's see how a website's source code (the HTML code) looks like.
<HTML>
<HEAD> <TITLE>My website</TITLE> </HEAD> <BODY> Welcome to my website! </BODY> </HTML> Looks complicated? It isn't. In the next pages, I will show you the most important HTML tags (code instructions, the text between < and >). Use the links on every page to move to the next lesson.
|
← navigation ↑ home · stuff ↓
E-mail:
Visitor map:
SITE STATUS:
|