Tag Archive | examples

HTML 107 – Using Tables

3d-tablesBasics, Tips And Tricks

Tables are a common addition to a web site. They can be used for more things than just displaying spreadsheets or organizing tabular data. A table can be used to create a certain look or presentation to a web page. They can be used to create a certain format for text, to show the separation of topics within a subject and even, show off your latest picks for this seasons Football picks. You can even have tables embedded inside other tables.

A number of the posts here in the HTML Tutorial, use tables to section out the information for a particular tag, or part of a tag with the instructional text that describe how it works. But tables can also be extraordinarily frustrating. Especially if you’re using them on a blog. Continue reading

HTML – Web 1.0 vs Web 2.0

webWeb Versions

The Web has versions? Yes, believe it or not.

When you create a webpage your using HyperText Markup Language (HTML) to tell a browser how to display the text and images to your visitors.  You can learn more about its history and creation on Wikipedia which has a pretty complete entry for HTML.

Basically HTML had its prototypes developed at The European Organization for Nuclear Research (CERN) in 1980. Physicist Tim Berners-Lee has been credited with starting the whole thing off. By 1989, he began work on a browser technology to easily display the evolved versions of his prototype language and HTML was developed. Berners-Lee and CERN data systems engineer Robert Cailliau collaborated on a joint request for funding, but the project was not formally adopted by CERN. The first publicly available description of HTML was a document called “HTML Tags”, first mentioned on the Internet by Berners-Lee in late 1991. Continue reading