XHTML and CSS Tutorial - 2 - Creating our First Webpage

<p>
<image>

<!doctype html>
<html> (anything in between is gonna be on website)
<head>(anything in between is gonna be on head)
<title>This is the title
</title>
</head>

</html>

Comments