<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5635722204887402359</id><updated>2012-02-16T06:45:36.911-08:00</updated><category term='html wysisyg interactive type real time tutorial editor free'/><title type='text'>HTML - Only For Beginners</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://beginnerhtml.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://beginnerhtml.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>kapitan</name><uri>http://www.blogger.com/profile/07424120793824623248</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_GQo70ScKb9E/SKpLIS8o5rI/AAAAAAAAACw/Wl-vTSF73lM/S220/morning1.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5635722204887402359.post-7037326991821333125</id><published>2008-10-19T01:15:00.000-07:00</published><updated>2008-10-26T00:22:59.758-07:00</updated><title type='text'>HTML Colors</title><content type='html'>&lt;br/&gt;&lt;br/&gt;
In html, it is very important to understand how colors are being treated or interpreted. The persons who standardize the html decided to use hexadecimal formatted colors for the browsers.

&lt;br/&gt;&lt;br/&gt;
Don't panic, you do not need to memorize all those hexadecimal codes for each colors. The internet is so old that many website offer those hexed color codes in free. What important for now is for you to know that colors on the web are in hexadecimal format.

&lt;br/&gt;&lt;br/&gt;

It's important to understand this format so you can play with it too, so let's begin:

&lt;br/&gt;&lt;br/&gt;

This is an example of a hexadecimal formatted web color: #ffffff
&lt;br/&gt;&lt;br/&gt;
Generally, a number (or sharp) sign is placed before the hex code.
&lt;br/&gt;&lt;br/&gt;
Now, this hexadecimal color format is arrange based on the combination of the RGB colors: Red, Green and Blue.
&lt;br/&gt;&lt;br/&gt;
Each colors takes two position on the hex-code, which will be #RRBBGG.
&lt;br/&gt;&lt;br/&gt;
Also, you must learn that the heaxadecimal is written in this way:
&lt;br/&gt;&lt;br/&gt;
0 1 2 3 4 5 6 7 8 9 a b c d e f
&lt;br/&gt;&lt;br/&gt;
Hex color is based on 16, The colors will be adjusted to add as the count goes to the  "f" value, and the colors will reduced when the count goes to zero.
&lt;br/&gt;&lt;br/&gt;It is much easier to remember this if you will recall what our elementary teacher said that the white color is the presence of all color, and black is the absence of all color.
&lt;br/&gt;&lt;br/&gt;
With this, then the color white's hex code will be: #ffffff , or the rpesence of all color, and the black will be: #000000, or the absence of all colors.

&lt;br/&gt;&lt;br/&gt;

Also, we can pull the green with this code: #00ff00 , since we turned-off all colors and except the green.

&lt;br/&gt;&lt;br/&gt;
Red then will be: #ff0000&lt;br/&gt;
And blue will be: #0000ff&lt;br/&gt;
&lt;br/&gt;&lt;br/&gt;
A combination of these three will give you different colors:
&lt;br/&gt;&lt;br/&gt;
Yellow: #ffff00&lt;br/&gt;
Gold: #ffd700&lt;br/&gt;
Violet: #ee82ee&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;font size="3"&gt;&lt;b&gt;The Websafe Colors&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
If you have read other webmasters on other sites telling you about websafe colors, and advice you to stick on it, well, it is actually true. But I did not say that you should follow them, because the new generation of browsers today are so advance that they can interpret or decode any possible color combinations on the web.

&lt;br/&gt;&lt;br/&gt;
But let's talk about the websafe colors so you may be informed. The websafe colors are colors with the strick combinations of 0,3,6,9,c &amp; f characters. This is the proper format of hexadecimal color numbers. But as I have said, the advancement of browsers (Internet Explorer, Firefox, Chrome, etc.) can cater the most ambiguous color combination of an hex formatted web colors.
&lt;br/&gt;&lt;br/&gt;
With this advance feature of the browsers, the websafe terms is now converted to a worry-free and coder-safe mentality.
&lt;br/&gt;&lt;br/&gt;
What a relief, isn't it? Because im sure that no one wants an unexpected output for their website.
&lt;br/&gt;&lt;br/&gt;
Now here's some useful web colors and their corresponding hex code:
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;
&lt;table style="font-size:90%;" cellpadding="4"&gt;
&lt;tr valign="top"&gt;
&lt;td&gt;
&lt;table border="0"&gt;
&lt;tr&gt;
&lt;th style="background:lightgrey;"&gt;HTML name&lt;/th&gt;
&lt;th style="background:lightgrey;"&gt;Hex code&lt;br /&gt;
R &amp;#160; G &amp;#160; B&lt;/th&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;Red colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:indianred; color:white"&gt;
&lt;td&gt;IndianRed&lt;/td&gt;
&lt;td&gt;CD&amp;#160;5C&amp;#160;5C&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightcoral; color:black;"&gt;
&lt;td&gt;LightCoral&lt;/td&gt;
&lt;td&gt;F0&amp;#160;80&amp;#160;80&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:salmon; color:black;"&gt;
&lt;td&gt;Salmon&lt;/td&gt;
&lt;td&gt;FA&amp;#160;80&amp;#160;72&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darksalmon; color:black;"&gt;
&lt;td&gt;DarkSalmon&lt;/td&gt;
&lt;td&gt;E9&amp;#160;96&amp;#160;7A&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightsalmon; color:black;"&gt;
&lt;td&gt;LightSalmon&lt;/td&gt;
&lt;td&gt;FF&amp;#160;A0&amp;#160;7A&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:crimson; color:white; color:white;"&gt;
&lt;td&gt;Crimson&lt;/td&gt;
&lt;td&gt;DC&amp;#160;14&amp;#160;3C&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:red; color:white;"&gt;
&lt;td&gt;Red&lt;/td&gt;
&lt;td&gt;FF&amp;#160;00&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:fireBrick; color:white;"&gt;
&lt;td&gt;FireBrick&lt;/td&gt;
&lt;td&gt;B2&amp;#160;22&amp;#160;22&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkred; color:white;"&gt;
&lt;td&gt;DarkRed&lt;/td&gt;
&lt;td&gt;8B&amp;#160;00&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;Pink colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:pink; color:black;"&gt;
&lt;td&gt;Pink&lt;/td&gt;
&lt;td&gt;FF&amp;#160;C0&amp;#160;CB&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightpink; color:black;"&gt;
&lt;td&gt;LightPink&lt;/td&gt;
&lt;td&gt;FF&amp;#160;B6&amp;#160;C1&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:hotpink; color:white;"&gt;
&lt;td&gt;HotPink&lt;/td&gt;
&lt;td&gt;FF&amp;#160;69&amp;#160;B4&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:deeppink; color:white;"&gt;
&lt;td&gt;DeepPink&lt;/td&gt;
&lt;td&gt;FF&amp;#160;14&amp;#160;93&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumvioletred; color:white;"&gt;
&lt;td&gt;MediumVioletRed&lt;/td&gt;
&lt;td&gt;C7&amp;#160;15&amp;#160;85&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:palevioletred; color:white;"&gt;
&lt;td&gt;PaleVioletRed&lt;/td&gt;
&lt;td&gt;DB&amp;#160;70&amp;#160;93&lt;/td&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;Orange colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:lightsalmon; color:black;"&gt;
&lt;td&gt;LightSalmon&lt;/td&gt;
&lt;td&gt;FF&amp;#160;A0&amp;#160;7A&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:coral; color:white;"&gt;
&lt;td&gt;Coral&lt;/td&gt;
&lt;td&gt;FF&amp;#160;7F&amp;#160;50&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:tomato; color:white;"&gt;
&lt;td&gt;Tomato&lt;/td&gt;
&lt;td&gt;FF&amp;#160;63&amp;#160;47&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:orangered; color:white;"&gt;
&lt;td&gt;OrangeRed&lt;/td&gt;
&lt;td&gt;FF&amp;#160;45&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkorange; color:white;"&gt;
&lt;td&gt;DarkOrange&lt;/td&gt;
&lt;td&gt;FF&amp;#160;8C&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:orange; color:white;"&gt;
&lt;td&gt;Orange&lt;/td&gt;
&lt;td&gt;FF&amp;#160;A5&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;Yellow colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:gold; color:black;"&gt;
&lt;td&gt;Gold&lt;/td&gt;
&lt;td&gt;FF&amp;#160;D7&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:yellow; color:black;"&gt;
&lt;td&gt;Yellow&lt;/td&gt;
&lt;td&gt;FF&amp;#160;FF&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightyellow; color:black;"&gt;
&lt;td&gt;LightYellow&lt;/td&gt;
&lt;td&gt;FF&amp;#160;FF&amp;#160;E0&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lemonchiffon; color:black;"&gt;
&lt;td&gt;LemonChiffon&lt;/td&gt;
&lt;td&gt;FF&amp;#160;FA&amp;#160;CD&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightgoldenrodyellow; color:black;"&gt;
&lt;td&gt;LightGoldenrodYellow&lt;/td&gt;
&lt;td&gt;FA&amp;#160;FA&amp;#160;D2&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:papayawhip; color:black;"&gt;
&lt;td&gt;PapayaWhip&lt;/td&gt;
&lt;td&gt;FF&amp;#160;EF&amp;#160;D5&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:moccasin; color:black;"&gt;
&lt;td&gt;Moccasin&lt;/td&gt;
&lt;td&gt;FF&amp;#160;E4&amp;#160;B5&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:peachpuff; color:black;"&gt;
&lt;td&gt;PeachPuff&lt;/td&gt;
&lt;td&gt;FF&amp;#160;DA&amp;#160;B9&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:palegoldenrod; color:black;"&gt;
&lt;td&gt;PaleGoldenrod&lt;/td&gt;
&lt;td&gt;EE&amp;#160;E8&amp;#160;AA&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:khaki; color:black;"&gt;
&lt;td&gt;Khaki&lt;/td&gt;
&lt;td&gt;F0&amp;#160;E6&amp;#160;8C&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkkhaki; color:white;"&gt;
&lt;td&gt;DarkKhaki&lt;/td&gt;
&lt;td&gt;BD&amp;#160;B7&amp;#160;6B&lt;/td&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;Purple colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:lavender; color:black;"&gt;
&lt;td&gt;Lavender&lt;/td&gt;
&lt;td&gt;E6&amp;#160;E6&amp;#160;FA&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:thistle; color:white;"&gt;
&lt;td&gt;Thistle&lt;/td&gt;
&lt;td&gt;D8&amp;#160;BF&amp;#160;D8&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:plum; color:white;"&gt;
&lt;td&gt;Plum&lt;/td&gt;
&lt;td&gt;DD&amp;#160;A0&amp;#160;DD&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:violet; color:white;"&gt;
&lt;td&gt;Violet&lt;/td&gt;
&lt;td&gt;EE&amp;#160;82&amp;#160;EE&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:orchid; color:white;"&gt;
&lt;td&gt;Orchid&lt;/td&gt;
&lt;td&gt;DA&amp;#160;70&amp;#160;D6&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:fuchsia; color:white;"&gt;
&lt;td&gt;Fuchsia&lt;/td&gt;
&lt;td&gt;FF&amp;#160;00&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:Magenta; color:white;"&gt;
&lt;td&gt;Magenta&lt;/td&gt;
&lt;td&gt;FF&amp;#160;00&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumorchid; color:white;"&gt;
&lt;td&gt;MediumOrchid&lt;/td&gt;
&lt;td&gt;BA&amp;#160;55&amp;#160;D3&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumpurple; color:white;"&gt;
&lt;td&gt;MediumPurple&lt;/td&gt;
&lt;td&gt;93&amp;#160;70&amp;#160;DB&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:blueviolet; color:white;"&gt;
&lt;td&gt;BlueViolet&lt;/td&gt;
&lt;td&gt;8A&amp;#160;2B&amp;#160;E2&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkviolet; color:white;"&gt;
&lt;td&gt;DarkViolet&lt;/td&gt;
&lt;td&gt;94&amp;#160;00&amp;#160;D3&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkorchid; color:white;"&gt;
&lt;td&gt;DarkOrchid&lt;/td&gt;
&lt;td&gt;99&amp;#160;32&amp;#160;CC&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkmagenta; color:white;"&gt;
&lt;td&gt;DarkMagenta&lt;/td&gt;
&lt;td&gt;8B&amp;#160;00&amp;#160;8B&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:purple; color:white;"&gt;
&lt;td&gt;Purple&lt;/td&gt;
&lt;td&gt;80&amp;#160;00&amp;#160;80&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:indigo; color:white;"&gt;
&lt;td&gt;Indigo&lt;/td&gt;
&lt;td&gt;4B&amp;#160;00&amp;#160;82&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:slateblue; color:white;"&gt;
&lt;td&gt;SlateBlue&lt;/td&gt;
&lt;td&gt;6A&amp;#160;5A&amp;#160;CD&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkslateblue; color:white;"&gt;
&lt;td&gt;DarkSlateBlue&lt;/td&gt;
&lt;td&gt;48&amp;#160;3D&amp;#160;8B&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumslateblue; color:white;"&gt;
&lt;td&gt;MediumSlateBlue&lt;/td&gt;
&lt;td&gt;7B&amp;#160;68&amp;#160;EE&lt;/td&gt;

&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th style="background:lightgrey;"&gt;HTML name&lt;/th&gt;
&lt;th style="background:lightgrey;"&gt;Hex code&lt;br /&gt;
R &amp;#160; G &amp;#160; B&lt;/th&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="3;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;Green colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:greenyellow; color:black;"&gt;
&lt;td&gt;GreenYellow&lt;/td&gt;
&lt;td&gt;AD&amp;#160;FF&amp;#160;2F&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:chartreuse; color:black;"&gt;
&lt;td&gt;Chartreuse&lt;/td&gt;
&lt;td&gt;7F&amp;#160;FF&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lawngreen; color:black;"&gt;
&lt;td&gt;LawnGreen&lt;/td&gt;
&lt;td&gt;7C&amp;#160;FC&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lime; color:black;"&gt;
&lt;td&gt;Lime&lt;/td&gt;
&lt;td&gt;00&amp;#160;FF&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:limegreen; color:black;"&gt;
&lt;td&gt;LimeGreen&lt;/td&gt;
&lt;td&gt;32&amp;#160;CD&amp;#160;32&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:palegreen; color:black;"&gt;
&lt;td&gt;PaleGreen&lt;/td&gt;
&lt;td&gt;98&amp;#160;FB&amp;#160;98&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightgreen; color:black;"&gt;
&lt;td&gt;LightGreen&lt;/td&gt;
&lt;td&gt;90&amp;#160;EE&amp;#160;90&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumspringgreen; color:black;"&gt;
&lt;td&gt;MediumSpringGreen&lt;/td&gt;
&lt;td&gt;00&amp;#160;FA&amp;#160;9A&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:springgreen; color:black;"&gt;
&lt;td&gt;SpringGreen&lt;/td&gt;
&lt;td&gt;00&amp;#160;FF&amp;#160;7F&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumseagreen; color:white;"&gt;
&lt;td&gt;MediumSeaGreen&lt;/td&gt;
&lt;td&gt;3C&amp;#160;B3&amp;#160;71&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:seagreen; color:white;"&gt;
&lt;td&gt;SeaGreen&lt;/td&gt;
&lt;td&gt;2E&amp;#160;8B&amp;#160;57&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:forestgreen; color:white;"&gt;
&lt;td&gt;ForestGreen&lt;/td&gt;
&lt;td&gt;22&amp;#160;8B&amp;#160;22&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:green; color:white;"&gt;
&lt;td&gt;Green&lt;/td&gt;
&lt;td&gt;00&amp;#160;80&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkgreen; color:white;"&gt;
&lt;td&gt;DarkGreen&lt;/td&gt;
&lt;td&gt;00&amp;#160;64&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:yellowgreen; color:white;"&gt;
&lt;td&gt;YellowGreen&lt;/td&gt;
&lt;td&gt;9A&amp;#160;CD&amp;#160;32&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:olivedrab; color:white;"&gt;
&lt;td&gt;OliveDrab&lt;/td&gt;
&lt;td&gt;6B&amp;#160;8E&amp;#160;23&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:olive; color:white;"&gt;
&lt;td&gt;Olive&lt;/td&gt;
&lt;td&gt;80&amp;#160;80&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkolivegreen; color:white;"&gt;
&lt;td&gt;DarkOliveGreen&lt;/td&gt;
&lt;td&gt;55&amp;#160;6B&amp;#160;2F&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumaquamarine; color:black;"&gt;
&lt;td&gt;MediumAquamarine&lt;/td&gt;
&lt;td&gt;66&amp;#160;CD&amp;#160;AA&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkseagreen; color:white;"&gt;
&lt;td&gt;DarkSeaGreen&lt;/td&gt;
&lt;td&gt;8F&amp;#160;BC&amp;#160;8F&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightseagreen; color:white;"&gt;
&lt;td&gt;LightSeaGreen&lt;/td&gt;
&lt;td&gt;20&amp;#160;B2&amp;#160;AA&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkcyan; color:white;"&gt;
&lt;td&gt;DarkCyan&lt;/td&gt;
&lt;td&gt;00&amp;#160;8B&amp;#160;8B&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:teal; color:white;"&gt;
&lt;td&gt;Teal&lt;/td&gt;
&lt;td&gt;00&amp;#160;80&amp;#160;80&lt;/td&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;Blue colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:aqua; color:black;"&gt;
&lt;td&gt;Aqua&lt;/td&gt;
&lt;td&gt;00&amp;#160;FF&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:cyan; color:black;"&gt;
&lt;td&gt;Cyan&lt;/td&gt;
&lt;td&gt;00&amp;#160;FF&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightcyan; color:black;"&gt;
&lt;td&gt;LightCyan&lt;/td&gt;
&lt;td&gt;E0&amp;#160;FF&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:paleturquoise; color:black;"&gt;
&lt;td&gt;PaleTurquoise&lt;/td&gt;
&lt;td&gt;AF&amp;#160;EE&amp;#160;EE&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:aquamarine; color:black;"&gt;
&lt;td&gt;Aquamarine&lt;/td&gt;
&lt;td&gt;7F&amp;#160;FF&amp;#160;D4&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:turquoise; color:black;"&gt;
&lt;td&gt;Turquoise&lt;/td&gt;
&lt;td&gt;40&amp;#160;E0&amp;#160;D0&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumturquoise; color:white;"&gt;
&lt;td&gt;MediumTurquoise&lt;/td&gt;
&lt;td&gt;48&amp;#160;D1&amp;#160;CC&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkturquoise; color:white;"&gt;
&lt;td&gt;DarkTurquoise&lt;/td&gt;
&lt;td&gt;00&amp;#160;CE&amp;#160;D1&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:cadetblue; color:white;"&gt;
&lt;td&gt;CadetBlue&lt;/td&gt;
&lt;td&gt;5F&amp;#160;9E&amp;#160;A0&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:steelblue; color:white;"&gt;
&lt;td&gt;SteelBlue&lt;/td&gt;
&lt;td&gt;46&amp;#160;82&amp;#160;B4&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightsteelblue; color:black;"&gt;
&lt;td&gt;LightSteelBlue&lt;/td&gt;
&lt;td&gt;B0&amp;#160;C4&amp;#160;DE&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:powderblue; color:black;"&gt;
&lt;td&gt;PowderBlue&lt;/td&gt;
&lt;td&gt;B0&amp;#160;E0&amp;#160;E6&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightblue; color:black;"&gt;
&lt;td&gt;LightBlue&lt;/td&gt;
&lt;td&gt;AD&amp;#160;D8&amp;#160;E6&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:skyblue; color:black;"&gt;
&lt;td&gt;SkyBlue&lt;/td&gt;
&lt;td&gt;87&amp;#160;CE&amp;#160;EB&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightskyblue; color:black;"&gt;
&lt;td&gt;LightSkyBlue&lt;/td&gt;
&lt;td&gt;87&amp;#160;CE&amp;#160;FA&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:deepskyblue; color:white;"&gt;
&lt;td&gt;DeepSkyBlue&lt;/td&gt;
&lt;td&gt;00&amp;#160;BF&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:dodgerblue; color:white;"&gt;
&lt;td&gt;DodgerBlue&lt;/td&gt;
&lt;td&gt;1E&amp;#160;90&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:cornflowerblue; color:white;"&gt;
&lt;td&gt;CornflowerBlue&lt;/td&gt;
&lt;td&gt;64&amp;#160;95&amp;#160;ED&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumslateblue; color:white;"&gt;
&lt;td&gt;MediumSlateBlue&lt;/td&gt;
&lt;td&gt;7B&amp;#160;68&amp;#160;EE&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:royalblue; color:white;"&gt;
&lt;td&gt;RoyalBlue&lt;/td&gt;
&lt;td&gt;41&amp;#160;69&amp;#160;E1&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:blue; color:white;"&gt;
&lt;td&gt;Blue&lt;/td&gt;
&lt;td&gt;00&amp;#160;00&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mediumblue; color:white;"&gt;
&lt;td&gt;MediumBlue&lt;/td&gt;
&lt;td&gt;00&amp;#160;00&amp;#160;CD&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkblue; color:white;"&gt;
&lt;td&gt;DarkBlue&lt;/td&gt;
&lt;td&gt;00&amp;#160;00&amp;#160;8B&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:navy; color:white;"&gt;
&lt;td&gt;Navy&lt;/td&gt;
&lt;td&gt;00&amp;#160;00&amp;#160;80&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:midnightblue; color:white;"&gt;
&lt;td&gt;MidnightBlue&lt;/td&gt;
&lt;td&gt;19&amp;#160;19&amp;#160;70&lt;/td&gt;

&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th style="background:lightgrey;"&gt;HTML name&lt;/th&gt;
&lt;th style="background:lightgrey;"&gt;Hex code&lt;br /&gt;
R &amp;#160; G &amp;#160; B&lt;/th&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;Brown colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:cornsilk; color:black;"&gt;
&lt;td&gt;Cornsilk&lt;/td&gt;
&lt;td&gt;FF&amp;#160;F8&amp;#160;DC&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:blanchedalmond; color:black;"&gt;
&lt;td&gt;BlanchedAlmond&lt;/td&gt;
&lt;td&gt;FF&amp;#160;EB&amp;#160;CD&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:bisque; color:black;"&gt;
&lt;td&gt;Bisque&lt;/td&gt;
&lt;td&gt;FF&amp;#160;E4&amp;#160;C4&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:navajowhite; color:black;"&gt;
&lt;td&gt;NavajoWhite&lt;/td&gt;
&lt;td&gt;FF&amp;#160;DE&amp;#160;AD&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:wheat; color:black;"&gt;
&lt;td&gt;Wheat&lt;/td&gt;
&lt;td&gt;F5&amp;#160;DE&amp;#160;B3&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:burlywood; color:white;"&gt;
&lt;td&gt;BurlyWood&lt;/td&gt;
&lt;td&gt;DE&amp;#160;B8&amp;#160;87&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:tan; color:white;"&gt;
&lt;td&gt;Tan&lt;/td&gt;
&lt;td&gt;D2&amp;#160;B4&amp;#160;8C&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:rosybrown; color:white;"&gt;
&lt;td&gt;RosyBrown&lt;/td&gt;
&lt;td&gt;BC&amp;#160;8F&amp;#160;8F&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:sandybrown; color:white;"&gt;
&lt;td&gt;SandyBrown&lt;/td&gt;
&lt;td&gt;F4&amp;#160;A4&amp;#160;60&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:goldenrod; color:white;"&gt;
&lt;td&gt;Goldenrod&lt;/td&gt;
&lt;td&gt;DA&amp;#160;A5&amp;#160;20&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkgoldenrod; color:white;"&gt;
&lt;td&gt;DarkGoldenrod&lt;/td&gt;
&lt;td&gt;B8&amp;#160;86&amp;#160;0B&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:Peru; color:white;"&gt;
&lt;td&gt;Peru&lt;/td&gt;
&lt;td&gt;CD&amp;#160;85&amp;#160;3F&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:chocolate; color:white;"&gt;
&lt;td&gt;Chocolate&lt;/td&gt;
&lt;td&gt;D2&amp;#160;69&amp;#160;1E&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:saddlebrown; color:white;"&gt;
&lt;td&gt;SaddleBrown&lt;/td&gt;
&lt;td&gt;8B&amp;#160;45&amp;#160;13&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:sienna; color:white;"&gt;
&lt;td&gt;Sienna&lt;/td&gt;
&lt;td&gt;A0&amp;#160;52&amp;#160;2D&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:brown; color:white;"&gt;
&lt;td&gt;Brown&lt;/td&gt;
&lt;td&gt;A5&amp;#160;2A&amp;#160;2A&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:maroon; color:white;"&gt;
&lt;td&gt;Maroon&lt;/td&gt;
&lt;td&gt;80&amp;#160;00&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;White colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:white; color:black;"&gt;
&lt;td&gt;White&lt;/td&gt;
&lt;td&gt;FF&amp;#160;FF&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:snow; color:black;"&gt;
&lt;td&gt;Snow&lt;/td&gt;
&lt;td&gt;FF&amp;#160;FA&amp;#160;FA&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:honeydew; color:black;"&gt;
&lt;td&gt;Honeydew&lt;/td&gt;
&lt;td&gt;F0&amp;#160;FF&amp;#160;F0&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mintcream; color:black;"&gt;
&lt;td&gt;MintCream&lt;/td&gt;
&lt;td&gt;F5&amp;#160;FF&amp;#160;FA&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:azure; color:black;"&gt;
&lt;td&gt;Azure&lt;/td&gt;
&lt;td&gt;F0&amp;#160;FF&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:aliceblue; color:black;"&gt;
&lt;td&gt;AliceBlue&lt;/td&gt;
&lt;td&gt;F0&amp;#160;F8&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:ghostwhite; color:black;"&gt;
&lt;td&gt;GhostWhite&lt;/td&gt;
&lt;td&gt;F8&amp;#160;F8&amp;#160;FF&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:whitesmoke; color:black;"&gt;
&lt;td&gt;WhiteSmoke&lt;/td&gt;
&lt;td&gt;F5&amp;#160;F5&amp;#160;F5&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:seashell; color:black;"&gt;
&lt;td&gt;Seashell&lt;/td&gt;
&lt;td&gt;FF&amp;#160;F5&amp;#160;EE&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:beige; color:black;"&gt;
&lt;td&gt;Beige&lt;/td&gt;
&lt;td&gt;F5&amp;#160;F5&amp;#160;DC&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:oldlace; color:black;"&gt;
&lt;td&gt;OldLace&lt;/td&gt;
&lt;td&gt;FD&amp;#160;F5&amp;#160;E6&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:floralwhite; color:black;"&gt;
&lt;td&gt;FloralWhite&lt;/td&gt;
&lt;td&gt;FF&amp;#160;FA&amp;#160;F0&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:ivory; color:black;"&gt;
&lt;td&gt;Ivory&lt;/td&gt;
&lt;td&gt;FF&amp;#160;FF&amp;#160;F0&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:antiquewhite; color:black;"&gt;
&lt;td&gt;AntiqueWhite&lt;/td&gt;
&lt;td&gt;FA&amp;#160;EB&amp;#160;D7&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:linen; color:black;"&gt;
&lt;td&gt;Linen&lt;/td&gt;
&lt;td&gt;FA&amp;#160;F0&amp;#160;E6&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lavenderblush; color:black;"&gt;
&lt;td&gt;LavenderBlush&lt;/td&gt;
&lt;td&gt;FF&amp;#160;F0&amp;#160;F5&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:mistyrose; color:black;"&gt;
&lt;td&gt;MistyRose&lt;/td&gt;
&lt;td&gt;FF&amp;#160;E4&amp;#160;E1&lt;/td&gt;

&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2;" style="background:whitesmoke; color:slategray; text-align:left;"&gt;&lt;big&gt;&lt;b&gt;Grey colors&lt;/b&gt;&lt;/big&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="background:gainsboro; color:black;"&gt;
&lt;td&gt;Gainsboro&lt;/td&gt;
&lt;td&gt;DC&amp;#160;DC&amp;#160;DC&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightgrey; color:black;"&gt;
&lt;td&gt;LightGrey&lt;/td&gt;
&lt;td&gt;D3&amp;#160;D3&amp;#160;D3&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:silver; color:black;"&gt;
&lt;td&gt;Silver&lt;/td&gt;
&lt;td&gt;C0&amp;#160;C0&amp;#160;C0&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkgray; color:black;"&gt;
&lt;td&gt;DarkGray&lt;/td&gt;
&lt;td&gt;A9&amp;#160;A9&amp;#160;A9&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:gray; color:white;"&gt;
&lt;td&gt;Gray&lt;/td&gt;
&lt;td&gt;80&amp;#160;80&amp;#160;80&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:dimgray; color:white;"&gt;
&lt;td&gt;DimGray&lt;/td&gt;
&lt;td&gt;69&amp;#160;69&amp;#160;69&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:lightslategray; color:white;"&gt;
&lt;td&gt;LightSlateGray&lt;/td&gt;
&lt;td&gt;77&amp;#160;88&amp;#160;99&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:slategray; color:white;"&gt;
&lt;td&gt;SlateGray&lt;/td&gt;
&lt;td&gt;70&amp;#160;80&amp;#160;90&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:darkslategray; color:white;"&gt;
&lt;td&gt;DarkSlateGray&lt;/td&gt;
&lt;td&gt;2F&amp;#160;4F&amp;#160;4F&lt;/td&gt;

&lt;/tr&gt;
&lt;tr style="background:black; color:white;"&gt;
&lt;td&gt;Black&lt;/td&gt;
&lt;td&gt;00&amp;#160;00&amp;#160;00&lt;/td&gt;

&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;br/&gt;&lt;br/&gt;
color's table source: Wikipedia

&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5635722204887402359-7037326991821333125?l=beginnerhtml.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://beginnerhtml.blogspot.com/feeds/7037326991821333125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5635722204887402359&amp;postID=7037326991821333125' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/7037326991821333125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/7037326991821333125'/><link rel='alternate' type='text/html' href='http://beginnerhtml.blogspot.com/2008/10/html-colors.html' title='HTML Colors'/><author><name>kapitan</name><uri>http://www.blogger.com/profile/07424120793824623248</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_GQo70ScKb9E/SKpLIS8o5rI/AAAAAAAAACw/Wl-vTSF73lM/S220/morning1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5635722204887402359.post-8246180177422058061</id><published>2008-10-11T22:03:00.000-07:00</published><updated>2008-10-26T21:40:37.286-07:00</updated><title type='text'>Basic HTML Tags</title><content type='html'>&lt;br/&gt;&lt;br/&gt;
Let us now proceed to the other very useful html tags that you as a future coder will need:
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;
&lt;font size="5"&gt;&lt;b&gt;The &amp;lt;html&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
As you create your web pages you will be using the html tag &amp;lt;html&gt;. Actually you can create a web page without using this tag. Try opening a notepad and then type anything there, then save it with an .html or .html extension. If you will double click your saved file, it will open to your web browser.

&lt;br/&gt;&lt;br/&gt;
So why would we be needing to use html tags anyway?
&lt;br/&gt;&lt;br/&gt;
This is because we need to tell the browser that this is an html document. When the browser see the html tag &amp;lt;html&gt; on the beggining of you webpage, then the browser will treat every following code to an html. This willmake your created page to be interpreted by the browser just the way you expect it to be.

&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;
&lt;font size="5"&gt;&lt;b&gt;The &amp;lt;head&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
The head tag, from its name basically means that upon loading of you webpage on the browser, the browser will first look and load the codes inside the head tag before it interpret the succeeding code on the body of your webpage.
&lt;br/&gt;&lt;br/&gt;
The basic function of this is that you can be assure that your Javascript Codes, Cascading Style Sheet Codes (CSS), your page's title and your other cannot-afford-to-be-loose codes will be loaded.
&lt;br/&gt;&lt;br/&gt;
For example, if a certain part of your hyperlink uses a javascript for it to behave in a certain way you want then you need to be assure that the javascript function that it is using will be loaded FIRST before itself.
&lt;br/&gt;&lt;br/&gt;
It is only logical to load a function parameter first before the code that will use it.
&lt;br/&gt;&lt;br/&gt;
In this idea makes the &amp;lt;head&gt; tag useful.
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;
&lt;font size="5"&gt;&lt;b&gt;The &amp;lt;title&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
The title tag &amp;lt;title&gt;&amp;lt;/title&gt; is placed inside the head tag &amp;lt;head&gt;&amp;lt;/head&gt;. From the word itself, the title tag is the container of your page's title, usually seen at then top of each browsers. You must include a single phrase that is meaningful enough to indicate your web page's content.
&lt;br/&gt;&lt;br/&gt;
There's actually no special discussion about this tag, it is just a webpage's title containier, that's it.
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;
&lt;font size="5"&gt;&lt;b&gt;The &amp;lt;body&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
The body tag &amp;lt;body&gt;&amp;lt;/body&gt; is the main containner of your webpage. This is where most of your html code will reside. This is usually where the actions happens. The basic container of your website's elements.
&lt;br/&gt;&lt;br/&gt;
I usually follow an html table with a width of 100% after a body tag &amp;lt;body&gt;, this practice tells me that this whole window is my teritorry, which gives me flexibility to play inside the body tag.

&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;font size="5"&gt;&lt;b&gt;The Image &amp;lt;img/&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
The image tag &amp;lt;img/&gt; violates the basic construction of an html tag, which must have an opening and a closing tag. But the image tag has no closing tag, but as you can notice, an slash character is place just before we close the imaage tag.
&lt;br/&gt;&lt;br/&gt;
For example:
&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;&amp;lt;img src="image01.jpg"/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;
Actually, we can omit the slash character at the end area and our image will still be functional on our actual output. Though we can only do this on html pages because html is very forgiving on some human mistakes. for example, a column tag &amp;lt;td&gt; will still function even you won't include its ending tag. But will not be tolerated on future generations, especially on the existence of XML.
&lt;br/&gt;&lt;br/&gt;
With this idea, it is a good practice to include a slash character just before you end the tag of an image tag, just like the example above.
&lt;br/&gt;&lt;br/&gt;
This is of course applicable only for those tags that will not be having closing tags, some of which are:
&lt;br/&gt;&lt;br/&gt;
&lt;ul&gt;
&lt;li&gt;Image tag &amp;lt;img/&gt;&lt;/li&gt;
&lt;li&gt;Horizontal Rule tag &amp;lt;hr/&gt;&lt;/li&gt;
&lt;li&gt;Line Break tag &amp;lt;br/&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;font size="5"&gt;&lt;b&gt;The Font &amp;lt;font&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;

The font tag is used when you need to manipulate the characteristics of a certain text or block of text. Though your texts will still be displayed without using this tag. But using this tag around your texts would be very functionaly since you can use this tags came with various attributes used to format your text's final display.
&lt;br/&gt;&lt;br/&gt;
Example:&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;font face="Verdana, Arial, Helvetica, sans-serif" color="00ff00" size="2"&gt;I have two green apple.&amp;lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
I have two &amp;lt;font face="Verdana, Arial, Helvetica, sans-serif" color="00ff00" size="2"&gt;green&amp;lt;/font&gt; apple.
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;
The code above will have the following output:&lt;br/&gt;&lt;br/&gt;
&lt;font face="Verdana, Arial, Helvetica, sans-serif" color="00ff00" size="2"&gt;I have two green apple.&lt;/font&gt;&lt;br/&gt;&lt;br/&gt;
I have two &lt;font face="Verdana, Arial, Helvetica, sans-serif" color="00ff00" size="2"&gt;green&lt;/font&gt; apple.
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;font size="5"&gt;&lt;b&gt;The Hyperlink Break&lt;br/&gt;&amp;lt;a href=""&gt;&amp;lt;/a&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
I'm sure that you're pretty familiar on the hyperlink tag since it is used even on office applications. But if youre not, well, hyperlink simply are link texts or images that will redirect your current open page into other pages. If it is a text link, it is usually come in blue color.
&lt;br/&gt;&lt;br/&gt;
Hyperlink usually makes themselves obvious when the mouse changes to a hand icon.
&lt;br/&gt;&lt;br/&gt;
Now let's make some example:

&amp;lt;a href="http://www.google.com"&gt;http://www.google.com&amp;lt;/a&gt;&lt;br/&gt;
&amp;lt;a href="http://www.google.com"&gt;Go to Google&amp;lt;/a&gt;&lt;br/&gt;
&amp;lt;a href="http://www.google.com"&gt;&amp;lt;img src="google_pic.jpg"/&gt;&amp;lt;/a&gt;

&lt;br/&gt;&lt;br/&gt;
The code above will have the following output:
&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://www.google.com"&gt;http://www.google.com&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://www.google.com"&gt;Go to Google&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://www.google.com"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_GQo70ScKb9E/SP6yxsu4dsI/AAAAAAAAAGI/zVbklBqP_Fg/s200/images.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5259837981706450626" align="middle"/&gt;&lt;/a&gt;


&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;font size="5"&gt;&lt;b&gt;The Line Break &amp;lt;br/&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
The line break tag literally means as it reads, it breaks lines. Each line breaks &lt;br/&gt; tag makes the following elements to be displayed on the next line, so if you include two line breaks tag &amp;lt;br/&gt;&amp;lt;br/&gt;, the succeeding elements will be displayed after the second line from the line where the line break occur.
&lt;br/&gt;&lt;br/&gt;
This tag also has no end or closing tag that's is why it must be closed by a slash character.
&lt;br/&gt;&lt;br/&gt;
Example:
&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
This&amp;lt;br/&gt;line has been&amp;lt;br/&gt;breaked by&amp;lt;br/&gt;the line&amp;lt;br/&gt;break "&amp;lt;br/&gt;" tag.
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br/&gt;&lt;br/&gt;
Output:
&lt;br/&gt;&lt;br/&gt;
This&lt;br/&gt;line has been&lt;br/&gt;breaked by&lt;br/&gt;the line&lt;br/&gt;break "&amp;lt;br/&gt;" tag.


&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;font size="5"&gt;&lt;b&gt;The Horizontal Rule &amp;lt;hr/&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
The horizotal rule, when used basically creates a horizontal lines on the page. 


&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;font size="5"&gt;&lt;b&gt;The Paragraph &amp;lt;p&gt; tag&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
The paragraph tag is usually used when creating a paragraph. When used,html will automatically create line breaks before and at the end of the content inside the tag.
&lt;br/&gt;
For example:
&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;p&gt;This is a paragraph entry&amp;lt;/p&gt;
&lt;br/&gt;
&amp;lt;p&gt;This is an another paragraph entry&amp;lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;
The code below will have the following output:
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;p&gt;This is a paragraph entry&lt;/p&gt;
&lt;p&gt;This is an another paragraph entry&lt;/p&gt;


&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;
And again, the paragraph tag can be used without the closing tag and will be functional on some browsers. But writing its closing tag is a good practice that must be applied on every html tags. As I have said before, most browsers tolerate this bad practice, but the future version of browser will not most likely to cater this mistakes. So be very mindful to have a good programming practice on html coding to prevent unexpected output display.

&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;font size="5"&gt;&lt;b&gt;The Heading &amp;lt;h1&gt;, &amp;lt;h2&gt;, &amp;lt;h3&gt;, &amp;lt;h4&gt;, &amp;lt;h5&gt;, &amp;lt;h6&gt; tags&lt;/b&gt;&lt;/font&gt;
&lt;br/&gt;&lt;br/&gt;
The heading tag is used as a heading or as a subheading on a particular phrase, or sentence. When a text is enclosed from these tag, the text will be displayed in bold and in variable size depending on what number heading is used. &amp;lt;h1&gt; to be the biggest font and &amp;lt;h6 to be the smallest.
&lt;br/&gt;&lt;br/&gt;
These heading tag is generally used to emphasized a certain text of a webpage.
&lt;br/&gt;&lt;br/&gt;
Example:
&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;h1&gt;Number 1 heading tag&amp;lt;/h1&gt;&lt;br/&gt;
&amp;lt;h2&gt;Number 2 heading tag&amp;lt;/h2&gt;&lt;br/&gt;
&amp;lt;h3&gt;Number 3 heading tag&amp;lt;/h3&gt;&lt;br/&gt;
&amp;lt;h4&gt;Number 4 heading tag&amp;lt;/h4&gt;&lt;br/&gt;
&amp;lt;h5&gt;Number 5 heading tag&amp;lt;/h5&gt;&lt;br/&gt;
&amp;lt;h6&gt;Number 6 heading tag&amp;lt;/h6&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;br/&gt;&lt;br/&gt;
So that will be it for now, actually, html has so many different tags and attributes, but since this site was made only for the beginners, I'm so sure that the beginners won't be needing those advance tags like the input field &amp;lt;input type="text, password, checkbox, radio, etc." name="textbox's_name_here"&gt;, form &amp;lt;form name="" method=""&gt; and etc.

&lt;br/&gt;&lt;br/&gt;
Those tags are so advance that they will make the website as a dynamic or some database driven site. Using them will also require any programming skills like asp, coldfusion, php, jsp and etc..

&lt;br/&gt;&lt;br/&gt;
This html tags, I showed to you is enough to assemble your own html website. Just create a table according to your needs. Code a table then trim your rows and columns, size them, put some image on your site and create some text-content inside those columns and rows.
&lt;br/&gt;&lt;br/&gt;
Create your personal website as a practice page. This is what I did when I'm still learning html, it would give you many lesson and it will also be fun and inspiring too :)
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5635722204887402359-8246180177422058061?l=beginnerhtml.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://beginnerhtml.blogspot.com/feeds/8246180177422058061/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5635722204887402359&amp;postID=8246180177422058061' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/8246180177422058061'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/8246180177422058061'/><link rel='alternate' type='text/html' href='http://beginnerhtml.blogspot.com/2008/10/basic-html-tags.html' title='Basic HTML Tags'/><author><name>kapitan</name><uri>http://www.blogger.com/profile/07424120793824623248</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_GQo70ScKb9E/SKpLIS8o5rI/AAAAAAAAACw/Wl-vTSF73lM/S220/morning1.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_GQo70ScKb9E/SP6yxsu4dsI/AAAAAAAAAGI/zVbklBqP_Fg/s72-c/images.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5635722204887402359.post-3252809722024012996</id><published>2008-10-02T21:57:00.000-07:00</published><updated>2008-10-17T21:51:29.665-07:00</updated><title type='text'>HTML Attributes</title><content type='html'>&lt;br/&gt;&lt;br/&gt;
So let's study html attribute. As I have said before, html attributes creates behavior for html tags. Every tags could have their own attributes, but some tags could use same attributes. For example, the table tag &amp;lt;table&gt; and the column tag &amp;lt;td&gt; both have the "width" attribute:

&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;table width="500px;"&gt; or &amp;lt;table width="90%"&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;

&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;td width="500px"&gt; or &amp;lt;td width="50%"&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;br/&gt;&lt;br/&gt;
But of course you should only use logical attributes for every tag, otherwise it will only be ignored by the browser. For example, it is so wrong to write a "valign" attribute to a column tag since it only uses the "align" tag. Column tag can only align your content on horizontal basis which are: left, right, center.
&lt;br/&gt;&lt;br/&gt;
"align" attribute is used to a column tag &amp;lt;td&gt; while "valign" is used on the row tag &amp;lt;tr&gt;

&lt;br/&gt;&lt;br/&gt;


This could comprehend more if you could see some examples:

&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;table border="1" width="50%" height="100px"&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr valign="middle"&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td align="center"&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This is a centered text&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This area will have the default settings&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br/&gt;&lt;br/&gt;

&lt;br/&gt;&lt;br/&gt;
The code above will have the following output:
&lt;br/&gt;&lt;br/&gt;
&lt;table border="1" width="50%" height="100px"&gt;
&lt;tr valign="middle"&gt;
&lt;td align="center"&gt;
This is a centered text
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
This area will have the default settings
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;
So that will be for html attributes for now, i believe that you got the idea about attributes. Lets proceed to the other lessons:
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5635722204887402359-3252809722024012996?l=beginnerhtml.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://beginnerhtml.blogspot.com/feeds/3252809722024012996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5635722204887402359&amp;postID=3252809722024012996' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/3252809722024012996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/3252809722024012996'/><link rel='alternate' type='text/html' href='http://beginnerhtml.blogspot.com/2008/10/html-attributes.html' title='HTML Attributes'/><author><name>kapitan</name><uri>http://www.blogger.com/profile/07424120793824623248</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_GQo70ScKb9E/SKpLIS8o5rI/AAAAAAAAACw/Wl-vTSF73lM/S220/morning1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5635722204887402359.post-8426078268593732904</id><published>2008-09-29T21:23:00.000-07:00</published><updated>2008-10-16T21:55:35.488-07:00</updated><title type='text'>More About HTML Table</title><content type='html'>&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

Okay lets get deeper on HTML tables now.
&lt;br/&gt;&lt;br/&gt;
As I have said on the early part, html have tags and attributes. In order to declare or specify the behaviour of a certain html table's part, you will be needing to manipulate its attrbutes.
&lt;br/&gt;&lt;br/&gt;
Here are some most commonly used table tags:
&lt;br/&gt;&lt;br/&gt;
&lt;table cellspacing="0" border="1"&gt;
&lt;tr&gt;&lt;td align="left" width="20%"&gt;Attribute&lt;/td&gt;
&lt;td align="left" width="20%"&gt;Value&lt;/td&gt;
&lt;td align="left" width="55%"&gt;Description&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;bgcolor&lt;/td&gt;
&lt;td valign="top"&gt;rgb(x,x,x)&lt;br /&gt;
#xxxxxx&lt;br /&gt;
colorname&lt;/td&gt;
&lt;td valign="top"&gt;Tells the background color of the table&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;border&lt;/td&gt;
&lt;td valign="top"&gt;pixels&lt;/td&gt;
&lt;td valign="top"&gt;The border width of the table.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;cellpadding&lt;/td&gt;
&lt;td valign="top"&gt;pixels&lt;br /&gt;
%&lt;/td&gt;
&lt;td valign="top"&gt;The space between the cell walls and contents&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top"&gt;cellspacing&lt;/td&gt;
&lt;td valign="top"&gt;pixels&lt;br /&gt;
%&lt;/td&gt;
&lt;td valign="top"&gt;The space between cells&lt;/td&gt;
&lt;/tr&gt;
      &lt;tr&gt;
    &lt;td valign="top"&gt;rules&lt;/td&gt;
    &lt;td valign="top"&gt;none&lt;br /&gt;
      groups&lt;br /&gt;
      rows&lt;br /&gt;
      cols&lt;br /&gt;
      all&lt;/td&gt;
    &lt;td valign="top"&gt;Displays the vertical and horizontal grid of the table.&lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; 
    Can only be used if the &amp;quot;border&amp;quot; attribute is specified, otherwise - no effect!&lt;/p&gt;&lt;/td&gt;
          &lt;/tr&gt;
       &lt;tr&gt;
    &lt;td valign="top"&gt;width&lt;/td&gt;
    &lt;td valign="top"&gt;%&lt;br /&gt;
      pixels&lt;/td&gt;
    &lt;td valign="top"&gt;Specifies the width of the table&lt;/td&gt;
      &lt;/tr&gt;
&lt;tr&gt;
    &lt;td valign="top"&gt;background&lt;/td&gt;
    &lt;td valign="top"&gt;(image's link location)&lt;br /&gt;
      pixels&lt;/td&gt;
    &lt;td valign="top"&gt;Image background of the table&lt;/td&gt;
      &lt;/tr&gt;

  &lt;/table&gt;



&lt;br/&gt;&lt;br/&gt;

The table has also a feature function that enables the heading to automatically displayed in bold, which emphasize it. Though you can achieve the same display by using the &amp;lt;font&gt; tag or with the &amp;lt;b&gt; tag. But just to inform you, you can use the &amp;lt;th&gt; (table heading) tag instead of &amp;lt;td&gt; tag, for example:
&lt;br/&gt;&lt;br/&gt;

&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;table border="1"&gt;&lt;br/&gt;
  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;th&gt;Heading 1&amp;lt;/th&gt;&lt;br/&gt;
    &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;th&gt;Heading 2&amp;lt;/th&gt;&lt;br/&gt;
   &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;th&gt;Heading 3&amp;lt;/th&gt;&lt;br/&gt;
  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;lt;/table&gt;

&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br/&gt;&lt;br/&gt;

&lt;TABLE BORDER="1" BGCOLOR="white"&gt;
  &lt;TR&gt;
    &lt;TH&gt;Heading 1&lt;/TH&gt;
    &lt;TH&gt;Heading 2&lt;/TH&gt;
    &lt;TH&gt;Heading 3&lt;/TH&gt;
  &lt;/TR&gt;
&lt;/TABLE&gt;

&lt;br/&gt;&lt;br/&gt;
In relation, the &amp;lt;tr&gt; and the &amp;lt;td&gt; tag also have its own attribute, One of the most useful and common atrribute of the &amp;lt;tr&gt; tag is the "valign" attribute, for example: 

&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;tr valign="middle"&gt;&amp;lt;/tr&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;

This specify the vertical alignment of a certain row, remember that the &amp;lt;tr&gt; tag is a row tag.

&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

&lt;strong&gt;MERGING CELLS IN HTML TABLE&lt;/strong&gt;

&lt;br/&gt;&lt;br/&gt;
The column tag's &amp;lt;td&gt; "rowspan" and "colspan" is used to merge cells in an html table. This table's attribute is one of the most useful among web developers. It offers great flexibilty that enables web designers to develop layouts that would match to their needs.
&lt;br/&gt;&lt;br/&gt;
Example:
&lt;br/&gt;&lt;br/&gt;

&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;table border="1"&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;th&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Column 1&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/th&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;th&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Column 2&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/th&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;th&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Column 3&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/th&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td rowspan="2"&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Row 1 Cell 1&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Row 1 Cell 2&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Row 1 Cell 3&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Row 2 Cell 2&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Row 2 Cell 3&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td colspan="3"&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Row 3 Cell 1&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;
Now here's the output of the code above:
&lt;br/&gt;&lt;br/&gt;
&lt;table border="1"&gt;
&lt;tr&gt;
&lt;th&gt;Column 1&lt;/th&gt;
&lt;th&gt;Column 2&lt;/th&gt;
&lt;th&gt;Column 3&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td rowspan="2"&gt;Row 1 Cell 1&lt;/td&gt;
&lt;td&gt;Row 1 Cell 2&lt;/td&gt;&lt;td&gt;Row 1 Cell 3&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Row 2 Cell 2&lt;/td&gt;&lt;td&gt;Row 2 Cell 3&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan="3"&gt;Row 3 Cell 1&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;
Didn't that makes our html table flexible? You should remember this two things as they will be very useful as long as you create tables in html.

&lt;br/&gt;&lt;br/&gt;

So that's about the html table tag, lets take a look on other html tags on the next page.
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5635722204887402359-8426078268593732904?l=beginnerhtml.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://beginnerhtml.blogspot.com/feeds/8426078268593732904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5635722204887402359&amp;postID=8426078268593732904' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/8426078268593732904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/8426078268593732904'/><link rel='alternate' type='text/html' href='http://beginnerhtml.blogspot.com/2008/09/more-about-html-table.html' title='More About HTML Table'/><author><name>kapitan</name><uri>http://www.blogger.com/profile/07424120793824623248</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_GQo70ScKb9E/SKpLIS8o5rI/AAAAAAAAACw/Wl-vTSF73lM/S220/morning1.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5635722204887402359.post-8226091700256067870</id><published>2008-09-28T21:17:00.000-07:00</published><updated>2008-10-01T21:42:20.828-07:00</updated><title type='text'>Introduction</title><content type='html'>&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Do you have zero knowledge on html? or are you a total beginner in using html?
&lt;br/&gt;&lt;br/&gt;

If yes is your answer to any of the questions above then tutorial is just right for you, &lt;strong&gt;HTML - Only for begginers&lt;/strong&gt; is designed to cater html beginners to help them from commonly confused html terms designing techniques.
&lt;br/&gt;&lt;br/&gt;
As you may have already seen (&lt;em&gt;well, I suppose that you had seen a html source code of any web page&lt;/em&gt;), html codes are a little intimidating with all that new characters or tags and code environment. I learned html from my self alone, I will say that I did it in a hard way, reading books and dreamweavers help page and most especially,scanning and downloading actual examples of running web pages on the net. Though, I learned everything I know from myself about html, looking back then, how I wish that there are friendly sites like this that is really made for total begginers.
&lt;br/&gt;&lt;br/&gt;
Though I saw some tutorial sites before who teach html for begginers, but their pacing was too fast for a beginners. I don't know exactly how can I explain the difference of their site with this one that I created, but all I know is that I made this tutorial site, according to what I had felt when I was still on the learning stage of my html world.
&lt;br/&gt;&lt;br/&gt;
As a computer engineering student back then, and having a background on some programming language. I already have some knowledge about computer logic, syntax and tags. But I understand, that not all who want to learn html have the same background like me. So this site will teach you and will deal to you like you're a total beginner with zero to very low knowledge on html. Sounds good right? yeah, the exact tutorial I wished I had before.
&lt;br/&gt;&lt;br/&gt;
&lt;strong&gt;So relax, and throw all your fear about learning html&lt;/strong&gt;. If you thought and if you heard that hml is so hard to learn, then you are totally wrong. Html is as easy as drawing a face on a paper, all you need to do in drawing a face is to know the difference between the nose, eye, mouth and etc, and learn to position them in the right place. In html all you need to know is to know the (very simple) code that creates columns, rows, lines and etc. and to learn to position them on the right place, all according to your needs and desire.

&lt;br/&gt;&lt;br/&gt;
So, are we all set? Let's begine with the introduction on the next page...
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5635722204887402359-8226091700256067870?l=beginnerhtml.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://beginnerhtml.blogspot.com/feeds/8226091700256067870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5635722204887402359&amp;postID=8226091700256067870' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/8226091700256067870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/8226091700256067870'/><link rel='alternate' type='text/html' href='http://beginnerhtml.blogspot.com/2008/09/introduction_28.html' title='Introduction'/><author><name>kapitan</name><uri>http://www.blogger.com/profile/07424120793824623248</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_GQo70ScKb9E/SKpLIS8o5rI/AAAAAAAAACw/Wl-vTSF73lM/S220/morning1.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5635722204887402359.post-9022048109580567562</id><published>2008-09-25T00:03:00.000-07:00</published><updated>2008-11-13T20:27:14.106-08:00</updated><title type='text'>Learning Tables' Basic</title><content type='html'>&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;HTML&lt;/strong&gt; or &lt;strong&gt;HyperText Markup Language&lt;/strong&gt; is the language for web pages. It is the language which browsers (Internet Explorer, Mozilla’s Firefox, etc.) used to interpret and enables to display a certain webpage. Generally, a webpage is composed of table and nested tables (tables inside the tables). Though the existence of XML had made the usage of table, still as a beginner, I think that learning the purpose and the essence of using a table is a very important step you need to take.
&lt;br/&gt;&lt;br/&gt;

When I still do not know how to create a web page my initial question is how did they know how to place a certain part on this area on this side? Only to know later on that an html web page is composed of tables with columns and rows like this:
&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://2.bp.blogspot.com/_GQo70ScKb9E/SN23vxcPN5I/AAAAAAAAAEo/zau2JihVewg/s1600-h/4.bmp"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_GQo70ScKb9E/SN23vxcPN5I/AAAAAAAAAEo/zau2JihVewg/s400/4.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5250554771937376146" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;strong&gt;Webmasters&lt;/strong&gt; (persons who create web page) also modify the table according to their need:
&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://2.bp.blogspot.com/_GQo70ScKb9E/SN24qQnBzII/AAAAAAAAAEw/fVfK6lay1u4/s1600-h/1.bmp"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_GQo70ScKb9E/SN24qQnBzII/AAAAAAAAAEw/fVfK6lay1u4/s400/1.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5250555776736545922" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://1.bp.blogspot.com/_GQo70ScKb9E/SN24rceopzI/AAAAAAAAAFI/vZ7gUpJxNfA/s1600-h/5.bmp"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_GQo70ScKb9E/SN24rceopzI/AAAAAAAAAFI/vZ7gUpJxNfA/s400/5.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5250555797102438194" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://4.bp.blogspot.com/_GQo70ScKb9E/SN24qm6-roI/AAAAAAAAAE4/VUG9rB7o1RM/s1600-h/2.bmp"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_GQo70ScKb9E/SN24qm6-roI/AAAAAAAAAE4/VUG9rB7o1RM/s400/2.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5250555782725807746" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://1.bp.blogspot.com/_GQo70ScKb9E/SN24rceopzI/AAAAAAAAAFI/vZ7gUpJxNfA/s1600-h/5.bmp"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://1.bp.blogspot.com/_GQo70ScKb9E/SN24rceopzI/AAAAAAAAAFI/vZ7gUpJxNfA/s400/5.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5250555797102438194" /&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://4.bp.blogspot.com/_GQo70ScKb9E/SN24rAM87qI/AAAAAAAAAFA/5dNnAAy6NbM/s1600-h/3.bmp"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_GQo70ScKb9E/SN24rAM87qI/AAAAAAAAAFA/5dNnAAy6NbM/s400/3.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5250555789512076962" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
First of all, html are composed of various tags, but for now we will first discuss the tags in creating tables, columns and rows.
&lt;br/&gt;&lt;br/&gt;
&amp;lt;table&gt; This is the tag for creating a table&lt;br/&gt;
&amp;lt;tr&gt; This is the tag used in creating a row&lt;br/&gt;
&amp;lt;td&gt; This is the tag used in crating a column&lt;br/&gt;&lt;br/&gt;

What you see above are the start tags, every tags have start and end tag. Though there are some tags that do not require end tags, which we can discuss on the future, but for now we will use html elements or tags that use start and end tags to avoid confusion. What we are trying to do in our initial step is to use the basic principle of html, so lets begin.
&lt;br/&gt;&lt;br/&gt;

If you want to create a table you will need to use the table &amp;lt;table&gt; tag, relatively if you want to create column you will use the column &amp;lt;tr&gt; tag, and of course, the same goes with the row &amp;lt;td&gt; tag.
&lt;br/&gt;&lt;br/&gt;

Now here’s a basic composition or code structure of a table with columns and row with it:

&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;table border="1"&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&gt;
&lt;br/&gt;

  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This is where you place your web page’s content (images, videos, text, etc.)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

The output for our html code at the top will be:
&lt;br/&gt;&lt;br/&gt;
&lt;table border="1"&gt;&lt;tr&gt;&lt;td&gt;This is where you place your web page’s content (images, videos, text, etc.)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;
As you can see, we just created a basic table with one column and with one row. First thing first, the actual output of the code we created will be:
&lt;br/&gt;&lt;br/&gt;
This is where you place your web page’s content (images, videos, text, etc.)
&lt;br/&gt;&lt;br/&gt;
As you can see, the table is not visible. By default the table’s border is set to zero unless specified by the user. So I just placed a border to show a table with one column and one row.
&lt;br/&gt;&lt;br/&gt;
I just added an attribute to our table tag &amp;lt;table&gt; for it to have a border, which is:

&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;table border="1"&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&gt;&lt;br/&gt;
  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This is where you place your web page’s content (images, videos, text, etc.)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;

Html is composed of different tags, but on how you would want a certain tag to be displayed will be its attribute’s job. Different tags have their own attributes, in common people’s term, attributes is people’s characteristics.
&lt;br/&gt;&lt;br/&gt;
For example, html tag could be represented by people’s hair, so it is easy to know that most people have a hair tag. But on what color, style or length will be the hair tag’s attributes, which would be:
&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;hair color=”red” length=”500cm” style=”retro”&gt;
&amp;lt;/hair&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br/&gt;&lt;br/&gt;


Using real html tag, it could be:
&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;table border=”0” width=”95%” bgcolor=”green”  ….etc, etc.&gt;
&amp;lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;
As I have said, different tags have its different attributes. We will discuss them in detail in future discussion, but for now it is useful to first understand the relationship of tags and their attributes.
&lt;br/&gt;&lt;br/&gt;
It is of course the same principle applied to the column &amp;lt;td&gt; and the row &amp;lt;tr&gt; tags.

&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;tr valign=”middle” height=”100”&gt;
&amp;lt;/tr&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;

&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;td align=”center” width=”150” bgcolor=”red”&gt;
&amp;lt;/td&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;

It is important to know that you should create a logically defined table, meaning that a basic table must have an equal numbers of columns in each rows, or vice-versa. For example:
&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://3.bp.blogspot.com/_GQo70ScKb9E/SN28AfKaYAI/AAAAAAAAAFQ/FgWhZmF_vbs/s1600-h/6.bmp"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_GQo70ScKb9E/SN28AfKaYAI/AAAAAAAAAFQ/FgWhZmF_vbs/s400/6.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5250559457135058946" /&gt;&lt;/a&gt;

&lt;br/&gt;&lt;br/&gt;
This is a basic rule of creating a table, in the figure above all columns have three rows and all rows have four columns.
&lt;br/&gt;&lt;br/&gt;
But this doesn’t give much flexibility to a webmaster doesn’t it? What if you need to create a table like this:


&lt;br/&gt;&lt;br/&gt;
&lt;a href="http://4.bp.blogspot.com/_GQo70ScKb9E/SN29NLyMcXI/AAAAAAAAAFY/-cgSpvt_jnM/s1600-h/7.bmp"&gt;&lt;img style="cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_GQo70ScKb9E/SN29NLyMcXI/AAAAAAAAAFY/-cgSpvt_jnM/s400/7.bmp" border="0" alt=""id="BLOGGER_PHOTO_ID_5250560774783136114" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


1 – Your website’s banner&lt;br/&gt;
2 – Navigation links area&lt;br/&gt;
3 – Display window
&lt;br/&gt;&lt;br/&gt;

In this case, webmaster use an attribute colspan=”” for the column tag &lt;td&gt;. So, let’s convert the display above into its corresponding html code:

&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;table&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td colspan=”2”&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br/&gt;&lt;br/&gt;


Oh, by the way, as you had noticed on our examples, some of our codes are indented. This is because a good coder must have a good habit of indenting his codes, in this way a coder can easily identify his tags. Since a complete webpage would consist numbers of tag combinations, indenting a tag would enables a coder to pinpoint a tag’s start and ending point. This is called proper nesting of tags, nesting means putting a tag inside a tag, for example:
&lt;br/&gt;&lt;br/&gt;
&lt;table bgcolor="#E6E6FA" width="100%"&gt;&lt;tr&gt;&lt;td align="left"&gt;
&amp;lt;table&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/td&gt;&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&gt;&lt;br/&gt;
&amp;lt;/table&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;

As you can see, the row tag &amp;lt;tr&gt; is nested inside the table tag &amp;lt;table&gt; and the column tag &amp;lt;td&gt; is nested inside the row tag &amp;lt;tr&gt; and the table tag &amp;lt;table&gt;. What you can see on the above html code are a very simple example of nested tags.
&lt;br/&gt;&lt;br/&gt;
So we are done on the surface of html, let’s go to a more detail discussion on the next topics.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5635722204887402359-9022048109580567562?l=beginnerhtml.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://beginnerhtml.blogspot.com/feeds/9022048109580567562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5635722204887402359&amp;postID=9022048109580567562' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/9022048109580567562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/9022048109580567562'/><link rel='alternate' type='text/html' href='http://beginnerhtml.blogspot.com/2008/09/introduction.html' title='Learning Tables&apos; Basic'/><author><name>kapitan</name><uri>http://www.blogger.com/profile/07424120793824623248</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_GQo70ScKb9E/SKpLIS8o5rI/AAAAAAAAACw/Wl-vTSF73lM/S220/morning1.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_GQo70ScKb9E/SN23vxcPN5I/AAAAAAAAAEo/zau2JihVewg/s72-c/4.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5635722204887402359.post-7577227626387869222</id><published>2007-10-28T21:20:00.000-07:00</published><updated>2011-02-09T03:13:20.894-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='html wysisyg interactive type real time tutorial editor free'/><title type='text'>HTML Editor</title><content type='html'>&lt;script type="text/javascript" language="javascript"&gt;
/* function fill()
 {
 var codes=document.frmmain.txtcode.value;
 //document.writeto.write(codes);
 alert(''+codes+'');
 //document.getelementbyid("writeto").innerhtml=codes;*/
 
 function ButtonShowMsg_onclick() {
var v = document.all("txtContent").value;
Show(v);
}

function Show(val)
{
        var testFrame = document.getElementById("myFrame");
        var doc = testFrame.contentDocument;
        if (doc == undefined || doc == null)
            doc = testFrame.contentWindow.document;
        doc.open();
        doc.write(val);
        doc.close();
    
      document.all.myFrame.style.visibility="visible";
}




&lt;/script&gt;   I personally believe that the best way to learn things is doing it hands-on.&lt;br /&gt;
&lt;br /&gt;
&lt;font size="3"&gt;&lt;b&gt;So let us do it.!&lt;/b&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
Please care to browse at the bottom part, where our window is wider.&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
V&lt;br /&gt;
&lt;b&gt;( Only Works in IE )&lt;/b&gt;&lt;br /&gt;
Input Window&lt;br /&gt;
&lt;textarea name="txtContent" cols="105" rows="7" onkeyup="ButtonShowMsg_onclick();"&gt;&lt;font face="Verdana" size="4"&gt;Type Your HTML Codes Here&lt;/font&gt;&lt;/textarea&gt; &lt;br /&gt;
&lt;br /&gt;
Output Window:&lt;br /&gt;
&lt;iframe src="here.cfm" height="250" width="850" id="myFrame"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5635722204887402359-7577227626387869222?l=beginnerhtml.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://beginnerhtml.blogspot.com/feeds/7577227626387869222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5635722204887402359&amp;postID=7577227626387869222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/7577227626387869222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5635722204887402359/posts/default/7577227626387869222'/><link rel='alternate' type='text/html' href='http://beginnerhtml.blogspot.com/2008/10/html-editor.html' title='HTML Editor'/><author><name>kapitan</name><uri>http://www.blogger.com/profile/07424120793824623248</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://2.bp.blogspot.com/_GQo70ScKb9E/SKpLIS8o5rI/AAAAAAAAACw/Wl-vTSF73lM/S220/morning1.jpg'/></author><thr:total>0</thr:total></entry></feed>
