There was an error while loading. Please reload this page.
1 parent 43d3407 commit 9099bfaCopy full SHA for 9099bfa
1 file changed
src/content/reference/react-dom/components/title.md
@@ -1,6 +1,7 @@
1
---
2
-title: "React"
+title: "<title>"
3
4
+
5
<Intro>
6
7
Встроенный браузерный компонент [`<title>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title) позволяет задать заголовок документа.
@@ -85,4 +86,4 @@ export default function ContactUsPage() {
85
86
87
```js
88
<title>{`Страница результатов ${pageNumber}`}</title>
-```
89
+```
0 commit comments