Below is a table of examples I have added to my page: A table is created using table, th, tr, and td tags. This table uses borders and the "border-collapse: collapse;" style command to eliminate double border walls.
Name | Item |
---|---|
Links to items on this page | |
This page uses an external Cascading Style Sheets file named mystyle.ccs | link rel="stylesheet" type="text/css" href= "mystyle.css" |
This page also uses Bootstrap 4, an external styling tool | link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" |
Cat image from wikipedia/commons | ![]() |
Bart McEndree image from local a jpg file | ![]() |
Ordered list using ol and li tags
<ol> <li> First item </li> <li> Second item </li> <li> Third item </li> </ol> |
|
Unordered list using ul and li tags |
|
Form with name fields and a button using form, label, input, and button tags | |
datalist |