Start working by editing the index.html file in this repository.

Add an DOCTYPE, html, head and body tag.

In the head tag add:

  • a title tag, with "Main HTML Page" inside of it
  • a meta description tag, with whatever description you want
  • a favicon link tag
  • a meta opengraph title tag, which has property="og:title" and content="Whatever description you want" inside of it.
  • this link tag: <link rel="stylesheet" href="style.css">

In the html tag, add the body tag.

In the body tag, add:

  • a header tag

    • a paragraph tag
  • a main tag

    • a section tag
      • an h1, h2 and h3 tags, one after another.
      • an ul list tag
        • five li tags, with items 1 - 5
      • a button tag
      • a disabled button tag
      • a text input tag
      • a checkbox input tag
      • a date input tag
  • a footer tag

    • a paragraph tag