Question: Question 1 The src attribute in tag only works with a relative URL as the path pointing to the image you want to embed in

Question 1

The src attribute in tag only works with a relative URL as the path pointing to the image you want to embed in the page.

True

False

Question 2

What is the difference between

and

?

Question options:

is part of the document with meta data that's never displayed to the user while is a semantic tag that represents introductory content.

There is no difference between

and

- they can be used interchangeably.

is part of the document with meta data that's never displayed to the user while

is a semantic tag that represents introductory content.

is a sectioning element used once on a page, while is a semantic element that can be used many times on a page.

Question 3

What does the

element represent?

Question options:

all of the text before a line break

something that stands on its own as a useful or usable thing

some content related to the same topic

the groups of text between tags

Question 4

Suppose you externalize all of the CSS styles for your site to a file called mystyles.css. What do you need to add to the

section on each site page?

Question options:

Question 5

Style element and style attribute are the same thing and can be used interchangeably.

True

False

Question 6

Select all that's true about external styling:

Question options:

tag can be used to import the style code into HTML page

Using an external stylesheet is the recommended way to apply style to HTML elements.

It separates the CSS from the HTML and makes it easier to manage.

An external stylesheet can be reused throughout a project by linking the same CSS file to any HTML file.

"style" attribute is used in external styling.

Question 7

If a HTML section contains a complete, self-contained, independently distributable piece of content, you should make it a(n) _____ element.

Question options:

Section

aside

footer

article

Question 8

CSS added by any other method is overwritten by the inline styles.

Question options:

True

False

Question 9

You can write HTML without CSS (the result would look pretty basic), but you can't write usable CSS without any HTML code.

Question options:

True

False

Question 10

What is the most important problem in this html code?

Question options:

It uses a relative file path which is not allowed.

It is missing alternate text for assistive devices.

It is missing a closing angle bracket.

It is missing units for the height and width values.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!