Project 2: Digital Book Chapter Flashcards
Content that is visible in a browser window appears between the opening and closing _____ tags.
Proper structural markup on a Web page is important because _____.
The pages load more quickly in a browser, both sighted and screen-reader users can interpret the Web page correctly, and they are easier to style.
A _____ precedes the element name in the closing tag of a container tag.
forward slash </>
Which of the following statements is true of working in split view.
Changes in the Design pane are automatically reflected in the Code pane.
Which of the following statements is true of headings in an HTML page?
Each page should have only one element defined as Heading 1.
If the text of Heading 1 appears too large, which method makes the text appear smaller, but maintains the correct page structure?
Use cascading style sheets (CSS) to style the level 1 heading text to be smaller.
What is the default formatting of text that is tagged as a blockquote?
Indented on both sides, white space above and below the block.
Which HTML tag is NOT used for formatting quotation-related structures?
Content between the opening and closing <p> </p> tags _____?
Is structured as a paragraph.
The _____ tag is used to create a forced line break without starting a new paragraph.
<br></br>
The term _____ refers to the appropriate heading levels in text, as defined by the content creator.
Editorial Priority
Which mark-up element would you use for the text “HTML”?
Abbr element
An _____ further defines a specific tag, such as “src” for the <img></img> tag.
Attribute
The _____ and _____ elements carry structural significance, telling screen-reader software to alter the tone of voice.
<strong> <em></em></strong>
Which method can be used to insert the multiplication (times) character into a document?
Type the character code directly into the Code pane, with or without code hints.