moey
Quiz by , created more than 1 year ago

This simple quiz will test you on a variety of web related questions. -JaRoMoCa

32
0
0
moey
Created by moey almost 9 years ago
Close

Web Design Quiz

Question 1 of 8

1

What does HTML stand for?

Select one of the following:

  • Hooligans To Make Love

  • Hyper Text Markup Language

  • Hyper Tools Markup Language

Explanation

Question 2 of 8

1

Which is correct:

Select one or more of the following:

  • <Title>Something silly here</Title >

  • </title>Something silly here<title >

  • <"title">Something silly here</"title" >

  • <title>Something silly here</title>

Explanation

Question 3 of 8

1

A basic HTML page has to be named "page-name.html" for it to render (focusing on ".html" at the end)?

Select one of the following:

  • True
  • False

Explanation

Question 4 of 8

1

What is used for grid layering?

Select one of the following:

  • <p></p>

  • <hr />

  • <head></head>

  • <div></div>

Explanation

Question 5 of 8

1

What two can be used to create a webpage?

Select one or more of the following:

  • MS Paint

  • Adobe Dreamweaver

  • Notepad/Notepad++

  • Windows

  • Adobe Illustrator

Explanation

Question 6 of 8

1

Whats does CSS stand for?

Select one of the following:

  • Cascading Sun Stripes

  • Cascading Super Sheet

  • Cascading Style Sheet

Explanation

Question 7 of 8

1

Which is the correct terminology for achieving background colour black via CSS?

Select one of the following:

  • body {
    color: #FFFFFF
    }

  • body {
    colour: #FFFFFF;
    }

  • body {
    color: #FFFFFF;
    }

Explanation

Question 8 of 8

1

How many heading tags are there in HTML (correct as of HTML4.01)?

Select one of the following:

  • 6

  • 2

  • 5

  • As many as you want

Explanation