diff --git a/1.html b/1.html index fb32975..144199e 100644 --- a/1.html +++ b/1.html @@ -5,12 +5,38 @@
+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.
diff --git a/2.html b/2.html
index 1417d55..d69ae16 100644
--- a/2.html
+++ b/2.html
@@ -5,12 +5,38 @@
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. Although most often used to set the visual style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any XML document, including plain XML, SVG and XUL, and is applicable to rendering in speech, or on other media. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications. diff --git a/3.html b/3.html index 3fa246b..c3ca293 100644 --- a/3.html +++ b/3.html @@ -5,12 +5,38 @@
+JavaScript (/ˈdʒɑːvəˌskrɪpt/[6]), often abbreviated as JS, is a high-level, dynamic, weakly typed, prototype-based, multi-paradigm, and interpreted programming language. Alongside HTML and CSS, JavaScript is one of the three core technologies of World Wide Web content production. It is used to make webpages interactive and provide online programs, including video games. The majority of websites employ it, and all modern web browsers support it without the need for plug-ins by means of a built-in JavaScript engine. Each of the many JavaScript engines represent a different implementation of JavaScript, all based on the ECMAScript specification, with some engines not supporting the spec fully, and with many engines supporting additional features beyond ECMA. diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3708b0 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# web1_html_internet + +Thhis is to demonstrate HTML and CSS diff --git a/index.html b/index.html index 0778f13..df166ef 100644 --- a/index.html +++ b/index.html @@ -5,12 +5,38 @@
+The World Wide Web (abbreviated WWW or the Web) is an information space where documents and other web resources are identified by Uniform Resource Locators (URLs), interlinked by hypertext links, and can be accessed via the Internet.[1] English scientist Tim Berners-Lee invented the World Wide Web in 1989. He wrote the first web browser computer program in 1990 while employed at CERN in Switzerland.[2][3] The Web browser was released outside of CERN in 1991, first to other research institutions starting in January 1991 and to the general public on the Internet in August 1991.