NEW
Font size
WorksheetsHTML and CSS Test-1
Total questions: 10
Worksheet time: 9mins
What will be displayed in the browser?
Hello World (in same line)
Hello (in one line) and World (in next line)
Only Hello
Error
What happens when this code runs?
Bullet points list
Numbered list (1, 2, 3)
Error
Inline text only
Two rows, two columns table
One row with four cells
Only text displayed
Two rows, two columns table
Error
What will the link do?
Just displays text
Displays heading but not clickable
Displays clickable heading "Click Here"
Error
What happens here?
Displays H2O and X2 + Y2 normally
Displays H₂O and X² + Y²
Error in code
Only plain text
What will be the background color of the paragraph?
White background with red text
Light blue background with red text
Red background with white text
Error
How will this appear?
Left-aligned green heading
Right-aligned green heading
Centered green heading
Default black heading
What will be the font size?
16px bold
24px bold
24px normal
16px normal
What happens with this code?
Displays a box of 200px width and 100px height with border
Displays text only
Displays a circle
Error
Output of this code?
Shows "Hover over me!" only
Error in title attribute
Shows tooltip text on hover
Both text and tooltip always visible
