Skip to content

Commit d2d8f9b

Browse files
Restyled by whitespace
1 parent c6b6edc commit d2d8f9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/html/how-html-works.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ HTML is a markup language that uses tags to define the structure and content of
2828

2929
<Tabs>
3030
<TabItem value="HTML Code" label="HTML Code">
31-
31+
3232
```html title="index.html"
3333
<!DOCTYPE html>
3434
<html>
@@ -89,7 +89,7 @@ In addition to rendering HTML content, web browsers handle various resources ass
8989
9090
<Tabs>
9191
<TabItem value="HTML Code" label="HTML Code">
92-
92+
9393
```html title="index.html"
9494
<!DOCTYPE html>
9595
<html>
@@ -137,7 +137,7 @@ In addition to rendering HTML content, web browsers handle various resources ass
137137
138138
<Tabs>
139139
<TabItem value="HTML Code" label="HTML Code">
140-
140+
141141
```html title="index.html"
142142
<!DOCTYPE html>
143143
<html>
@@ -176,7 +176,7 @@ In addition to rendering HTML content, web browsers handle various resources ass
176176
177177
<Tabs>
178178
<TabItem value="HTML Code" label="HTML Code">
179-
179+
180180
```html title="index.html"
181181
<!DOCTYPE html>
182182
<html>

0 commit comments

Comments
 (0)