T4G_HTML_elements_Part-1

HTML Elements - 1

Task 1

Learn the syntax of HTML

Task 2

Create 6 headings using the six different heading tags

Task 3

Create paragraphs using p tags and break a paragraph using the break tag

Task 4

Create a line using a horizontal rule tag

Task 5

Inside the p elements use bold tags, italics tag, underline tag, etc

Task 6

Create an ordered and an unordered list

Task 7

Add 3 images to your webpage and use alt attributes

Task 8

Create a button

Task 9

Use Devtools to inspect the webpage

Note: Push your work to GitHub at the end of each task

  <div id="challenge">
    <h3 class="challenge"><u>Challenge</u></h3>
    <p>
      Create a single webpage as shown in this <a href="images/energizingcolanut.mp4" target="_blank">link</a>
    </p>
  </div>
</div>