Home ·  HTML ·  Javascript ·  CSS ·  PHP ·  MySQL ·  Stripe ·  AuthNet ·  Unix ·  Server ·  Email ·  GIFs ·  PNGs ·  SVGs ·  Video ·  Misc · 
Color Wheel
Structure ·  Pre-<html> ·  Head ·  Meta ·  Charset ·  Favicons ·  CSS ·  Javascript ·  Body ·  Header ·  Content ·  Footer ·  Misc ·  Notes · 
 
 

 <!DOCTYPE html>
<html lang="en">
<head>

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>DekoSoftware</title>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv = "window-target" content="_top">
<meta http-equiv = "content-language" content="en">

<link rel="Shortcut Icon" href="../icons/favicon.ico" />
<link rel="stylesheet" type="text/css" href="fil11.css">
<link rel="stylesheet" type="text/css" href="file2.css">
<link rel="stylesheet" type="text/css" href="file3.css">

<script type="text/javascript" src="file.js"></script>
<javascript>
<!--make javasript invisible -->
function myFunction(obj){
//does stuff, returns stuff
}
</javascript>
</head>

 
  the !DOCTYPE html command tells the brows to render in html5
Prevents Quirks Mode
The <html> tag is next and can signify the language or you can use a meta tag to signify language
 
 The head tag is next and is closed after meta tags and javascript with a </head>
 
 <meta charset="UTF-8">
 Delares the encoding of the text of the page to display text, emojiis, etc
 
 <title>TITLE</title>
 To make the most of a title tag, it should be between 50 and 60 characters. Anything longer could get cut off in the SERPs. A title tag should be written with keywords pertaining to each specific page (1). In general, it's better not to use too many different keywords for one page
 
 <meta http-equiv = "window-target" content="_top">
 Only use for older browsers so can delete this
 
 
 
 
 
 
 
 
 
Time Left: 01:00:00  
12px