Search notes:

HTML: DOCTYPE declaration

The DOCTYPE declaration of a HTML document defines the defines the document type of a webpage wich in turn controls the layout mode in which a web browser renders the document.
In order to render a document in full standard mode, the following DOCTYPE declaration needs to be put at the start of a HTML document:
<!DOCTYPE html>
If there is anything before the <!DOCTYPE html> declaration, the document will be assumed to be in quirks mode.

See also

HTML elements

Links

MDN: Quirks Mode and Standards Mode

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758207257, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/HTML/DOCTYPE-declaration/index(48): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78