You are on page 1of 1

We will need to make a stylesheet for this:

h1 {text-align: center;
font-size: 50pt;
font-weight: bold italic;
Font-family: "Freestyle Script", serif}

Then we will save this stylesheet: 1.css and save in the


same folder with notepad

NOTEPAD
<html>
<head>
<title>My</title>
<link rel="stylesheet" type="text/css" href="1.css">
<body>
<h1>I hate you</h1>
</body>
</html>

You might also like