Skip to content

Commit daba894

Browse files
Restyled by whitespace
1 parent 5f0935a commit daba894

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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>

src/data/roadmaps/html.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ export const htmlRoadmapData = [
7171
{ text: "CSS Frameworks", link: "#", status: "todo" },
7272
],
7373
},
74-
];
74+
];

0 commit comments

Comments
 (0)