Learning to program HTML - the basics
Published 2008-06-16 | Views | Website Design
Today, let's take a look at more HTML tags examples and how they fit into your code. Your web page is put together like a puzzle. It contains many different types of information - all with a different tag to command how it will look.
Learning HTML Tags by Example
I've learned that the best way to understand coding as a beginner is by example. I like to see the end result first, then look at the code to find out how it was created. This helps to understand what the codes mean when I see them. Below you'll go to a sample page and view several different features on a web page, all commanded by HTML tags. Then, at the bottom of the page, you'll see the entire code for the features on the page.
Now, see if you can match the HTML tags with the sentences and features on the page. The code is provided on the sample page in the yellow table.
HTML Tags for Tables
Another area of confusion is the use of tables on a web page. Tables can be used in many different ways to get the look and feel you want. The example page below shows you several ways tables can be used and like the first sample above, the code for the page is provided in a yellow table so you can compare.
As you can see, tables and other features on a web page should be thought out before you start designing. If working with HTML directly, you should lay out your page on paper and then be sure each feature can be matched to an HTML tag.
Now that you know the basics of how HTML tags work, you're ready to start testing some HTML tags of your own. For an extensive list of HTML tags and related resources, go here:
http://www.w3schools.com/html/html_quick.asp
And more resources about HTML Tags....
http://www.htmlcodetutorial.com/quicklist.html
http://searchenginewatch.com/showPage.html?page=2167931
Spread The Word
StumbleUpon del.icio.us it Digg this Furl Reddit Yahoo! this!




Software Newsletter