Added title with h1 tag. (#27539)

This commit is contained in:
Matthew Piestrak
2019-03-21 09:38:09 -04:00
committed by The Coding Aviator
parent 1b4e3c01b7
commit a7f54f4f1b

View File

@ -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:**