HTML5 Web Forms & Browser Support
Browser support grid of HTML5 values and attributes for the input element and other web form elements.
Browser support grid of HTML5 values and attributes for the input element and other web form elements.
A DTD is a Document Type Definition, also know as DOCTYPE. In a document served as text/html, the DOCTYPE informs the browswer how to interpret the content of the page. If the the doctype is not declared, the browser assumes you don’t know how to code, and goes into "quirks mode". This post recaps all the DTDs for XHTML and HTML versions for desktop.
A recap of all of the XHTML elements, their semantic meaning, required and optional and forbidden attributes, in grid format, of course.
The http-equiv attribute is used by servers to gather information about a page using the HTTP header. The meta tag’s http-equiv attribute set is similar to a http header. The attribute lets you to send additional information to the browser in the http header. In this post, we discuss the main http-equiv values.