Skip to main content
summaryrefslogtreecommitdiffstats
blob: 76e48b9f3f90919153c3fbff7482b808767d98b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="mystyle.css">
<link rel="stylesheet" href="foo.css">
<style type="text/css">
  body {
    color: purple;
    background-color: red; }
 </style>
<title>Insert title here</title>
</head>
<body class="" style="">
	<b style="color: green;">Hello</b>
	<a id="a" class="" style="color: HoneyDew " href="Foo" /></output>
</body>
</html>

Back to the top