Skip to main content

Posts

Showing posts with the label programming blogs

Day 5 of 100 Days Web Development Challenge

Welcome, this is the 5 th day of my 100 days web development challenge. This blog is about what I learnt today, and I have tried to explain it below. Before moving towards today's learnings, lets first look at what i have learnt in last 4 days. Learnings till now in HTML    Days    Topics Code Link Blog Link     Day 1      Syntax     Syntax      Blog     Day 2      Headings and      Lists     Headings     Lists     Blog     Day 3      Formatting Tags     Formatting      Blog     Day 4      Images     Images      Blog Topic: Tables in HTML <thead> tag <tbody> tag Tables in HTML: Tables are used to store and display data in a presentable format. To make a table like above in html, we use the <table> tag. In table, the data is stored i...