98-383.exam.24q

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

No

1 / 41

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

42 Terms

1

No

A relative link requires that you use a protocol and server path. Y/N

New cards
2

Yes

You can link requires to a document in a subdirectory of the current webpage by specifying only the subdirectory name and the filename. Y/N

New cards
3

Yes

You can use a relative link to reference images files from a repository on a different server. Y/N

New cards
4

Yes

The following example of how you format an absolute link:

https: / /www.contoso.com//products.html

Y/N

New cards
5

img

src

alt

HTML Segments:

img

picture

src

href

alt

title

Answer

< _____ _______ = “portrait.png” _______ =“Family Portrait”>

New cards
6

a : link

a : visited

a : hover

a : active

CSS Selectos:

a : active

a : visited

a : link

a : hover

Answer:

(;color: red)

(;color: blue)

(;color: orange)

(;color: green)

New cards
7

A

What style is used to render the code?

A. The browser default style will be used

B. An inline style would be used.

C. An international style will be used.

D. An external style would be used

<p>What style is used to render the code?</p><p>A. The browser default style will be used</p><p>B. An inline style would be used.</p><p>C. An international style will be used.</p><p>D. An external style would be used</p>
New cards
8

No

“Certificates will be awarded in June”. Is displayed in grey Y/N

<p>“Certificates will be awarded in June”. Is displayed in grey Y/N</p>
New cards
9

Yes

“Coming soon!” is displayed in blue. Y/N

<p>“Coming soon!” is displayed in blue. Y/N</p>
New cards
10

Yes

“Awards” is displayed in maroon. Y/N

<p>“Awards” is displayed in maroon. Y/N </p>
New cards
11

No

“Rock Climbing 101” is displayed in purple. Y/N

<p>“Rock Climbing 101” is displayed in purple. Y/N</p>
New cards
12

A

What is the resulting background color of the paragraph element?

A. Pink

B. Blue

C. Yellow

D. Green

<p>What is the resulting background color of the paragraph element?</p><p>A. Pink</p><p>B. Blue</p><p>C. Yellow</p><p>D. Green</p>
New cards
13

D

You are building a website and want to have three main links called Home, Product Info, and Contact Us.

You will create a hierarchy of page elements and revise the stylesheets.

You want to apply a style to all elements in a document. Which type selector should you use?

A. +

B. >

C. :

D. *

New cards
14

h1

text-align

center

;

You are designing a website for Margie’s Travel. The website uses external stylesheets.

You need to create a style that centers all h1 elements on the page.

How should you complete the code? To answer, drag the appropriate code segment to the correct location in the code. Each code segment may be used once, more than once or not at all. You may need to drag the split bar between panes or scroll to view content. text-align center h1 = : ; .h1

Choices:

text-align

:

center

;

h1

.h1

=

Answer area:

_____ { ______ : ______ _____ }

New cards
15

Yes

A CSS comment starts with /* and ends with */. Y/N

New cards
16

No

Percent and EM are relative measurements and the size of each depends upon its parent. Y/N

New cards
17

No

Pixels are recommended units for specifying size. Y/N

New cards
18

No

The font-family attribute helps ensure maximum compatibility between web broswers. Y/N

New cards
19

red

Line 02 displays text in which color?

red

blue

green

purple

<p>Line 02 displays text in which color?</p><p>red</p><p>blue</p><p>green</p><p>purple</p>
New cards
20

pixels 30

Line 02 displays text in which font size?

pixels 20

pixels 30

pixels 40

pixels 10

<p>Line 02 displays text in which font size?</p><p>pixels 20</p><p>pixels 30</p><p>pixels 40</p><p>pixels 10</p>
New cards
21

red

Line 03 displays text in which color

red

blue

green

purple

<p>Line 03 displays text in which color</p><p>red</p><p>blue</p><p>green</p><p>purple</p>
New cards
22

<!DOCTYPE html >

<html>

<head>

<title>Northwind Traders</title>

</head>

<body>

<p>Welcome to the Northwind Traders website. </p>

</body>

</ html>

You are creating a website for Northwind Traders appear on the browser tab. There will also be a paragraph that greets users to the site.

You need to crate the structure of the website.

In which order should you arrange the markup segments to develop the solution? To answer, move all markup segments from the list of markup segments to the answer area and arrange them in the correct order

</head>

</body>

<p>Welcome to the Northwind Traders website. </p>

<title>Northwind Traders</title>

</ html>

<html>

<head>

<!DOCTYPE html >

<body>

New cards
23

DOCTYPE html!

html

body

body

html

You are creating a simple HTML page that displays the text, Hello World. You must ensure that the markup is well-formed and conforms to industry best practices.

How should you construct the page? To answer, drag the appropriate HTML tags to the correct HTML tags to the correct HTML tag locations. Each tag may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

HTML Tags:

body

html

DOCTYPE html!

head

Answer Area:

< ___________ >

< ___________ >

< ____________ >

Hello World

</ _________>

</ ________ >

New cards
24

<!DOCTYPE html>

<head>

<title> About Contoso</title>

<head/>

You are designing a webpage for Contoso by using HTML.

You need to create content for the head section.

Which four markup segments should you use? To answer, move the appropriate markup segments from the list of markup segments to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

Markup Segments:

<meta charset = “utf-8”>

<!DOCTYPE html>

<title> About Contoso</title>

<header>New Realeses</header>

<head/>

<h3>Contact Us</h3>

<head>

<“meta enctype”=utf-8>

New cards
25

<base>

<script>

<title>

<noscript>

You are creating a home page for Blue Yonder Airlines. The page will use JavaScript. If a browser does not support JavaScript, the following message must be displayed:

Your browser does not support JavaScript!

For the Blue Yonder Airlines home page, match the metadata element to the content or attribute-value pair. To answer, drag the appropriate metadata element form the column on the left to its content or attribute-value pair on the right. Each metadata element may be used once, more than once, or not at all.

NOTE: Each correct selection is worth one point.

Choices:

<script>

<meta>

<title>

<noscript>

<base>

Answer Area:

href= “style.css” __________

src=”___js/form.js” ________

Blue Yonder Airlines _________

Your browser does not support Javascript!

New cards
26

SmalLogo.png

max-width

NormalLogo.png

You are designing a webpage for your company. The page must be responsive so that it can be viewed on both mobile and desktop browsers.

On mobile browsers, or those with a screen width of less than 768 pixels you want to display a welcome background image named SmalLogo.png. On all other browsers, you want to display a welcome background image named NormalLogo.png.

How should you complete the code? To answer, select the appropriate code segment in the answer area.

NOTE: Each correct selection is worth one point.

<p>You are designing a webpage for your company. The page must be responsive so that it can be viewed on both mobile and desktop browsers. </p><p>On mobile browsers, or those with a screen width of less than 768 pixels you want to display a welcome background image named SmalLogo.png. On all other browsers, you want to display a welcome background image named NormalLogo.png. </p><p>How should you complete the code? To answer, select the appropriate code segment in the answer area. </p><p>NOTE: Each correct selection is worth one point.</p>
New cards
27

Yes

Line 03 will display next to Line 01. Y/N

<p>Line 03 will display next to Line 01. Y/N</p>
New cards
28

Yes

The image will display beneath the text on Line 03. Y/N

<p>The image will display beneath the text on Line 03. Y/N</p>
New cards
29

Yes

Line 05 and 06 display beneath the image. Y/N

<p>Line 05 and 06 display beneath the image. Y/N</p>
New cards
30

C

The <div> will be displayed with white text on a green background.

Review the underlined text. If it makes the statement correct, select “No change is needed.” If the statement is correct, select the answer choice that makes the statement correct.

A. No change is needed.

B. white text on a red background.

C. black text on a green background.

D. black text on a blue background

<p>The &lt;div&gt; will be displayed with white text on a green background.</p><p>Review the underlined text. If it makes the statement correct, select “No change is needed.” If the statement is correct, select the answer choice that makes the statement correct.</p><p>A. No change is needed. </p><p>B. white text on a red background. </p><p>C. black text on a green background. </p><p>D. black text on a blue background</p>
New cards
31

color

You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example: https://www.gratisexam.com/

How should you complete the code? To answer, select the appropriate CSS properties in the answer area.

choices:

color

font-variant

border-color: 1.5em;

background-color

Answer:

_________ : #000ff

<p>You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example: <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.gratisexam.com/" download="true">https://www.gratisexam.com/</a></p><p>How should you complete the code? To answer, select the appropriate CSS properties in the answer area. </p><p>choices:</p><p>color</p><p>font-variant</p><p>border-color: 1.5em;</p><p>background-color</p><p>Answer:</p><p>_________ : #000ff</p>
New cards
32

line-height

You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example: https://www.gratisexam.com/

How should you complete the code? To answer, select the appropriate CSS properties in the answer area.

choices:

position

line-height

text-indent

letter-spacing

Answer:

_________: 50px;

<p>You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example: <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.gratisexam.com/" download="true">https://www.gratisexam.com/</a></p><p>How should you complete the code? To answer, select the appropriate CSS properties in the answer area.</p><p>choices:</p><p>position</p><p>line-height</p><p>text-indent</p><p>letter-spacing</p><p>Answer:</p><p>_________: 50px;</p>
New cards
33

font-size

You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example: https://www.gratisexam.com/

How should you complete the code? To answer, select the appropriate CSS properties in the answer area.

Choices:

font-size

font-variant

font-weight

Answer:

________ : 1.5em

<p>You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example: <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.gratisexam.com/" download="true">https://www.gratisexam.com/</a></p><p>How should you complete the code? To answer, select the appropriate CSS properties in the answer area.</p><p>Choices:</p><p>font-size</p><p>font-variant</p><p>font-weight</p><p>Answer:</p><p>________ : 1.5em</p>
New cards
34

font-style

You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example: https://www.gratisexam.com/

How should you complete the code? To answer, select the appropriate CSS properties in the answer area.

Choices:

font-style

font-family

font-variant

font-weight

Answer:

_________ : italic;

<p>You are creating an About Us webpage for Northwind Traders. You want to complete the CSS rule set to display the paragraph as shown in the following example: <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="https://www.gratisexam.com/" download="true">https://www.gratisexam.com/</a></p><p>How should you complete the code? To answer, select the appropriate CSS properties in the answer area.</p><p>Choices:</p><p>font-style</p><p>font-family</p><p>font-variant</p><p>font-weight</p><p>Answer:</p><p>_________ : italic;</p>
New cards
35

You are analyzing the following CSS for an element on a page:

background: #0000FF url(“Watermark.png”) repeat-x right;

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

New cards
36

No

You are analyzing the following CSS for an element on a page:

background: #0000FF url(“Watermark.png”) repeat-x right;

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

The background of the page will be red. Y/N

New cards
37

No

You are analyzing the following CSS for an element on a page:

background: #0000FF url(“Watermark.png”) repeat-x right;

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

The page will display the watermark multiple times horizontally starting at the right. Y/N

New cards
38

C

Static positioning places an element at specific coordinates relative to the page or the element’s container.

Review the underlined text. If it makes the statement correct, select “No change is needed.”

If the statement is incorrect, select the answer choice that makes the statement correct.

A. No change is needed

B. Absolute positioning

C. Relative positioning

D. Fixed positioning

New cards
39

color:

font-family:

font-size:

font-weight:

text-align:

You need to create a stylesheet that will cause all h1 header text to appear in blue, using the Arial font with a size of 20 pixels. The text should always be bold and center-aligned.

How should you complete the code? To answer, drag the appropriate CSS property to the correct locations. Each property may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

<p>You need to create a stylesheet that will cause all h1 header text to appear in blue, using the Arial font with a size of 20 pixels. The text should always be bold and center-aligned. </p><p>How should you complete the code? To answer, drag the appropriate CSS property to the correct locations. Each property may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.</p>
New cards
40

img

src

alt

You are designing a webpage for your company. You want to display an image named contoso.png on the page. If the user’s Internet connection is slow, or if the user is visually impaired, you want the text Contoso Logo to be displayed or read aloud. How should you complete the markup? To answer, select the appropriate markup segments in the answer area.

<p>You are designing a webpage for your company. You want to display an image named contoso.png on the page. If the user’s Internet connection is slow, or if the user is visually impaired, you want the text Contoso Logo to be displayed or read aloud. How should you complete the markup? To answer, select the appropriate markup segments in the answer area.</p>
New cards
41

video controls

<source src=”HowTo.mp4” type=”video/mp4”>

Your browser does not support playing this video

video

You are creating a web page that displays a How-To video. When accessing the video, the user must be able to play, pause, and seek. The file name of the video is HowTo.mp4, and exists in the same folder as the webpage.

If the user’s browser does not support HTML5, the page must display this message: Your browser does not support playing this video.

How should you construct the markup? To answer, drag the appropriate markup segments to the correct locations. Each markup segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

<p>You are creating a web page that displays a How-To video. When accessing the video, the user must be able to play, pause, and seek. The file name of the video is <a target="_blank" rel="noopener noreferrer nofollow" class="link" href="http://HowTo.mp" download="true">HowTo.mp</a>4, and exists in the same folder as the webpage. </p><p>If the user’s browser does not support HTML5, the page must display this message: Your browser does not support playing this video. </p><p>How should you construct the markup? To answer, drag the appropriate markup segments to the correct locations. Each markup segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.</p>
New cards
42

img

src

alt

You need to display an image of an HTML5 logo in one of your webpages. If the page renders slowly, the text “HTML Icon” should display as the image loads.

How should you complete the markup? The answer, select the appropriate markup segments in the answer area.

<p>You need to display an image of an HTML5 logo in one of your webpages. If the page renders slowly, the text “HTML Icon” should display as the image loads. </p><p>How should you complete the markup? The answer, select the appropriate markup segments in the answer area.</p>
New cards

Explore top notes

note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 44 people
... ago
5.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(2)
note Note
studied byStudied by 484 people
... ago
5.0(12)
note Note
studied byStudied by 26 people
... ago
5.0(2)
note Note
studied byStudied by 14 people
... ago
5.0(1)
note Note
studied byStudied by 14 people
... ago
5.0(2)
note Note
studied byStudied by 85 people
... ago
5.0(2)

Explore top flashcards

flashcards Flashcard (30)
studied byStudied by 121 people
... ago
4.5(2)
flashcards Flashcard (46)
studied byStudied by 12 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (35)
studied byStudied by 11 people
... ago
4.5(2)
flashcards Flashcard (42)
studied byStudied by 7 people
... ago
5.0(1)
flashcards Flashcard (56)
studied byStudied by 8 people
... ago
5.0(1)
flashcards Flashcard (104)
studied byStudied by 37 people
... ago
5.0(1)
flashcards Flashcard (54)
studied byStudied by 4 people
... ago
5.0(3)
robot