DH Templates

Is my CSS Template correctly written for my HTML File on my Domain?

<<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs"> <head> <title>Esthevision.cz</title> <meta name="author" content="Design/Code: Lukas Konarik; e-mail: lukas@konarik.cz; web: www.konarik.info"/> <meta name="copyright" content="lukas@konarik.info"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="description" content=""/> <meta name="keywords" content=""/> <meta name="expires" content="never"/> <meta name="distribution" content="global"/> <meta name="rating" content="general"/> <meta http-equiv="Cache-control" content="no-cache"/> <meta http-equiv="msthemecompatible" content="yes"/> <meta http-equiv="ImageToolBar" content="no"/> </head> <body> <h1>Welcome</h1> </body> </html> <link rel ="stylesheet" type="text/css" href="Natvrdo.css"/>

Public Comments

  1. When you reference an external style sheet, it must go in the <head> section of the HTML file.
Powered by Yahoo! Answers