HTML and CSS Reference
In-Depth Information
Image 14. Table Representation
This basic table doesn't have any borders, but the data appears in neatly lined rows and
columns. Borders and additional visual table properties are managed through CSS.
Note: Tables have a long web history. While originally conceived just to hold tab-
ular data, they were quickly misused for a much bigger task: serving as the found-
ation for complicated page layouts with features that were impossible before the
advent of CSS.
Our sample CV now has the following structure:
<!DOCTYPE html>
<html>
<head>
<meta charset=”utf-8”>
Search WWH ::




Custom Search