diff --git a/index.html b/index.html index bcb96eb..be6ae26 100644 --- a/index.html +++ b/index.html @@ -1,102 +1,117 @@ - - - - - - Simple web Development Template - - - - - -
-
-
-

- Web Technology -

- -

- HTML stands for HyperText Markup - Language. It is used to design - web pages using a markup language. - HTML is the combination of Hypertext - and Markup language. Hypertext - defines the link between the web - pages. A markup language is used - to define the text document within - tag which defines the structure of - web pages. HTML is a markup language - that is used by the browser to - manipulate text, images, and other - content to display it in the required - format. -

- - -
-
-
- -
-
-
-

- C Programming -

-

- C is a procedural programming language. - It was initially developed by Dennis - Ritchie as a system programming - language to write operating system. - The main features of C language include - low-level access to memory, simple set - of keywords, and clean style, these - features make C language suitable for - system programming like operating system - or compiler development. -

- - -
-
-
- -
-
-

Java

- -

- Java has been one of the most - popular programming language - for many years. Java is Object - Oriented. However it is not - considered as pure object oriented - as it provides support for primitive - data types (like int, char, etc) The - Java codes are first compiled into byte - code (machine independent code). Then - the byte code is run on Java Virtual - Machine (JVM) regardless of the - underlying architecture. -

- - -
- -
- laptop image -
-
- - - - + + + + + + Web Technology + + + + +
+
+
+

Web Technology

+
+
+
+
+
+
+
+
+ +
+

HTML

+

+ HTML stands for HyperText Markup Language. It is used to + design web pages using a markup language. HTML is the + combination of Hypertext and Markup language. Hypertext + defines the link between the web pages. A markup language is + used to define the text document within tag which defines the + structure of web pages. HTML is a markup language that is used + by the browser to manipulate text, images, and other content + to display it in the required format. +

+
+
+
+
+
+
+
+
+
+
+
+ +
+

C

+

+ C is a procedural programming language. It was initially + developed by Dennis Ritchie as a system programming language + to write operating system. The main features of C language + include low-level access to memory, simple set of keywords, + and clean style, these features make C language suitable for + system programming like operating system or compiler + development. +

+
+
+
+
+
+
+
+
+
+
+
+ +
+

JAVA

+

+ Java has been one of the most popular programming language for + many years. Java is Object Oriented. However it is not + considered as pure object oriented as it provides support for + primitive data types (like int, char, etc) The Java codes are + first compiled into byte code (machine independent code). Then + the byte code is run on Java Virtual Machine (JVM) regardless + of the underlying architecture.. +

+
+
+
+
+
+
+ + + + + diff --git a/style.css b/style.css index 881bb48..e69de29 100644 --- a/style.css +++ b/style.css @@ -1,17 +0,0 @@ - -ul{ - list-style: none; - margin: 0; - padding: 0; -} -ul{ - list-style: none; - margin: 0; - padding: 0; -} - -ul{ - list-style: none; - margin: 0; - padding: 0; -}