QUESTION IMAGE
Question
please answer the following question select one css is recognized in an html file using which tags? select the one choice that best answers the prompt above: answer 1 <head> </head> answer 2 <style> </style> answer 3 <body> </body> answer 4 <css> </css>
In an HTML file, the <style> and </style> tags are used to embed CSS (Cascading Style Sheets) code. The <head> tag is for metadata and other head - related elements, the <body> tag is for the visible content of the page, and there is no <css> tag in HTML for this purpose.
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
B. <style> </style>