Steps to Success
- Open Notepad and add the following HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>My first CSS work </title>
</head>
<body>
<h1>Styles</h1>
<p>This is a paragraph<br /> with a break </p>
</body>
</html> - Save as css.html in your steps folder which should be inside your webworkshop.