Podcast
Questions and Answers
The DNS (Domain Name Service) existed before the Web was invented.
The DNS (Domain Name Service) existed before the Web was invented.
True (A)
SMTP and DNS are technologies developed by Tim Berners-Lee.
SMTP and DNS are technologies developed by Tim Berners-Lee.
False (B)
The IPv4 address space can encode 2^32 addresses, while IPv6 can encode 2^128 addresses.
The IPv4 address space can encode 2^32 addresses, while IPv6 can encode 2^128 addresses.
True (A)
192.16.196.210 is a valid IPv4 address.
192.16.196.210 is a valid IPv4 address.
The World Wide Web was originally invented by the US military.
The World Wide Web was originally invented by the US military.
HTML5 documents represent a tree with the html element as the root of the tree.
HTML5 documents represent a tree with the html element as the root of the tree.
The section element is an example of semantic markup introduced in HTML5.
The section element is an example of semantic markup introduced in HTML5.
The selector div.question indicates that a style rule should be applied to all div elements that have a class attribute with the value 'question'.
The selector div.question indicates that a style rule should be applied to all div elements that have a class attribute with the value 'question'.
CSS3 media queries are used to write style rules that adapt the rendering of HTML to a wide variety of devices.
CSS3 media queries are used to write style rules that adapt the rendering of HTML to a wide variety of devices.
The rule p {font-weight: bold;} is a correct CSS style rule for making p elements bold.
The rule p {font-weight: bold;} is a correct CSS style rule for making p elements bold.