Day 196

Starting over with the HTML/CSS Social Network course at codingphase.com
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>All HTML Tags</title>
    <meta name="description" content="Free Web tutorials">
    <meta name="keywords" content="HTML, CSS, XML, JavaScript">
    <meta name="author" content="Sean Connelly">
    <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
  </head>

  <body>
    <h1>THE PAGE!</h1>
  </body>
</html>

Comments

Popular posts from this blog

Day 184

Day 2

Day 188