Revision history of "HTML"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 23:47, 17 March 2015Danielle (Talk | contribs). . (195 bytes) (+195). . (Created page with "==HTML Basics== ===XHTML tags=== All tags must be closed<br> Wrong: <pre class="brush:html"> <input type="text"> <br> </pre> Correct: <pre class="brush:html"> <input type="text"...")