Topics : Create a Table , Table Rows , Table Data , Table Headings , Table Borders , Spanning Columns , Spanning Rows , Table Body , Table Head , Table Footer , Styling with CSS , HTML Tables
- Open VS Code and Create an html file with your name like
john.html
in project folder and add this code to it:
<!DOCTYPE html>
<html>
<body></body>
</html>
- Create a table to show student transcript.
- Add table header with 3 columns:
- Course
- Grade
- Credit
- Add table body with 3 rows:
Computer A+ 3.0 English B- 4.0 Math C 4.0
-
Add table footer like this: Sum Credit: 11.0
-
Create another table to show student info.
-
Add a table row with rowspan 2 to show: Name / Family
-
Add a table row with 3 column:
- Year Attended
- Year Graduated
- GPA
- Add a table row to show data for above items.
Send Pull Request. Check how to deliver your code: https://codingwithbasir.com/how-to-deliver-projects/
Download Free eBook https://codingwithbasir.com/download