Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# HTML
first try
basic template
21 changes: 15 additions & 6 deletions first-try.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<html>
<head>GiTHuB</head>
<body>This is my first try in <b><i>GiTHuB.</i></b>
WISH ME BEST OF LUCK
And I also wish all other friends the same</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git and Github</title>
</head>
<body>
<header></header>
<h1>...........................................</h1>
<p>...................................................................................................</p>
<div id="#id-name" class=".class-name">.........................................</div>
<footer></footer>
</body>
</html>