Wednesday 17 June 2020

10 Hours of Coding Hour 3

This hour I completed the third module of Codeacademy's course Introduction to HTML about HTML Tables.

Specifically, I learned how to create tables using the <table> tag. I also learned how to create rows and span table data across rows/columns using the <tr>/</tr> and <rowspan="">/<colspan=""> respectively. Lastly, I learned that table can be split into 3 parts head,body, and footer which can be useful for organization.

Next Hour I will complete the fourth module of the course and learn about HTML Forms

No comments:

Post a Comment