Essential HTML Tutorial – Part 2
Continuing from Part 1 of this tutorial where we covered very basics of HTML, in this part we move on to understand lists and tables in HTML. Lists Sometimes we need to list certain items either vertically or horizontally e.g. menu items. For that purpose, we have <ol></ol> and <ul></ul> tags in HTML. <ol></ol> represent … Read more