Web Design I -- IMED 1316/1416 -- Section 8501

Resources


Validators


Template for creating a new XHTML 1.0 Transitional HTML document:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <title>An XHTML 1.0 Transitional standard template</title>
  <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
</head>

<body>

     <!-- Your HTML content goes here -->

</body>
</html>
  

Template for creating a new XHTML 1.0 FRAMESET document:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <title>An XHTML 1.0 Frameset standard template</title>
  <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
</head>

<frameset>

    <!-- Your FRAMESET content here -->

</frameset>
</html>
  

FTP Information


Online File Storage


Running Apps from Portable Storage


The Instructor's Assignment Site


Greeking Source


Student Discounts on Software:


Web Page Design Software and HTML Editors


FTP Clients


Image-Editing Software and Image-Optimizing Services


HTML Information and References


Cascading Style Sheet Information and References


General Information