diff options
Diffstat (limited to '')
-rw-r--r-- | _pastebins/2021-08-11-spaces-around-h1-tags.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/_pastebins/2021-08-11-spaces-around-h1-tags.md b/_pastebins/2021-08-11-spaces-around-h1-tags.md index f9a0955..19e1c70 100644 --- a/_pastebins/2021-08-11-spaces-around-h1-tags.md +++ b/_pastebins/2021-08-11-spaces-around-h1-tags.md @@ -23,13 +23,21 @@ ref: spaces-around-h1-tags <body> <main> <h1> - With spaces around when selecting this heading + With spaces around when selecting this heading </h1> <h1>Without spaces around</h1> <p> - Is this expected behaviour? + Is this expected behaviour? </p> </main> </body> </html> ``` + +<h1> + With spaces around when selecting this heading +</h1> +<h1>Without spaces around</h1> +<p> + Is this expected behaviour? +</p> |