From 39b6ab46ba922def7d0aec78743fc9103c0edc37 Mon Sep 17 00:00:00 2001 From: viraj3315 <72183694+viraj3315@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:44:27 +0530 Subject: [PATCH 1/2] Update 1.html --- 1.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/1.html b/1.html index fb32975..0d74455 100644 --- a/1.html +++ b/1.html @@ -1,5 +1,5 @@ - + WEB1 - HTML @@ -12,9 +12,12 @@

WEB

  • JavaScript
  • HTML

    -

    Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications.Web browsers receive HTML documents from a web server or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document. - -

    HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects, such as interactive forms, may be embedded into the rendered page. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. +

    + Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications.Web browsers receive HTML documents from a web server or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document. + +

    +

    + HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects, such as interactive forms, may be embedded into the rendered page. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets.

    From af80714a4d499798ff41ecd62a88a654afa6fb72 Mon Sep 17 00:00:00 2001 From: viraj3315 <72183694+viraj3315@users.noreply.github.com> Date: Sun, 11 Oct 2020 11:13:02 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0778f13..a7eff95 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + WEB1 - Welcome