![]() ![]() ![]() ![]() ![]() |
Did you came here to learn HTML? Well, here's the place, and wish you have a fun time! ^v^ Before you begin learning, please be reminded that in every HTML codes, replace the ( with < and ( with >.
These are the tags that begins and ends the page. (br) (hr) The br one is a code telling the server to return/enter/skip a line. The hr one tells the server to make a line. (font size="3" color="#ffffff") You could replace the 3 in size with any number depending on how you big you want the letters to be. And you could change the color in #ffffff to other hex codes (color codes) or by putting blue, red etc. (a href="---.html")+++(/a) This one is a link tag. Replace the --- with any of the pages that you want to link to. And the +++ you could replace that with what you want the link name to appear. (a name="targetname") (a href="#targetname")+++(/a) The targetname is where you want it to be when you click on a target link to be directed to. The a href is similar to the normal link one but you must put the # sign. (table)(/table) (tr)(/tr) (td)(/td) The table and /table tags means when the table begins and ends. The tr and /tr means when the row begins and ends. Then the table data which is td and /td means when it begins and ends. (img src="picture.===") This code is meant to put pictures on webpages. The picture means the picture name and the === means the format of the picture. Remember, for internet uses the format should be .jpg or .gif. |
Jukebox |