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:
There is no difference between
and
is part of the document with meta data that's never displayed to the user while
Question 3
What does the
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
Get step-by-step solutions from verified subject matter experts
