Prior to HTML 5, sections were identified with: the section element and the name attribute the div element and the id attribute the article element and the section attribute the aside element and the id attribute
-
Prior to HTML 5, sections were identified with:
-
the section element and the name attribute
-
the div element and the id attribute
-
the article element and the section attribute
-
the aside element and the id attribute
-
-
To mark content that is related to the main article, use
-
the sidebar element
-
the extraContent element
-
the aside element
-
the section element
-
-
Which of the following marks the content as emphasized text?
-
<i>Daily Special</i>
-
<em>Daily Special</em>
-
<strong>Daily Special</strong>
-
<b>Daily Special</b>
-
-
Which of the following should be used to mark the text string “H2SO4”?
-
H<lower>2</lower>SO<lower>4</lower>
-
H<sup>2</sup>SO<sup>4</sup>
-
H<code>2</code>SO<code>4</code>
-
H<sub>2</sub>SO<sub>4</sub>
-
-
Which of the following links the HTML file to the CSS style sheet file, mystyles.css?
-
<stylesheet rel=link”>mystyles.css</mystyles>
-
<stylesheet src=“mystyles.css” />
-
<link rel=“stylesheet”>mystyles.css</link>
-
<link href=“mystyles.css” rel=“stylesheet” />
-
-
Which of the following tags might be used to indicate a change of topic within a section?
-
<hr />
-
<br />
-
<aside />
-
<img />
-
-
Which character reference is used to insert a nonbreaking space within a text string?
-
&space;
-
-
&ws;
-
©
-
-
Which of the following tags inserts an inline image with the alternative text “Art World”?
-
<image src=“awlogo.png” alt=“Art World” />
-
<img src=“awlogo.png”>Art World</img>
-
<figure src=“awlogo.png” alt=“Art World” />
-
<img src=“awlogo.png” alt=“Art World” />
-
Note : As per guidelines we can author 1 question per post. Please repost other questions individually.
QUESTION :
-
Prior to HTML 5, sections were identified with:
-
the section element and the name attribute
-
the div element and the id attribute
-
the article element and the section attribute
-
the aside element and the id attribute
-
Trending now
This is a popular solution!
Step by step
Solved in 2 steps