From a7f54f4f1b4dad9970b14c8b76c849f8ce1c6a2a Mon Sep 17 00:00:00 2001 From: Matthew Piestrak <39568508+Mpiestrak@users.noreply.github.com> Date: Thu, 21 Mar 2019 09:38:09 -0400 Subject: [PATCH] Added title with h1 tag. (#27539) --- guide/english/javascript/html-dom-queryselector/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/javascript/html-dom-queryselector/index.md b/guide/english/javascript/html-dom-queryselector/index.md index ca6908a108..1e323b8fc7 100644 --- a/guide/english/javascript/html-dom-queryselector/index.md +++ b/guide/english/javascript/html-dom-queryselector/index.md @@ -2,6 +2,8 @@ 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. **HTML content:**