Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

please answer the following question select one css is recognized in an…

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>

Explanation:

Brief Explanations

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.

Answer:

B. <style> </style>