forked from jgthms/html-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.03 KB
/
Copy pathindex.html
File metadata and controls
35 lines (31 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: single
elementName: span
---
<section id="span" class="element">
<header class="element-header">
<nav class="element-links">
<span>
Type: <strong>inline</strong>
</span>
<span>
Self-closing:
<strong>
No
</strong>
</span>
<a class="element-links-direct" href="{{site.url}}/element/span/" data-element-name="span" data-tooltip="Single page for this element">Permalink</a>
<a class="element-share" data-tooltip="Share on Twitter or Facebook" data-element-name="span">Share</a>
<a target="_blank" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/span" data-tooltip="See on Mozilla Developer Network" rel="external">MDN</a>
</nav>
<h2 class="element-name">
<a href="#span">
<span>#</span>
span
</a>
</h2>
<div class="element-description">
<p>Defines a <strong>generic inline</strong> container of content, that does not carry any semantic value.</p>
</div>
</header>
</section>