From 3c7908b8a2801f3aa1a62cd2c7c0e346d1f5f6ed Mon Sep 17 00:00:00 2001 From: hsmaurya <72159619+hsmaurya@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:06:00 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 57343bf..1bc6a94 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ # HTML-CSS3-Projects- +Introduction to HTML and CSS:- +HTML:-(Hypertext Markup Language) It is the standard markup language for documents designed to be displayed in a web browser. +CSS:-(Cascading Style Sheets) It is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.CSS is used for dacoration.It defines how to display HTML elements. From 5695d450dae8a9bb6b080e766896bd46679d6687 Mon Sep 17 00:00:00 2001 From: hsmaurya <72159619+hsmaurya@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:06:36 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1bc6a94..0009113 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # HTML-CSS3-Projects- Introduction to HTML and CSS:- + HTML:-(Hypertext Markup Language) It is the standard markup language for documents designed to be displayed in a web browser. CSS:-(Cascading Style Sheets) It is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.CSS is used for dacoration.It defines how to display HTML elements. From f18d253ce284f68a2e5b022809b0725170690388 Mon Sep 17 00:00:00 2001 From: hsmaurya <72159619+hsmaurya@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:07:01 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0009113..4f2d113 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,5 @@ Introduction to HTML and CSS:- HTML:-(Hypertext Markup Language) It is the standard markup language for documents designed to be displayed in a web browser. + CSS:-(Cascading Style Sheets) It is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.CSS is used for dacoration.It defines how to display HTML elements. From 86396d534344c1cc0c73385a1edd78d4a4764f22 Mon Sep 17 00:00:00 2001 From: hsmaurya <72159619+hsmaurya@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:09:30 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2d113..8dbc0f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HTML-CSS3-Projects- Introduction to HTML and CSS:- -HTML:-(Hypertext Markup Language) It is the standard markup language for documents designed to be displayed in a web browser. +HTML:-(Hypertext Markup Language) It is the standard markup language for documents designed to be displayed in a web browser (i.e it defines the layout of web pages). CSS:-(Cascading Style Sheets) It is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.CSS is used for dacoration.It defines how to display HTML elements.