HTML and Dreamweaver

  • Head tag <head>
    • <title>My Site Designs - Home</title>
    • <meta name="keyword" content=" Design Colorado Springs">
    • <meta name="description" content=" Best Design firm in Colorado Springs">
  • Information in the head tag is used by the browser, not usually seen by the user.
    • CSS: <style type:text/CSS> h1 { color:red } </style>
      • ...or link to a stylesheet: <link rel="stylesheet" type="text/css" href="screen.css" media="screen" />
    • Javascript: <script src="slider/jqbanner.js" type="text/javascript"> </script>
    • Favicon: <link rel="shortcut icon" href="http://mysite.com/favicon.ico"/>
< >