Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Quiz Results #139

Open
xgqfrms opened this issue Jan 15, 2023 · 0 comments
Open

CSS Quiz Results #139

xgqfrms opened this issue Jan 15, 2023 · 0 comments
Labels
CSS Quiz CSS Quiz

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Jan 15, 2023

CSS Quiz Results

https://www.w3schools.com/quiztest/quiztest.asp?qtest=CSS

https://www.w3schools.com/quiztest/result.asp

.error {
 position: static;
}
document.querySelector(`p h1`);
// null ❌

document.querySelector(`p,h1`);
// <h1>​CSS Quiz​</h1>​

document.querySelectorAll(`p h1`);
// NodeList [] ❌

document.querySelectorAll(`p,h1`);
// NodeList(7) [h1, p#qtext, p, p, p, p, p]. ✅

refs

https://www.cnblogs.com/xgqfrms/p/15586539.html

@xgqfrms xgqfrms added the CSS Quiz CSS Quiz label Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSS Quiz CSS Quiz
Projects
None yet
Development

No branches or pull requests

1 participant