few more inline tags

This commit is contained in:
Micah Godbolt
2019-02-15 08:28:41 -08:00
parent 5ad0b2d07d
commit f0af657ea0

View File

@@ -123,5 +123,20 @@
</ul>
</pre>
</section>
<section>
<h2><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element#Inline_text_semantics">Inline text elements</a></h2>
<h3>Anchor tag</h3>
<ul>
<li><a target="_blank" href="https://example.com">Website</a></li>
<li><a href="mailto:m.bluth@example.com">Email</a></li>
<li><a href="tel:+123456789">Phone</a></li>
</ul>
a br span
<h3>Inline style tags</h3>
<p><b>b tag</b> <em>em tag</em> <i>i tag</i> <sub>sub tag</sub> <sup>sup tab</sup> <code>code tag</code></p>
</section>
</body>
</html>