mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
few more inline tags
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user