|
|
|
Need help with something? Click here for the WebA hotline! Take our webmaster test and see if you can earn a high score! |
HTML is the "stuff" that makes the internet. HTML stands for "Hyper Text Markup Language". Sounds like something out of Star Wars, huh? But if you break it down, it really does make sense:
So, as you can see, HTML is a very vital part of the Internet. You no longer need to know the ins and outs of it to create a web site; however, it is useful to understand its workings - so you can build your web site with HTML in mind, look at other people's sources codes to find hidden information and scripts, and be more familiar with how the Internet works as a whole. NOTE: Some web sites have a different file extension - .htm. It's the same thing, except the number of characters in the file name determines which one the HTML editor uses. The Basic Format
The above is an example of a code.
The text in pink is one complete code, which is made up of
tags, and distinguished from the rest of the page by the beginning and end
codes. It's like starting your sentence with a capital letter, adding commas,
and ending with a period. The green shows where another code in an HTML Document
might start. HTML Documents & How They Work How To Insert HTML/JavaScript in your site When you're writing a letter, if you right it correctly, you will have your date at the top right hand corner. You should also have the address of the person you're sending it to, which is followed by a salutation, body, and farewell. The end of the letter is marked by your signature. In the same way, you have to write your HTML documents, with a certain layout in mind. HTML Editors do this for you - here's what's going on inside: Hello World! This is a paragraph...right. Here's yet another paragraph to bore you to tears. Here's this basic HTML Format explained. Our notes are in red. This is the end of the paragraph, notice we're still within the body part of the HTML document. This is the beginning of a paragraph. Here's yet another paragraph to bore you to tears. This is the end of the paragraph, notice we're still within the body part of the HTML document. This is the end of the paragraph, notice we're still within the body part of the HTML document. This ends the body. This ends the whole HTML code. That's pretty easy, isn't it? Now, some HTML codes don't work exactly like this. For instance, sometimes the actual heading that you see at the top of the page might be in the body part of the HTML code. However, the above is how it was originally meant to work, and is also pretty standard. It's a starting place - if we showed all the different ways that people have changed the basic HTML format, it would take hours. HTML also sets important attributes such as background color, text color, text size, text alignment etc, etc. These are important things to look out for when snooping through other people's source codes (which I have shown in orange below), so we have provided a list showing each of these attributes, for your convenience.
Also, in some HTML editors they do it a bit differently, so it would read something like this:
This is a right Alignment.
The HTML Tag would read:Or: The text goes here, then ends
with:
|
|
<espaņol> <french> <hebrew> <german> <russian> <italian> <portuguese> <arabic> <japaneese> <chinese> <korean>
Copyright Thinkquest Team C0110523: Jordan, Maegan, and Chris. Please contact us
if you wish to use any part of
this website Click Here to Sign our Guestbook!
|