Added title with h1 tag. (#27539)
This commit is contained in:
committed by
The Coding Aviator
parent
1b4e3c01b7
commit
a7f54f4f1b
@ -2,6 +2,8 @@
|
|||||||
title: HTML DOM querySelector()
|
title: HTML DOM querySelector()
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# HTML DOM querySelector()
|
||||||
|
|
||||||
The Document method `querySelector()` returns the `first` Element within the document that matches the specified selector, or group of selectors. If no matches are found,null is returned.
|
The Document method `querySelector()` returns the `first` Element within the document that matches the specified selector, or group of selectors. If no matches are found,null is returned.
|
||||||
|
|
||||||
**HTML content:**
|
**HTML content:**
|
||||||
|
Reference in New Issue
Block a user