HTML Skeleton

How to name HTML files

Best practice for writing HTML clearly:

Do NOT do this!

Girls Rock:

  1. Open Notepad ++
  2. Type the following code on a new blank file...

<!DOCTYPE html>
<html lang="en-US">
<head>
     <title>Girls Rock Example Page</title>
</head>

<body>

</body>
</html>