Html question
Add a thead row group element containing two rows. In the first row, insert five th elements containing the text shown in the preview. The first heading cell should span two rows. In the second row, add four headings cells containing the prices of the plans shown in the preview. Use a br element to display the price information on two separate lines.
My code is here but didn't work out:
select a planStarterPrimePrime PlusUltra$19.95per month$29.95per month$49.95per month$69.95per month
CSS
table thead tr {height:60px;}
table thead th:first-of-type {font-size: 2em;}
table thead th:not(:first-of-type) {background: transparent;color: black;}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here