Advanced Web Design First Semester Test

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

How are closing tags distinguished from their corresponding opening tags?

&#47 (forward slash)

What command would you use to add a non-breaking space to your document?

 

When you use the hexidecimal code to add color you use a combination of how many letters/numbers?

6

The first line of every html document starts with

<!DOCTYPE html>

Which of the following tags is typed correctly?

<!DOCTYPE html>

What is missing from this style sheet? <head> <style> li {background-color: #ccffcc; color: #009900} p {background-color: #ffffcc} </head>

<&#47style>

What two symbols are used to enclose a tag?

<>

Which of the following is the code to assign the background color of #336699 to the body element?

<body style-"background-color: #336699">

The actual content for your page begins right after which tag?

<body>

What is the correct HTML tag for a line break?

<br>

What is the correct way to insert a line break within a paragraph?

<br>

Which of the following is NOT a valid HTML 5 tag?

<center>

Choose the correct HTML tag to make text italic.

<em>

Which of the following examples is correct?

<em><strong>Web Tech<s/strong></em>

Which of the following choices is the correct way to apply an inline style to the h1 tag?

<h1 style="color:blue">

Choose the correct HTML tag for the largest heading.

<h1>

Choose the correct HTML tag for the smallest heading level.

<h6>

What tag do you begin and end a web page with?

<html>

Which tag pairs marks the beginning and the end of an HTML document?

<html>...<&#47html>

Which tag would you use to apply a style to a particular word within a paragraph without affecting the page structure?

<span>~<&#47span>

What tag would you use to bold text content on your web page?

<strong>

Choose the HTML tag that can be used to make a word bold.

<strong> <&#47strong>

Which of the following HTML tags is used to Bold text?

<strong><&#47strong>

Which of the following is correct?

<strong><em>Text to Format<&#47em><&#47strong>

Which of the following is NOT found in the body section of an HTML document?

<title>

A tags _________ provide additional information about how the tag should be applied or styles that should be applied to the tag's content.

Attributes

CSS stands for ____________________, which is the tool that you will use to add the colors, fonts, and the aesthetic features to your web site.

Cascading Style Sheets

Meta tags can be used to do each of the following except?

Define the file name of the web page.

Which version of HTML are we learning?

HTML5

What are the two primary regions of a web document contained directly below the root element of the web page.

Head & body

HTML stands for ____________.

Hyper Text Markup Language

What is the purpose of a tag?

To define the structure and content of a web page.

What is the purpose of the <!DOCTYPE html> declaration?

To tell the browser what version of HTML is used on the document.

What is the reason for the <!DOCTYPE html> line in your web page?

To tell the browser which version of HTML the document is written in.

Which style property will change the background color of an element?

background-color

Which is the correct CSS syntax for setting the text color within the body element to black?

body {color: black}

What style property is used to change the color of the text on a web page?

color

How would you add a background color for all level 1 headings on a web page?

h1 {background-color: #ffffff}

What section of a webpage would you find the <meta charset="utf-8"> tag?

head

Which region of the document does the title go?

head

Which tag defines the subject or topic of information being presented?

header

Which style properties will allow you to define the size of a container element?

height & width

If you make a change to your webpage and save the change, what must you do next to view the change in your browser?

hit the refresh key

Which element contains the entire web page, including content as well as information about the page.

html

This tag <p> is used for inserting which of the following on your webpage?

paragraph

An attribute is used to...

provide options or other information about a tag.

Instructions in HTML that format text and define the structure of a web page are called...

tags

All attributes use an equal sign and "" around the value.

true

HTML tags must encapsulate (surround) the text that they are formatting.

true


Ensembles d'études connexes

BYU English 12 Part 2 Final Exam

View Set

Human Anatomy & Physiology Ch#4 Q&A

View Set

Week 24: Teaching & Learning (Chapter 25)

View Set

Part 2: Summarizing Central Ideas about Elizabethan England

View Set

GEO Chapters 1 & Chapter 2 - Minerals & The Rock Cycle = Metamorphic, Igneous and Sedimentary Rocks.

View Set