Marshall Matthew
Quiz by , created more than 1 year ago

Quiz on the introduction and first chapter of the book HTML & CSS: design and build websites by Jon Duckett

816
1
1
Marshall Matthew
Created by Marshall Matthew almost 8 years ago
Close

HTML & CSS: Introduction & Chapter 1

Question 1 of 17

1

In order to find the location of the web server, your browser will first connect to this type of server.

Select one of the following:

  • Domain Name Server

  • Domain Name System

  • Direct Name Server

  • Domain Number System

Explanation

Question 2 of 17

1

What is an ISP?

Select one of the following:

  • Internet Service Provider

  • Instant Server Program

  • Internet System Program

  • Interactive System Programming

Explanation

Question 3 of 17

1

Traditionally IP addresses were numbers up to 16 digits seperated by periods.

Select one of the following:

  • True
  • False

Explanation

Question 4 of 17

1

Fill the blank spaces to complete the text.

HTML are usually made up of two tags: an and tag.

Explanation

Question 5 of 17

2

Select from the dropdown lists to complete the text.

The opening ( <html>, <body>, <h1>, <p> ) tag indicates that anything between it and a closing ( </html>, </body>, </h1>, </p> ) tag is HTML code.

Explanation

Question 6 of 17

2

Select from the dropdown lists to complete the text.

The ( <body>, <html>, <h1>, <p> ) tag indicates that anything between it and the closing ( </body>, </html>, <h1>, <p> ) tag should be shown inside the main browser window.

Explanation

Question 7 of 17

2

Select from the dropdown lists to complete the text.

Words between ( <h1>, <p>, <html>, <h2> ) and ( </h1>, </h2>, </p>, </html> ) are a main heading.

Explanation

Question 8 of 17

2

Fill the blank spaces to complete the text.

Paragraphs of text are located between the and tags.

Explanation

Question 9 of 17

2

Select from the dropdown lists to complete the text.

Words between the ( <h2>, <h1>, <p>, <body> ) and ( </h2>, </h1>, </p>, </body> ) tags form a sub-heading.

Explanation

Question 10 of 17

1

The attribute name indicates what kind of extra information you're supplying about the elements content. They should be written in lowercase.

Select one of the following:

  • True
  • False

Explanation

Question 11 of 17

1

The value is the information or setting for the attribute. It should be placed in single quotes.

Select one of the following:

  • True
  • False

Explanation

Question 12 of 17

1

HTML is made up of these characters that live inside of angled brackets.

Select one of the following:

  • elements

  • tags

  • languages

  • css

Explanation

Question 13 of 17

1

HTML5 allows you to use uppercase attribute names and omit the quote marks, but this is not recommended.

Select one of the following:

  • True
  • False

Explanation

Question 14 of 17

1

Fill the blank space to complete the text.

Everything inside of the element is shown inside the main browser.

Explanation

Question 15 of 17

2

Fill the blank spaces to complete the text.

Before the <body> element you will often see a element. You can usually find a element inside of this element.

Explanation

Question 16 of 17

1

The contents of the <title> element are shown inside of the main browser window.

Select one of the following:

  • True
  • False

Explanation

Question 17 of 17

1

What does HTML stand for?

Select one of the following:

  • HyperText Markup Language

  • HiTech Manifest Language

  • HyperText Markup Logistic

  • No specific meaning

Explanation