Commit fc2e907 James Halliday
committed
1 parent 343a3f1 commit fc2e907 Copy full SHA for fc2e907
File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 73
73
74
74
# table
75
75
76
- ```
76
+ ``` html
77
77
<table >
78
78
<tr >
79
79
<td >...</td >
84
84
<td >...</td >
85
85
</tr >
86
86
</table >
87
-
88
87
```
89
88
---
90
89
91
90
# wow bullet points
92
91
93
- ```
92
+ ``` html
94
93
<ul >
95
94
<li >...</li >
96
95
<li >...</li >
97
96
<li >...</li >
98
97
</ul >
99
-
100
98
```
101
99
102
100
---
103
101
104
102
# form
105
103
106
- ```
107
-
104
+ ``` html
108
105
<form method =" post" action =" /" >
109
106
<p >
110
107
cats?
114
111
<input type =" submit" value =" submit!" >
115
112
</p >
116
113
</form >
117
-
118
114
```
119
115
120
116
---
@@ -158,7 +154,7 @@ http://www.w3schools.com/html/html_css.asp)
158
154
159
155
# styles per class
160
156
161
- ```
157
+ ``` html
162
158
<html >
163
159
<head >
164
160
<style >
177
173
<h1 >...</h1 >
178
174
</body >
179
175
</html >
180
-
181
176
```
182
177
183
178
(from http://www.w3schools.com/tags/tag_hn.asp )
You can’t perform that action at this time.
0 commit comments