Home > Frontend Devlopment learning and exploring_final > Frontend Devlopment learning and exploring_final > HTML and CSS
Let's test your knowledge. Fill in the missing part by typing it in.
HTML elements are the basic components that make up a web page. Each element is surrounded by opening and closing tags, and everything between these tags forms the content of the element. For example, the <h1>
element is used to define headings, and the text placed between the opening and closing <h1>
tags will be displayed as a heading on the web page.
Let's test your understanding of HTML elements and tags. Fill in the blank: An HTML element is surrounded by opening and closing ____ tags.
Write the missing line below.