> For the complete documentation index, see [llms.txt](https://certil-remy.gitbook.io/learn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://certil-remy.gitbook.io/learn/javascript/dom/untitled-11.md).

# DOM Quiz

## DOM Quiz

???

## DOM Quiz

?: The display value of most DOM elements is either inline or block.

(X) True ( ) False

?: Which of the following is an inline element:

( )

&#x20;(X) **( )**

**?: All visible content in an HTML document is written inside of the tag.**

**(X) True ( ) False**

**?: Block elements can be nested inside of an inline element**

**( ) True (X) False**

**?: Inline elements can be nested inside of a block element**

**(X) True ( ) False**

**?: Inline elements can be nested inside of another inline element**

**(X) True ( ) False**

**?: Block elements can be nested in a block element**

**(X) True ( ) False**

**?: elements have `display: block` by default**

**( ) True (X) False**

**?: Which of the following tags contains the&#x20;*****main content*****&#x20;of a table?**

**( ) `body` ( ) `tablebody` ( ) `thead` (X) `tbody` ( ) `tfoot`**

**???**
