match the html elements with their correct descriptions: html element description 21. <h1> a) hyperlink 22…

match the html elements with their correct descriptions: html element description 21. <h1> a) hyperlink 22. <p> b) line break 23. <a> c) largest heading 24. <br> d) paragraph 25. <title> e) sets page title

match the html elements with their correct descriptions: html element description 21. <h1> a) hyperlink 22. <p> b) line break 23. <a> c) largest heading 24. <br> d) paragraph 25. <title> e) sets page title

Answer

Answer:

  1. c) Largest heading
  2. d) Paragraph
  3. a) Hyperlink
  4. b) Line break
  5. e) Sets page title

Brief Explanations:

  • <h1> is the largest heading tag in HTML.
  • <p> is used for paragraphs.
  • <a> creates hyperlinks.
  • <br> inserts a line - break.
  • <title> sets the title of the web - page shown in the browser tab.