File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ <h3>Address</h3>
9898 USA
9999 </ address >
100100 </ div >
101-
101+ < hr >
102102 < h2 > List elements</ h2 >
103103 < div class ="items ">
104104 < h3 > Unordered list</ h3 >
@@ -129,29 +129,28 @@ <h3>Description list</h3>
129129 < dd > The third item in the list</ dd >
130130 </ dl >
131131 </ div >
132-
132+ < hr >
133133 < h2 > Code elements</ h2 >
134134 < div class ="items ">
135135 < p > < code > <code></ code > tag</ p >
136136 < p > < samp > <samp></ samp > tag</ p >
137137 < p > < kbd > <kbd></ kbd > tag</ p >
138138 < pre > <pre>The pre tag</pre></ pre >
139139 </ div >
140-
140+ < hr >
141141 < h2 > Link element</ h2 >
142142 < div class ="items ">
143143 < p > < a href ="# "> Link</ a > </ p >
144144 </ div >
145-
146-
145+ < hr >
147146 < h2 > Button elements</ h2 >
148147 < div class ="items ">
149148 < p > < button > Button</ button > </ p >
150149 < p > < input type ="button " value ="Input "> </ p >
151150 < p > < input type ="submit "> </ p >
152151 < p > < input type ="reset "> </ p >
153152 </ div >
154-
153+ < hr >
155154 < h2 > Inline elements</ h2 >
156155 < div class ="items ">
157156 < q cite ="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q "> This is a <q> tag</ q > < br />
@@ -176,7 +175,7 @@ <h2>Inline elements</h2>
176175 < time > This is a <time> tag</ time > < br />
177176 < var > This is a <var> tag</ var > < br />
178177 </ div >
179-
178+ < hr >
180179 < h2 > Table elements</ h2 >
181180 < div class ="items ">
182181 < table >
@@ -214,7 +213,7 @@ <h2>Table elements</h2>
214213 </ tfoot >
215214 </ table >
216215 </ div >
217-
216+ < hr >
218217 < h2 > Form elements</ h2 >
219218 < div class ="items ">
220219 < form >
You can’t perform that action at this time.
0 commit comments