What is the function of !-- -- in HTML page style?

What is the function of !-- -- in HTML page style?
Mainly for low version browsers

<!-- --> is an HTML comment tag. Higher-version browsers will recognize the <style> tag as a style sheet.
And ignore the html comment tags inside, it will parse it,
Some browsers with lower versions do not recognize the <style> tag and will display the contents of the style sheet on the page.
So add the comment tag, so that even if the lower version of the browser does not recognize the <style> tag,
The content will not be displayed on the page.

<<:  Use @font-face to implement special characters on web pages (create custom fonts)

>>:  Pure CSS to achieve the effect of picture blinds display example

Recommend

JavaScript Design Pattern Command Pattern

The command pattern is a behavioral design patter...

The past two years with user experience

<br />It has been no more than two years sin...

How to decompress multiple files using the unzip command in Linux

Solution to the problem that there is no unzip co...

What to do if the container started by docker run hangs and loses data

Scenario Description In a certain system, the fun...

Detailed steps for developing WeChat mini-programs using Typescript

We don't need to elaborate too much on the ad...

MySQL 8.0 New Features - Introduction to Check Constraints

Table of contents Preface Check Constraints Creat...

The difference between MySQL user management and PostgreSQL user management

1. MySQL User Management [Example 1.1] Log in to ...

Detailed explanation of the use of MySQL group links

Grouping and linking in MYSQL are the two most co...

100-1% of the content on the website is navigation

Website, (100-1)% of the content is navigation 1....

Change the MySQL database engine to InnoDB

PS: I use PHPStudy2016 here 1. Stop MySQL during ...

Several ways to manually implement HMR in webpack

Table of contents 1. Introduction 2. GitHub 3. Ba...

Six ways to increase your website speed

1. Replace your .js library file address with the...

XHTML language default CSS style

html,address, blockquote, body,dd,div, dl,dt,fiel...

Sublime Text - Recommended method for setting browser shortcut keys

It is common to view code effects in different br...

HTML uncommon tags optgroup, sub, sup and bdo example code

Optgroup is used in the select tag to make the dro...