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
Expand Up @@ -14,6 +14,6 @@ about this project is, you can find the explanation to every line of code as a c
1. Star this repository
2. Fork this repository
3. Open any HTML or CSS file then add the explanation of any line of code as a comment line.
4. Commit changes with a meaningful commit message like "Added Expanation to line number 1 in index.html".
4. Commit changes with a meaningful commit message like "Added explanation to line number 1 in index.html".
5. Create a pull request.
6. Sit back and relax while your pull request is reviewed and merged.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<head> <!-- The <head> element is a container for all the head elements.
The <head> element can include a title for the document, scripts, styles, meta information, and more. -->
<meta charset="UTF-8">
<meta name="description" content="An educational website for beginner learning">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="html, css, javascript">
<title>Demo Portfolio</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
Expand Down