Solutions.
The total number of points from which our course grade will be determined is __________.
correct answers 100
The title element must be the first line of a document's body. correct answers false
Which tag would you use to specify the external reference a piece of work? correct answers cite
Which html tag is the recommended to display text with a heavier emphasis (usually bold text)?
correct answers strong
In a paragraph tag, the browser will treat multiple consecutive white space characters (spaces,
newlines, tabs, etc.) as a single space between words. correct answers true
In a definition list, which element is used to hold the term being defined? correct answers dt
Which element is used to create a list with bullet points? correct answers ul
If no file name is specified in a URL that references an html page, what file name is used
automatically by apache? correct answers index.html
A(n) ______________ link links to another page in your own website. correct answers relative
What element defines an image to be displayed? correct answers img
The element that associate an image with a caption is __________. correct answers figure
The table element that allows you to define a class attribute for columns in a table: __________.
correct answers
Adding caption, heading, body, and footer markup in html5 tables can make tables more
accessible for vision impaired users. correct answers true
html5 allows you to classify table rows into the following categories: ___________________.
correct answers thead, tbody, tfoot
In html, a table is a list of __________. correct answers
Which of the following attributes designates an initial value for an input element? correct
answers value
The two possible values for the form element's method attribute are ______ and ______. correct
answers get, post