Build a Cat Blog Page - Step 1

Tell us what’s happening:

Please how to practice html h1 to h6,body, and paragraph

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Mr. Whiskers' Blog</title>
    <meta charset="UTF-8" />
  </head>

<!-- User Editable Region -->

  <body>
    <header>
       <h1>Main Page Title Goes Here<|h1>
        <img src="example-logo.png" alt="Example logo" />
    <|header>
  </body>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Blog Page - Step 1

continue doing labs and workshops or even create your own page, and you will practice them

double check your closing tags, you are not using correct syntax

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.