Skip to content

Commit 25cc877

Browse files
author
James Halliday
committed
html stub
1 parent f4be6d1 commit 25cc877

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

html.markdown

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# html
2+
3+
Hyper-Text Markup Language!
4+
5+
---
6+
7+
# your first web page
8+
9+
Save this text as a file:
10+
11+
```
12+
<b>whatever</b>
13+
```
14+
15+
give it a `.html` extension and open your file in a web browser.
16+
17+
---
18+
19+
# more tags:
20+
21+
* `<i>...</i>` - make text italicized
22+
* `<u>...</u>` - underline some text
23+
* `<img src="whatever.png">` - show an image!
24+
25+
---
26+
27+
# div
28+
29+
---
30+
31+
# span
32+
33+
---
34+
35+
# table
36+
37+
---
38+
39+
# form
40+
41+
---
42+
43+
# css
44+
45+
---
46+
47+
# inline style
48+
49+
---
50+
51+
# neocities
52+
53+
You can host your html on neocities for free!
54+
55+
https://neocities.org

0 commit comments

Comments
 (0)