This article mainly introduces the detailed explanation of HTML style tags and related CSS references. It is the basic knowledge in the introduction to HTML and CSS. Friends who need it can refer to HTML style tags.
style tag-- Use this tag when declaring styles in a document
Style tags appear in pairs, starting with <style> and ending with</style>
property
media -- media type,
type -- type containing content, generally use type=text/css
Example
XML/HTML Code Copy content to clipboard