Podcast
Questions and Answers
What error indication is returned by a web server when it cannot locate a requested document?
What error indication is returned by a web server when it cannot locate a requested document?
- 500 error
- 401 error
- 404 error (correct)
- 301 error
What is the purpose of the alt attribute in an img element?
What is the purpose of the alt attribute in an img element?
- To provide a text description of an image for accessibility (correct)
- To link an image to an email address
- To specify the format of an image
- To specify the width and height of an image
What is the term for HTML5 elements that contain only attributes and do not mark up text?
What is the term for HTML5 elements that contain only attributes and do not mark up text?
- Single Elements
- Void Elements (correct)
- Empty Elements
- Self-Closing Elements
What is the purpose of the mailto: URL in hyperlinking?
What is the purpose of the mailto: URL in hyperlinking?
What is the optional attribute that can be used to specify the width and height of an image in an img element?
What is the optional attribute that can be used to specify the width and height of an image in an img element?
What is the format of image files that are commonly used by web developers today?
What is the format of image files that are commonly used by web developers today?
What is the primary purpose of HTML5 markup language?
What is the primary purpose of HTML5 markup language?
What is the purpose of the W3C HTML5 Validation Service?
What is the purpose of the W3C HTML5 Validation Service?
How can you create a hyperlink in HTML5?
How can you create a hyperlink in HTML5?
What is the benefit of using HTML5 elements to structure a document?
What is the benefit of using HTML5 elements to structure a document?
What is the filename extension for saving an HTML5 document?
What is the filename extension for saving an HTML5 document?
What is the purpose of meta elements in HTML5?
What is the purpose of meta elements in HTML5?
What is the purpose of the h1 element in HTML5?
What is the purpose of the h1 element in HTML5?
What is the purpose of the href attribute in HTML5?
What is the purpose of the href attribute in HTML5?
What is the default web page that a web server returns when a URL does not specify a document?
What is the default web page that a web server returns when a URL does not specify a document?
How are hyperlinks typically rendered in web browsers?
How are hyperlinks typically rendered in web browsers?
What is the purpose of the strong element in HTML5?
What is the purpose of the strong element in HTML5?
What is the purpose of the a element in HTML5?
What is the purpose of the a element in HTML5?