<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Tables and Lists </ title > </ head > < body > < ul type = "disc" > < li > This is first item of my unordered list </ li > < li > This is second item of my unordered list </ li > < li > This is third item of my unordered list </ li > </ ul > < ul type = "square" > < li > This is first item of my unordered list </ li > < li > This is second item of my unordered list </ li > < li > This is third item of my unordered list </ li > ...
Comments
Post a Comment