<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML Template</title>
</head>
<body>
<p>Insert content here.</p>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
</title>
</head>
<body>
</body>
</html>
<link rel="stylesheet" type="text/css" href="" />
<style type="text/css"> /* style rules ... */ </style>
<script type="text/javascript" src=""></script>
<script type="text/javascript"> //<![CDATA[ /* scripts ... */ // ]]> </script>
list item text inside a p element
a paragraph following the unordered list
<ul>
<li>
<p>
list item text inside a p element
</p>
</li>
</ul>
<p>
a paragraph following the unordered list
</p>
<style type="text/css">
@import url(includes/screen.css) screen;
@media print {
/* style rules for print go here */
}
</style>
<!--[if IE]> <link rel="stylesheet" type="text/css" href="ie_only.css" /> <![endif]-->
#mask {
filter:alpha(opacity=75);
}
#element_id {
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png')";
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'image.png');
}