2023 Web Development Bootcamp:: Personal Website Day 3 -- Tables

 Day 3 topics:

Tables

Layout

Forms


I will be using the HTML tables to format the La Liga team page. I want to make the La Liga page more interesting. I will be using the data from skysports.com for the La Liga table. I added a title and a picture.


HTML Tables

Note: <table>, <tr>, <td>, <thead>, <tbody>, <tfoot>







Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle