Skip to content

Commit b5c64a4

Browse files
authored
Update index.md
Added a display of HTML code
1 parent 511d1c3 commit b5c64a4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.md

+16
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,19 @@
66
###### This h6 header is as small as headers get.
77

88
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
9+
10+
```
11+
$ git init
12+
This shows git's language
13+
```
14+
15+
```html
16+
<!DOCTYPE HTML/>
17+
<html>
18+
<body>
19+
<h1> Let's try some HTML code for demonstration purposes </h1>
20+
</br>
21+
<p> I'd like for this to work </p>
22+
</body>
23+
</html>
24+
```

0 commit comments

Comments
 (0)