0 votes
10 views
by
What is the tag for style?

1 Answer

0 votes
by
The <style> tag is used to define style information (CSS) for a document. Inside the <style> element you specify how HTML elements should render in a browser. The <style> element must be included inside the <head> section of the document.
...