QUESTION IMAGE
Question
2 - introduction to hypertext markup language (html)
learning objective: identify the correct usage of syntax and semantics in html5.
html elements are created when you combine an opening and a closing _
a.) attribute
b.) keywords
c.) tag
d.) syntax
In HTML, elements are formed by an opening and a closing tag. For example, the <p> (opening tag) and </p> (closing tag) create a paragraph element. Attributes provide additional information about an element, keywords are not what forms elements, and syntax refers to the overall set of rules.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
c. tag