Tables and Lists
A Quick HTML5 tutorial on how to make and ordered list, an unordered list and a table. Simple quick video and visual tutorial with HTML showing how to create tables and lists. This is an example of a normal unordered list: <ul> <li>This is a test</li> <li>This is a test</li> <li>This is a test</li> <li>This … Read more