-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63be943
commit 1a20eef
Showing
8 changed files
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title> | ||
Headings & Paragraphs | ||
</title> | ||
|
||
</head> | ||
<body> | ||
|
||
<h1> content here (text here) </h1> | ||
<p> more one paragraph </p> | ||
<p> 2nd and the last one. (paragraph) </p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title> | ||
Headings & Paragraphs | ||
</title> | ||
|
||
</head> | ||
<body> | ||
|
||
<h1> content here (text here) </h1> | ||
<p> more one paragraph </p> | ||
<p> 2nd and the last one. (paragraph) </p> | ||
|
||
<h3> Director </h> | ||
|
||
<h5> lowly assistant </h> | ||
<p> 3rd paragraph </p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title> | ||
Headings & Paragraphs | ||
</title> | ||
|
||
</head> | ||
<body> | ||
|
||
<h1> content here (text here) </h1> | ||
<p> more one paragraph </p> | ||
<p> 2nd and the last one. (paragraph) </p> | ||
|
||
<h3> Director </h> | ||
|
||
<h5> lowly assistant </h> | ||
<p> 3rd paragraph </p> | ||
|
||
<h2> TEST </h2> | ||
<p> more 1 </p> | ||
<h4> test2 </h4> | ||
<p> more 1 </p> | ||
<h6> Test3 </h6> | ||
<p> more 1 </p> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<strong>Feel free to change this text. (hello world)</strong> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
|
||
hello world | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
|
||
hello hello, again. | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> | ||
hello my friends (ex: My Webpage) | ||
</title> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title> | ||
hello my friends (ex: My Webpage) | ||
</title> | ||
</head> | ||
<body> | ||
<p>Hello World! (true one xD) "1st paragraph"</p> | ||
<p> Olá Mundo ! (portuguese version) "2nd paragraph"</p> | ||
</body> | ||
</html> |