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..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 @@ - - - - + 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/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 @@ - + 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