Media queries allow us to set corresponding styles based on various functional features of the device.
Such as the following code:
<link rel="stylesheet" media="screen and (orientation:portrait)" href="portrait-screen.css">
refers to a style sheet. Mainly look at the media attribute.
First, the media query expression asks about the media type (are you a display?), and then asks about the media characteristics (is the display oriented vertically?). Any display device positioned in portrait orientation will load the
portrait-screen.css style sheet, and other devices will ignore it.
Appending not at the beginning of a media query will reverse the logic of the query.
For example,
<link rel="stylesheet" media="not screen and (orientation:portrait)" href="portrait-screen.css">can also be used like this,
Limit that only display devices with a viewport width greater than 800 pixels will load the file
<link rel="stylesheet" media="not screen and (orientation:portrait) and (min-width:800px)" href="portrait-screen.css">
Extending deeper, you can use commas to represent or operations, as long as one of them is satisfied.
Of course, in addition to media queries not only used to reference css style sheets, they can also be written into style sheets
@media screen and (max-device-width:400px){ h1{color:green}}@media screen and (max-device-width:960px){ h1{color:red}}
and A more crazy usage is to use the @import directive in a CSS style sheet to reference other style sheets in the current style sheet. For example
@import url("phone.css") screen and (max-width:360px)
But remember that using the @import method of css will increase HTTP requests (this will affects loading speed), so please use this method with caution.

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 Chinese version
Chinese version, very easy to use

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
