HTML 5 Test 2

0%

The empty element in the head element ________ defines relationships between the current document and other documents.

Correct! Wrong!

Explanation:
The link establishes a connection between the current document and a remote resource. The tag is most commonly used to add a favicon to your website or to link to external style sheets. The link element is a blank element with only properties.

Which element can be used in content to represent tangential information?

Correct! Wrong!

Explanation:
The HTML aside tag is an HTML5 element that denotes a portion in an HTML document that is only indirectly related to the content around it. The aside element is another frequent name for this tag.

The ______ element is used to specify a separate unit of content, such as a blog post, remark, or article.

Correct! Wrong!

Explanation:
One of the new semantic elements added with HTML5 is the article tag. The article element, according to the HTML5 specification, indicates a chunk of material that is separate from the rest of a document or site, such as a magazine or newspaper article or a blog entry.

The element______ simply combines elements within an enclosing dd tag, though it may also correlate them with a caption defined by a dt tag.

Correct! Wrong!

Explanation:
Although it may associate things with a caption provided by a dt tag, the element object simply groups items within an enclosing dd tag.

In HTML5, which of the following tags indicates a section's header?

Correct! Wrong!

Explanation:
HTML5 included several new semantic document tags, including the header element. It's used to create a header section for the element it's in. It can be used as a page header (which is the most popular), but it can also be used as a header for an article or any other on-page content.

In HTML5, which of the following tags denotes content that is only tangentially related to the rest of the page?

Correct! Wrong!

Explanation:
The HTML aside tag is an HTML5 element that denotes a portion in an HTML document that is only indirectly related to the content around it. The aside element is another frequent name for this tag.

In HTML5, which of the following tags denotes a general document or application section?

Correct! Wrong!

Explanation:
Introducing Content. The section element is a new HTML 5 element that designates a key portion of a document. It can be used in articles, headers and footers, and to establish navigation. If a section of text warrants its own heading, and that heading would appear in a theoretical or actual table of contents, it should be placed there.

What does DTD stand for?

Correct! Wrong!

Explanation:
A set of markup declarations that define a document type for Standard Generalized Markup Language (SGML) languages is referred to as a document type definition (DTD). DTDs use element and attribute-list declarations to specify the structure of a class of documents. Parsers use DTD to validate documents. The World Wide Web Consortium has formally recommended it (W3C). DTDs have been mostly replaced by XML Namespace-aware schema languages in recent years.

Which of the following is an HTML5-based drawing app that is compatible with all modern browsers?

Correct! Wrong!

Explanation:
HTML5-based online drawing program Muro is a surprise capable drawing program that doesn't require Flash, plug-ins, or anything else—all you need is a browser that supports the latest technology.

The program works in any HTML5-compatible browser (essentially all of them except Internet Explorer), however it's obviously a lot easier to use if you also have a drawing tablet. The program also works surprisingly well on your iPad, thanks to the touch screen, which is a great platform for a drawing app.

Premium Tests $49/mo
FREE April-2024