Other contributors have said "The basic syntax of HTML?" is the same question as "What are the basic HTML codes?" If you believe that these are not asking the same thing and should be answered differently, click here

What are the basic HTML codes?

Answer:

Answer--

Basic Codes HTML

=>As many people ask me the same question over and over again that how to make a home page, so I try to make this homepage that may help. Sorry, my English is not good thought, so I you see some English errors, please don't mad at me please :) Actually, HTML language is the same idea of other language that It runs by the bunch of codes. But HTML language is the easier language to learn. Here, I try to provide as much as commands that I know so far, and I hope it may help you guys :)

=> First, you can open any text editors, but I recommand you guys open the Notepad or Writepad to edit the command codes. If you are using Windows 95/98, NT please click on the "START" button down to your left bottom. And then click on "Programs ==> Accessories ==> Notepad or Writepad.

Here is the basic form of the HTML language




........





+ After you finish with all the commands, you can click to "File" and hit "Save As". There will be a new window that asks you three things. The "Save in" = location you want to save, you should remember this directory, because later, you need to open it to see your work. The "File name" is the name that you want to call just simple one word and follow at the end with ".HTML" such as mypage.HTML, defaul.HTML, index.HTML. The "Save as type" is much important, and please change it to "Text Document" type. After fill out three required things, you should hit save as.

BIG NOTE: Before you start, you must understand how the HTML code works. It's very simple. When you open a command you have only two brackets what you open you must close by adding a slash to the tag . Anything you type in your HTML document must be between the two tags for the tag to take effect.


Header is the location where you put tittle of your homepage, description, keywords, author, and so on... It starts with command and finish with command .

Title: Title is start with , Please click to the link to see the demo!

More in header: In the header, you can also put the description, keywords, author, and so on...
Example: Description
Example: Keywords
Example: Author

Body In the body, you can set the default of background image, background color, font color, link, vlink, alink and more... This defaut have to set that in the body tag, and you can check out the colors code with VietFun Colors Chooser.
Background = That is the image backround for default
Bgcolor = That is the color default for the background
text = That is the color default of the font you want to have
Link = That is the color of the link that you did not click yet.
Vlink= That is the color of the link that you already clicked.
Alink= That is the color that when you click the link.
Example:

Keys References For Text
 

Some Text

(  

Something

=
Something
) you will see:
Some Text

 

Some Text

you will see you will see the text smaller!
Bold Some Text you will see: Some Text
Italic Some Text you will see: Some Text
Center
Some Text


you will see:
First answer by Kyle76. Last edit by Karnax. Contributor trust: 2 [recommend contributor recommended]. Question popularity: 20 [recommend question].