






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Web Development in PHP Javascript, HTML and CSS
Typology: Lecture notes
1 / 11
This page cannot be seen from the preview
Don't miss anything!







UNORDERED HTML LIST - CHOOSE LIST ITEM MARKER Value Description disc Sets the list item marker to a bullet (default) circle Sets the list item marker to a circle square Sets the list item marker to a square none The list items will not be marked
ORDERED HTML LIST - THE TYPE ATTRIBUTE Type Description type="1" The list items will be numbered with numbers (default) type="A" The list items will be numbered with uppercase letters type="a" The list items will be numbered with lowercase letters type="I" The list items will be numbered with uppercase roman numbers type="i" The list items will be numbered with lowercase roman numbers
Tables and the Border Attribute
Row 1, cell 1 Row 1, cell 2
Headings in a Table
Heading Another Heading
row 1, cell 1 row 1, cell 2
To display a table with borders, use the border attribute. Headings in a table are defined with the tag.
Cell Padding and Spacing The tag has two attributes known as cellspacing and cellpadding. Cellspacing is the pixel width between the individual data cells in the table (The thickness of the lines making the table grid).
Cellpadding is the pixel space between the cell contents and the cell border.
Defines a table caption