We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2f355 commit 5105b0fCopy full SHA for 5105b0f
README.md
@@ -351,14 +351,14 @@ Below is an example of a basic HTML document structure:
351
```html
352
<!DOCTYPE html>
353
<html lang="en">
354
- <head>
355
- <meta charset="UTF-8" />
356
- <title>My First HTML Page</title>
357
- </head>
358
- <body>
359
- <h1>Hello, World!</h1>
360
- <p>This is my first HTML page.</p>
361
- </body>
+ <head>
+ <meta charset="UTF-8" />
+ <title>My First HTML Page</title>
+ </head>
+ <body>
+ <h1>Hello, World!</h1>
+ <p>This is my first HTML page.</p>
+ </body>
362
</html>
363
```
364
0 commit comments