Name the layer that shows text and images on a website.
Content Layer
Which tag creates a paragraph?
<p>
Which language is used to style a webpage?
CSS
Which tag starts a table?
<table>
Which HTML tag is used to create a link?
<a>
Which layer controls the colours, fonts, and layout of a website?
Presentation Layer
Which tag is used for the main heading?
<h1>
How do you change the text colour of a heading in CSS?
color
Which tag is used for a table row?
Which tag creates a table data cell?
<tr>
<td>
Which attribute specifies the URL in a link?
href
Which layer makes buttons and actions work on a website?
Behaviour Layer
Which tag is used to add a title to the browser tab?
<title>
Where in the HTML file do you link an external CSS file?
Inside <head>
Which tag creates a table header cell?
<th>
Which attribute opens the link in a new tab?
target="_blank"
HTML belongs to which web development layer?
Content Layer
Which tag contains the visible part of a webpage?
<body>
Name one way to add CSS to HTML.
Inline / Internal / External
Which attribute is used to set the image file?
src
What is a link to another part of the same page called?
Bookmark / Anchor Link
Name one reason why websites are divided into layers.
Easier to manage / Organize / Reuse code
Which tag starts an HTML document?
<!DOCTYPE html>
What does background-color property do?
Changes the page or element background colour
Which attribute merges rows in a table?
rowspan
Example: <a href="#top">Go to Top</a>
What does #top mean?
It is a bookmark / anchor