You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><code>div</code> - An <spanclass="keyword">block</span> container.<br/>
1597
1597
Much like a paragraph, it creates a line break above and below to create a box.</li>
1598
1598
</ul>
1599
-
<preclass="prettyprint"><span>I'm a span!</div>
1600
-
<div>I'm another span!</div>
1599
+
<preclass="prettyprint"><span>I'm a span!</span>
1600
+
<span>I'm another span!</span>
1601
1601
</pre>
1602
1602
<span>I'm a span!</span>
1603
1603
<span>I'm another span!</span>
@@ -1641,8 +1641,8 @@ <h2>Semantic HTML Tags</h2>
1641
1641
<preclass="prettyprint"><header>
1642
1642
<nav>
1643
1643
<a>Home</a>
1644
-
<a">About</a>
1645
-
<a">Contact</a>
1644
+
<a>About</a>
1645
+
<a>Contact</a>
1646
1646
</nav>
1647
1647
</header>
1648
1648
<section>
@@ -1750,7 +1750,7 @@ <h2>Getting columns to be side-by-side</h2>
1750
1750
<p>To get our two columns to be side-by-side, use the <code>float</code> property. Values can be <code>left</code>, <code>right</code>, or <code>none</code>.</p>
0 commit comments