DEV Community

Vishnu Priya S
Vishnu Priya S

Posted on

Day 1 in Payilagam

This is my first day of Payilagam where i learnt the new thing called *table *
thead -- carries heading , we can have multiple head too.
tbody -- row value
tr-- stands for table row
th-- thead the browser understands it "Semantics", also it BOLD your text
td-- table data it display in a row format.

eg:










Attendance
Vishnu

In CSS:

text-transform -- where you can captialize or lowercase your content.
border-collapse: collapse; -- the two column table sharing the one border.

@media query -- used for responsive website
@media (min-width:768px;) -- when you minimize your screen in 768px the inner changes will appear.

Top comments (0)