-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
…ree-giggle-jvqwx9v54jrhj7gw Revert "Codespace bug free giggle jvqwx9v54jrhj7gw"
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
<!-- your code below here --> | ||
<span>Hello, I am a text</span> | ||
<strong>Hello, I am also a text but in bold</strong> | ||
<p>Hello! I am a P tag, normally used for paragraphs</p> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<!-- your code below here --> | ||
<span>Hello, I am a text</span> | ||
<strong>Hello, I am also a text but in bold</strong> | ||
<strong>Hello, I am also a text but in bold</strong> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
<!-- your code below here --> | ||
<p>HTML tags are similar to MS Word elements</p> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!-- your code below here --> | ||
<p>HTML tags are similar to MS Word elements</p> | ||
<p>HTML tags are similar to MS Word elements</p> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
<!-- your code below here --> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Hello World</title> | ||
</head> | ||
<body></body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,7 @@ | |
<head> | ||
<title>Hello World</title> | ||
</head> | ||
<body></body> | ||
<body> | ||
|
||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
<!-- your code below here --> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<body> | ||
<h1>Lillys Hernandez</h1> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- your code below here --> | ||
<!DOCTYPE html> | ||
<html> | ||
<body> | ||
<h1>My Name</h1> | ||
</body> | ||
</html> | ||
<body> | ||
<h1>My Name</h1> | ||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>This title shows on the browser tab</title> | ||
</head> | ||
<body> | ||
<ol> | ||
<li>Are In-Demand</li> | ||
<li>Earn a Great Living</li> | ||
<li>Have Diverse Opportunities</li> | ||
<li>Get to be Creative</li> | ||
<li>Have Flexibility</li> | ||
<li>The job outlook is strong</li> | ||
</ol> | ||
</body> | ||
<head> | ||
<title>This title shows on the browser tab</title> | ||
</head> | ||
<body> | ||
<!-- your code here --> | ||
|
||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
</head> | ||
<body> | ||
<!-- Add your code here --> | ||
<a href="url">"Click me to search on google"</a> | ||
|
||
</body> | ||
</html> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>4Geeks Academy</title> | ||
</head> | ||
<body> | ||
<!-- your code here --> | ||
<head> | ||
<title>4Geeks Academy</title> | ||
</head> | ||
<body> | ||
<!-- your code here --> | ||
|
||
<!-- This is the first example --> | ||
<!-- This is the first example --> | ||
<h1>Hello world. <i>Italic word.</i></h1> | ||
|
||
<!-- This is the second example --> | ||
<p>Hello world. <strong>Bold word.</strong></p> | ||
<!-- This is the second example --> | ||
<p>Hello world. <strong>Bold word.</strong></p> | ||
|
||
<!-- This is the third example --> | ||
<a href="#"> | ||
<h2>Hello</h2> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis laboriosam quia adipisci. Hic tenetur fuga aliquam velit est | ||
pariatur tempore quibusdam ex quas a ipsum, illo aperiam blanditiis molestias voluptatibus. | ||
</p> | ||
</a> | ||
</body> | ||
<!-- This is the third example --> | ||
<a href="#"> | ||
<h2>Hello</h2> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis laboriosam quia adipisci. Hic tenetur fuga aliquam velit est pariatur tempore quibusdam ex quas a ipsum, illo aperiam blanditiis molestias voluptatibus.</p> | ||
</a> | ||
</body> | ||
</html> |