Content deleted Content added
add footnote with academic source |
No edit summary |
||
Line 208:
===== Inputs =====
There are many possible ways a user can give
<input type="text"> <!-- This is for text input -->
<input type="file"> <!-- This is for uploading files -->
Line 339:
=== Document type declaration ===
HTML documents are required to start with a d[[Document type declaration|ocument type declaration]] (informally, a "doctype"). In browsers, the doctype helps to define the rendering mode—particularly whether to use [[quirks mode]].
The original purpose of the doctype was to enable the parsing and validation of HTML documents by SGML tools based on the [[
[[HTML5]] does not define a DTD; therefore, in HTML5 the doctype declaration is simpler and shorter:<ref>{{cite web |url=https://www.w3.org/TR/html/syntax.html#doctype-syntax |access-date=2013-08-19 |title=The HTML syntax |work=HTML Standard }}</ref>
Line 498:
* [[Comparison of HTML parsers]]
* [[Dynamic web page]]
* [[HTML Application]]▼
* [[HTML character references]]
* [[List of document markup languages]]
Line 507 ⟶ 508:
* [[W3C Markup Validation Service|W3C (X)HTML Validator]]
* [[Web colors]]
▲* [[HTML Application]]
{{div col end}}
|