WorksheetsY7 - 3 - Web Dev (Lesson: Containers 1)
Total questions: 13
Worksheet time: 7mins
Which HTML tag lets you write 'My Dog Jack' in the browser tab?
<TITLE>
<BODY>
<DIV>
Which attributes would allow you to set the size of your topbox?
Wide = 50px
Tall = 100px
width: 800px;
height: 100px;
big: 800px
small: 100px
A website homepage always has the same filename, what is it?
firstpage.html
homepage.html
index.html
What is the correct way to close a HTML tag?
</html>
<?html>
<$html>
Between which tags did we set the width, height and colour of the topbox?
<style>
<a href>
<body>
What does HTML stand for?
Hyper Transfer Model Library
HyperText Markup Language
Heavy Texting Modular Language
What is the name of the code used for formatting website?
e.g. <body>, <title>, <head>
HTML Toggles
HTML Setters
HTML Tags
Which HTML Tag is always used on the last line of a webpage?
</head>
</html>
</finish>
Which HTML tag do we use for adding paragraphs?
<b>
<a>
<p>
What is the name of the html element that allows us to link and move between webpages?
hyperlinks
hoverlinks
heightlinks
Which answer has the HTML been shown in the correct order?
<html>
<head>
<body>
<head>
<html>
<body>
<body>
<html>
<head>
Which hyperlink tag has been written correctly?
<href a: index.html">
<a href index html>
<a href="index.html">
Topbox was an example of which HTML model?
The border model
The box model
The content model
