content has been added

pull/3/head
asabeneh 5 years ago
parent 29d6a0efe4
commit f6c76c7117

@ -740,7 +740,7 @@ Congratulations! You have completed Day 3 challenge
1. What is the acronym DOM stands for? 1. What is the acronym DOM stands for?
2. What is the root of the DOM tree? 2. What is the root of the DOM tree?
3. What are the children of *html* tag 3. What are the children of _html_ tag
4. How many children can the head have? 4. How many children can the head have?
5. How many children can the body have? 5. How many children can the body have?
Make a DOM tree of the following HTML code Make a DOM tree of the following HTML code
@ -786,35 +786,35 @@ HTML elements are like a box. Some elements take the whole width of the view por
List of blocking elements: List of blocking elements:
```sh ```sh
<address> <address></address>
<article> <article></article>
<aside> <aside></aside>
<blockquote> <blockquote></blockquote>
<canvas> <canvas></canvas>
<dd> <dd></dd>
<div> <div></div>
<dl> <dl></dl>
<dt> <dt></dt>
<fieldset> <fieldset></fieldset>
<figcaption> <figcaption></figcaption>
<figure> <figure></figure>
<footer> <footer></footer>
<form> <form>
<h1>-<h6> <h1></h1> to <h6></h6>
<header> <header></header>
<hr> <hr />
<li> <li></li>
<main> <main></main>
<nav> <nav><nav>
<noscript> <noscript></noscript>
<ol> <ol></ol>
<p> <p></p>
<pre> <pre></pre>
<section> <section><section>
<table> <table></table>
<tfoot> <tfoot><tfoot>
<ul> <ul><ul>
<video> <video></video>
``` ```
List of non-blocking elements List of non-blocking elements
@ -823,6 +823,7 @@ List of non-blocking elements
<a> <a>
<abbr> <abbr>
<acronym> <acronym>
<audio>
<b> <b>
<bdo> <bdo>
<big> <big>

Loading…
Cancel
Save