From 3732f9e7257a53b507608c1e65050305a0f587c1 Mon Sep 17 00:00:00 2001 From: Akshay S Kurup Date: Sat, 2 Oct 2021 21:43:35 +0530 Subject: [PATCH 1/2] Changed layout to next level! --- index.html | 215 ++++++++++++++++++++++++++++------------------------- style.css | 6 -- 2 files changed, 115 insertions(+), 106 deletions(-) diff --git a/index.html b/index.html index bcb96eb..f85ecb7 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 dev + + + + +
+
+
+

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 044513e..e69de29 100644 --- a/style.css +++ b/style.css @@ -1,6 +0,0 @@ - -ul{ - list-style: none; - margin: 0; - padding: 0; -} From 5f4631c3be573c8dd9b0328793d6f25ed259c15b Mon Sep 17 00:00:00 2001 From: Akshay s kurup <70994724+akshayskurup@users.noreply.github.com> Date: Sun, 3 Oct 2021 08:38:32 +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 f85ecb7..be6ae26 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Web dev + Web Technology