Skip to content

Commit fc2e907

Browse files
author
James Halliday
committed
set syntax
1 parent 343a3f1 commit fc2e907

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

html.markdown

+4-9
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ div
7373

7474
# table
7575

76-
```
76+
``` html
7777
<table>
7878
<tr>
7979
<td>...</td>
@@ -84,27 +84,24 @@ div
8484
<td>...</td>
8585
</tr>
8686
</table>
87-
8887
```
8988
---
9089

9190
# wow bullet points
9291

93-
```
92+
``` html
9493
<ul>
9594
<li>...</li>
9695
<li>...</li>
9796
<li>...</li>
9897
</ul>
99-
10098
```
10199

102100
---
103101

104102
# form
105103

106-
```
107-
104+
``` html
108105
<form method="post" action="/">
109106
<p>
110107
cats?
@@ -114,7 +111,6 @@ div
114111
<input type="submit" value="submit!">
115112
</p>
116113
</form>
117-
118114
```
119115

120116
---
@@ -158,7 +154,7 @@ http://www.w3schools.com/html/html_css.asp)
158154

159155
# styles per class
160156

161-
```
157+
``` html
162158
<html>
163159
<head>
164160
<style>
@@ -177,7 +173,6 @@ h1 {
177173
<h1>...</h1>
178174
</body>
179175
</html>
180-
181176
```
182177

183178
(from http://www.w3schools.com/tags/tag_hn.asp)

0 commit comments

Comments
 (0)