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
Answer
Answer:
- c) Largest heading
- d) Paragraph
- a) Hyperlink
- b) Line break
- 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.