
HTML & CSS HS
Quiz by Razan tech
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
, what will the closing tag look like?
<P>
do in HTML?Where would we usually find the <Style> tag to insert an internal style sheet into the
webpage?
What would this code produce?
˂a href = "www.bbc.co.uk/news/ " BBC News˂/a˃
Fiona is confused.
She has written this code but the web browser is showing her this image instead of pizza.
What is the most likely thing that she has done wrong?
Add the missing attribute to create the table below:
<tr> <td =“2” bgcolor=“blue”> </td>
<td> … </td>
</tr>

Spot the error in CSS code:
h5[
background-color: green;
Text-align: center;
]