Want to make creations as awesome as this one?

Transcript

<

>

I

Web

Quiz

start>

What bitmapped file format is best for webpages?

question 1 of 10

JPEG

PNG

GIF

>

CORRECT!

What are the two main sections of HTML code?

question 2 of 10

head and html

DOCTYPE and body

head and body

>

CORRECT!

What does CSS stand for?

question 3 of 10

Cascading Style Sheet

Customised Style Sheet

Controlled Style Sheet

>

CORRECT!

What attribute do we use for an anchor (link) tag?

question 4 of 10

href=".."

src="..."

height=".."

>

CORRECT!

What do comments allow us to do?

question 5 of 10

Add text to the webpage

Tells us what tags we need

Describes what the code does

>

CORRECT!

Which of these attributes would change the text colour?

question 6 of 10

style = "background-colour:yellow;"

style = "color: red;"

style = "colour: blue;"

>

CORRECT!

Which of these tags adds a large heading?

question 7 of 10

<h6>

<h1>

<title>

>

CORRECT!

Which CSS attribute centres?

question 8 of 10

text-align

font-family

font-size

>

CORRECT!

What does the browser do?

question 9 of 10

Lets you style your code

Lets you code HTML

Displays the HTML code

>

CORRECT!

Which tag lets the browser know what version of HMTL we are using?

question 4 of 5

<!DOCTYPE html>

<html>

<body>

>

CORRECT!

Quiz completed

I

<

/

>

>

¡Oh, no!