generated from webmural/formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 1.02 KB
/
index.html
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
36
37
38
39
40
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>HTML = HyperText Markup Language</title>
<meta name=viewport content="width=device-width">
<meta name=color-scheme content="light">
<meta name=theme-color content="violet">
<meta name=description content="what HTML stands for">
<link rel="stylesheet" href="color.css" media=(color)>
<link rel="stylesheet" href="formula.css">
<link rel="next" href="https://webmural.com/css">
<link rel="help" href="https://mdn.io/html">
<figure aria-label="HTML">
<dl>
<dt><abbr>HTML</abbr>
<dd>Hyper
<dd>Text
<dd>Markup
<dd>Language
</dl>
<p>
<code>u</code>
<a href="https://validator.w3.org/#validate_by_input">validate</a>
<em>me</em>
</p>
<p>
<code>em</code>
<em>love</em>
<code>u</code>
</p>
<p>
<a href="https://webmural.com/testing"><em><code>em</code></em> on</a>
</p>
</figure>
<nav aria-label="explore">
<a href="https://webmural.dev/html"> ⋮ </a>
<a href="https://webmural.com"> …… </a>
</nav>