Question
The <style> tag indicate the presence of: A:inline styles. B:an internal style sheet
C:an external style sheet
D:an imported style sheet
C:an external style sheet
D:an imported style sheet
Answers
GPT-4o mini
The `<style>` tag indicates the presence of:
**B: an internal style sheet**
The `<style>` tag is used within the `<head>` section of an HTML document to define internal CSS styles that apply to the content of that specific page.
**B: an internal style sheet**
The `<style>` tag is used within the `<head>` section of an HTML document to define internal CSS styles that apply to the content of that specific page.