Skip to content
Open

Done #11

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
<title>Text Formatting</title>
</head>
<body>
<h1>hello world</h1>
<h2>hello moon</h2>
<h3>hello</h3>
<h4>hi</h4>
<h5>iii</h5>
<h6>oooo</h6>
<p> hello github</p>
<p>
<em>Hello World!</em>
<strong>Warning!</strong>
</p>

<!-- Test 1: Wrap the title below, 'Text Formatting in HTML', in `h1` tags -->
Text Formatting in HTML
Expand Down