Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial work #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<html>

<head>
<!-- Enter your code below this line-->
<!-- change the title to: Annie's Wiki -->

<!-- Enter your code above this line-->
<title>Annie's Wiki</title>
</head>

<body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
<html>
<head>
<title>Annie's Wiki</title>
<h1>Welcome to Annie's Wiki</h1>
</head>
<body>
<!-- Enter your code below this line-->
<!-- Add a heading: Welcome to Annie's Wiki -->
<!-- Enter your code above this line-->
</body>
<body></body>

</html>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</head>
<body>
<h1>Welcome to Annie's Wiki</h1>
<h2>About Programming</h2>
<!-- Enter your code below this line-->
<!-- Add a subheading to Annie's wiki named, About Programming -->
<!-- Enter your code above this line-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<body>
<h1>Welcome to Annie's Wiki</h1>
<h2>About Programming</h2>
<h3>About HTML</h3>
<!-- Enter your code below this line-->
<!-- Add another subheading with a name, About HTML -->
<!-- Enter your code above this line-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<h1>Welcome to Annie's Wiki</h1>
<h2>About Programming</h2>
<h3>About HTML</h3>
<h3>About CSS</h3>
<!-- Enter your code below this line-->
<!-- Add a subheading below the subheading: About Programming named, About CSS -->
<!-- Enter your code above this line-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>

<a href="as"></a>
<head>

<!-- change the title to: Annie's Wiki -->
Expand Down
2 changes: 2 additions & 0 deletions Add some text/2.1 Add a paragraph about CSS.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ <h2>About Programming</h2>
of instructions that are written in a language that the computer can understand.</p>
<h3>About HTML</h3>
<h3>About CSS</h3>
<p>Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.
CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. </p>
<!-- Enter your code below this line-->
<!-- Add this paragraph about CSS : Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. -->
<!-- Enter your code above this line-->
Expand Down
2 changes: 2 additions & 0 deletions Add some text/2.2 Add a paragraph about HTML.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ <h2>About Programming</h2>
Confusing? Let us understand the definition deeply. “Instruct the computer”:
this basically means that you provide the computer a set of instructions that are written in a language that the computer can understand.</p>
<h3>About HTML</h3>
<p>Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. ...
HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items.</p>
<!-- Enter your code below this line-->
<!-- Add this paragraph about HTML :
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. ...
Expand Down
2 changes: 2 additions & 0 deletions Add some text/2.3 Add a paragraph about Programming.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<body>
<h1>Welcome to annie's wiki</h1>
<h2>About Programming</h2>
<p>Programming is a way to “instruct the computer to perform various tasks”. Confusing? Let us understand the definition deeply.
“Instruct the computer”: this basically means that you provide the computer a set of instructions that are written in a language that the computer can understand.</p>
<!-- Enter your code below this line-->
<!-- Add a paragraph of the following text about programming : Programming is a way to “instruct the computer to perform various tasks”. Confusing? Let us understand the definition deeply. “Instruct the computer”: this basically means that you provide the computer a set of instructions that are written in a language that the computer can understand. -->
<!-- Enter your code above this line-->
Expand Down
2 changes: 2 additions & 0 deletions Fun with links/4.1 Add a link to a website.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ <h3>About HTML</h3>
<p>Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. ... HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items</p>
<h3>About CSS</h3>
<p>Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.</p>
<br>
<a href="https://www.w3schools.com/"> If you want to learn more about learning Programming langauges then visit this website for more details</a>
<!-- Add a link to https://www.w3schools.com/ with text If you want to learn more about learning Programming langauges then visit this website for more details -->
<!-- Add your code below this line -->

Expand Down