Skip to content

Commit dacd022

Browse files
authored
[Edit] HTML Elements: <h1>-<h6>
* Fix closing tag for h1 element in markdown Original:<h1>Title of the Page</h2> Fixed to:<h1>Title of the Page</h1> * Update h1-h6.md * Fix formatting ---------
1 parent 99c97bb commit dacd022

File tree

1 file changed

+2
-4
lines changed
  • content/html/concepts/elements/terms/h1-h6

1 file changed

+2
-4
lines changed

content/html/concepts/elements/terms/h1-h6/h1-h6.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ The **`<h_>`** elements represent text headings for sections of content. They ra
2828

2929
```html
3030
<html>
31-
<head>
32-
</head>
31+
<head> </head>
3332
<body>
34-
<h1>Title of the Page</h2>
35-
33+
<h1>Title of the Page</h1>
3634
<h2>Name of First Section</h2>
3735
<p>Text from first section.</p>
3836

0 commit comments

Comments
 (0)