From 8dc664ec4e9ae192204567c1c1801d741af4ebc7 Mon Sep 17 00:00:00 2001 From: GabrielMadej <115009140+GabrielMadej@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:43:29 +0100 Subject: [PATCH 1/3] Update 1.1 Add a title to a website_Solution.html --- .../Solutions/1.1 Add a title to a website_Solution.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1. Fun with headings and titles/Solutions/1.1 Add a title to a website_Solution.html b/1. Fun with headings and titles/Solutions/1.1 Add a title to a website_Solution.html index 32af19a..9e6cc89 100644 --- a/1. Fun with headings and titles/Solutions/1.1 Add a title to a website_Solution.html +++ b/1. Fun with headings and titles/Solutions/1.1 Add a title to a website_Solution.html @@ -1,6 +1,6 @@ - + From 97a8b18b16fd578994421fb10e9dc445645e136f Mon Sep 17 00:00:00 2001 From: GabrielMadej <115009140+GabrielMadej@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:57:03 +0100 Subject: [PATCH 2/3] Update 1.1 Add a title to a website.html --- .../1.1 Add a title to a website.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1. Fun with headings and titles/1.1 Add a title to a website.html b/1. Fun with headings and titles/1.1 Add a title to a website.html index 3f58f32..03851a8 100644 --- a/1. Fun with headings and titles/1.1 Add a title to a website.html +++ b/1. Fun with headings and titles/1.1 Add a title to a website.html @@ -3,7 +3,7 @@ - + ac From 5fdee2f9a8228a6f9866961d4d336d62b6559f69 Mon Sep 17 00:00:00 2001 From: GabrielMadej <115009140+GabrielMadej@users.noreply.github.com> Date: Thu, 16 Feb 2023 19:48:39 +0100 Subject: [PATCH 3/3] resolved task --- .../1.1 Add a title to a website.html | 5 +---- .../1.2 Add a main heading for Annie's website.html | 9 +++------ .../1.3 Add a sub heading to Annie's website | 1 + .../1.4 Add a subheading in About Programming.html | 1 + .../1.5 Add another subheading in About Programming.html | 1 + Add some text/2.1 Add a paragraph about CSS.html | 2 ++ Add some text/2.2 Add a paragraph about HTML.html | 2 ++ Add some text/2.3 Add a paragraph about Programming.html | 2 ++ Fun with links/4.1 Add a link to a website.html | 2 ++ 9 files changed, 15 insertions(+), 10 deletions(-) diff --git a/1. Fun with headings and titles/1.1 Add a title to a website.html b/1. Fun with headings and titles/1.1 Add a title to a website.html index 03851a8..bea2679 100644 --- a/1. Fun with headings and titles/1.1 Add a title to a website.html +++ b/1. Fun with headings and titles/1.1 Add a title to a website.html @@ -2,10 +2,7 @@ - - ac - - + Annie's Wiki diff --git a/1. Fun with headings and titles/1.2 Add a main heading for Annie's website.html b/1. Fun with headings and titles/1.2 Add a main heading for Annie's website.html index b31c624..3102e50 100644 --- a/1. Fun with headings and titles/1.2 Add a main heading for Annie's website.html +++ b/1. Fun with headings and titles/1.2 Add a main heading for Annie's website.html @@ -2,11 +2,8 @@ Annie's Wiki +

Welcome to Annie's Wiki

- - - - - + - + diff --git a/1. Fun with headings and titles/1.3 Add a sub heading to Annie's website b/1. Fun with headings and titles/1.3 Add a sub heading to Annie's website index 8c2bd57..bcdf58c 100644 --- a/1. Fun with headings and titles/1.3 Add a sub heading to Annie's website +++ b/1. Fun with headings and titles/1.3 Add a sub heading to Annie's website @@ -5,6 +5,7 @@

Welcome to Annie's Wiki

+

About Programming

diff --git a/1. Fun with headings and titles/1.4 Add a subheading in About Programming.html b/1. Fun with headings and titles/1.4 Add a subheading in About Programming.html index abbc413..43df305 100644 --- a/1. Fun with headings and titles/1.4 Add a subheading in About Programming.html +++ b/1. Fun with headings and titles/1.4 Add a subheading in About Programming.html @@ -6,6 +6,7 @@

Welcome to Annie's Wiki

About Programming

+

About HTML

diff --git a/1. Fun with headings and titles/1.5 Add another subheading in About Programming.html b/1. Fun with headings and titles/1.5 Add another subheading in About Programming.html index 4447e19..afbecc7 100644 --- a/1. Fun with headings and titles/1.5 Add another subheading in About Programming.html +++ b/1. Fun with headings and titles/1.5 Add another subheading in About Programming.html @@ -8,6 +8,7 @@

Welcome to Annie's Wiki

About Programming

About HTML

+

About CSS

diff --git a/Add some text/2.1 Add a paragraph about CSS.html b/Add some text/2.1 Add a paragraph about CSS.html index 2e9886b..ae488fd 100644 --- a/Add some text/2.1 Add a paragraph about CSS.html +++ b/Add some text/2.1 Add a paragraph about CSS.html @@ -14,6 +14,8 @@

About Programming

of instructions that are written in a language that the computer can understand.

About HTML

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.

diff --git a/Add some text/2.2 Add a paragraph about HTML.html b/Add some text/2.2 Add a paragraph about HTML.html index 97813b4..e6603de 100644 --- a/Add some text/2.2 Add a paragraph about HTML.html +++ b/Add some text/2.2 Add a paragraph about HTML.html @@ -10,6 +10,8 @@

About Programming

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.

About HTML

+

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.

diff --git a/Fun with links/4.1 Add a link to a website.html b/Fun with links/4.1 Add a link to a website.html index a6a730b..e9fcaa2 100644 --- a/Fun with links/4.1 Add a link to a website.html +++ b/Fun with links/4.1 Add a link to a website.html @@ -11,6 +11,8 @@

About HTML

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

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.

+
+ If you want to learn more about learning Programming langauges then visit this website for more details