here is what we're doing:
My first styled page
Welcome to my styled page!It lacks images, but at least it has style. And it has links, even if they don't go anywhere…
There should be more here, but I don't know what yet.
Made 5 April 2004
by myself.
-->
my editor does not like CSS. Well this is what we're making:
Lesson 1: CSS new lesson
<html>
<head>
<title>CSS (finally)</title>
<style type="text/css">
p {
color: purple;
background-color: green }
</style>
</head>
<body>
<p>Your awesome text here</p>
</body>
</html>
sorry for throwing this at you for no reason I am just so exited
now save it. window, save as, and call it: css.HTML
No comments:
Post a Comment