Web Layers
HTML Tags
CSS / Styles
Tables/image
Hyperlinks
100

Name the layer that shows text and images on a website.

Content Layer

100

Which tag creates a paragraph?

<p>

100

Which language is used to style a webpage?

CSS

100

Which tag starts a table?

<table>

100

Which HTML tag is used to create a link?

<a>

200

Which layer controls the colours, fonts, and layout of a website?

Presentation Layer

200

Which tag is used for the main heading?

<h1>

200

How do you change the text colour of a heading in CSS?

color

200

Which tag is used for a table row?

Which tag creates a table data cell?

<tr>

<td>

200

Which attribute specifies the URL in a link?

href

300

Which layer makes buttons and actions work on a website?

Behaviour Layer

300

Which tag is used to add a title to the browser tab?

<title>

300

Where in the HTML file do you link an external CSS file?

Inside <head>

300

Which tag creates a table header cell?

<th>

300

Which attribute opens the link in a new tab?

target="_blank"

400

HTML belongs to which web development layer?

Content Layer

400

Which tag contains the visible part of a webpage?

<body>

400

Name one way to add CSS to HTML.

Inline / Internal / External

400

Which attribute is used to set the image file?

src

400

What is a link to another part of the same page called?

Bookmark / Anchor Link

500

Name one reason why websites are divided into layers.

Easier to manage / Organize / Reuse code

500

Which tag starts an HTML document?

<!DOCTYPE html>

500

What does background-color property do?

Changes the page or element background colour

500

Which attribute merges rows in a table? 

rowspan

500

Example: <a href="#top">Go to Top</a> 

 What does #top mean?

It is a bookmark / anchor

M
e
n
u