Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style1.css">
<link rel="icon" type="image/x-icon" sizes="32x32" href="123.png">
<title> Program Languages </title>
</head>
<body>
<div class="container">
<div class="header">
<div class="logo">
<img class="logo" src="techno.png" alt="">
</div>
</div>
<div class="nav-bar">
<ul>
<li><a href="techno.html">Home</a></li>
<li><a href="index1.html">Silicon Valley</a></li>
<li><a href="index2.html">Program Languages</a></li>
<li><a href="index3.html">ICT Hall Of Fame</a></li>
</ul>
</div>
<div class="title">
<h1> Program Languages </h1>
</div>
<div class="content">
<div class="timeline">
<div class="containerr left-containerr">
<img src="Fortran.png" alt="">
<div class="text-box">
<h2>Fortran </h2>
<small>1957</small>
<p>Fortran is the oldest programming language still in use, primarily for
scientific calculations. It initially lacked features like pointers, making
it challenging for system tasks. Fortran 77 improved control structures and
character data. Fortran 90 introduced pointers for increased reliability,
while Fortran 95 allows custom data types, similar to C programming.</p>
<span class="left-containerr-arrow"></span>
</div>
</div>
<div class="containerr right-containerr">
<img src="cobol.png" alt="">
<div class="text-box">
<h2>Cobol </h2>
<small>1959</small>
<p>It was created because it's easier to write and read. The use of COBOL
has declined, but the Dutch government still used it in 2018. In the past,
COBOL was common on Digital computers like VAX and Alpha. The group behind
COBOL introduced COBOL-61, and its usage increased. COBOL-74 is an improved
version with collaboration with ANSI. In COBOL-2002, it's possible to use a
multi-paradigm programming language. Grace Murray Hopper played a significant
role in COBOL's development.</p>
<span class="right-containerr-arrow"></span>
</div>
</div>
<div class="containerr left-containerr">
<img src="c.png" alt="">
<div class="text-box">
<h2> C </h2>
<small>1972</small>
<p>In 1972, the programming language C was introduced, and it is
still widely used today. It quickly gained popularity worldwide.
The designer, Dennis Ritchie, also found success with Unix. Many
programming languages, such as C# and C++, have their origins in C.
C remains a favorite among programmers and is one of the most prominent
programming languages globally. It's suitable for creating games and apps.
Dennis Ritchie played a pivotal role in its development.</p>
<span class="left-containerr-arrow"></span>
</div>
</div>
<div class="containerr right-containerr">
<img src="Python.png" alt="">
<div class="text-box">
<h2> Python</h2>
<small> 1991</small>
<p>Python is a widely-used programming language, especially for data and
game development. It is primarily used for backend programming. Python
uses duck-typing, allowing you to adapt objects with new methods. Python
code is written in text files with specific extensions. To execute Python,
you use the "python" command at the beginning of your code. It is known for
its readable syntax, making it pleasant to read and write code. Python is also
commonly used for automating tasks.
Guido van Rossum played a significant role in its development.</p>
<span class="right-containerr-arrow"></span>
</div>
</div>
<div class="containerr left-containerr">
<img src="php.png" alt="">
<div class="text-box">
<h2> PHP </h2>
<small>1994</small>
<p>PHP, originally known as Personal Home Page Tools, is now called Hypertext
Preprocessor or simply PHP. It is a backend programming language primarily
used for websites. PHP is used worldwide and is particularly useful for
presenting and storing data, enabling functions like creating a guestbook
for people to leave and view messages. PHP also allows for embedding HTML
code on various pages.
Rasmus Lerdorf played a key role in its creation.</p>
<span class="left-containerr-arrow"></span>
</div>
</div>
<div class="containerr right-containerr">
<img src="java.png" alt="">
<div class="text-box">
<h2>Java </h2>
<small>1995</small>
<p>Java allows you to create software for various platforms,
using the "Write once run anywhere" (WORA) approach.
It's used for developing services and applications.
The advantage of Java is its platform independence,
as it runs on any operating system. However, it may not be the fastest language.
Sun Microsystems originally owned Java,
and it is now owned by Oracle Corporation.</p>
<span class="right-containerr-arrow"></span>
</div>
</div>
<div class="containerr left-containerr">
<img src="Javascript.png" alt="">
<div class="text-box">
<h2> Javascript </h2>
<small>1993</small>
<p>JavaScript is often considered one of the most widely used and versatile
programming languages. It can be used for various purposes, including creating
web pages, web forms, web applications, and browser games.
Brandon Eich was a key figure in the creation of JavaScript.</p>
<span class="left-containerr-arrow"></span>
</div>
</div>
<div class="containerr right-containerr">
<img src="HtmlCSS1.png" alt="">
<div class="text-box">
<h2>Html CSS </h2>
<small>1993</small>
<p>HTML and CSS are languages used for creating websites. HTML is
used for structuring web content,
while CSS is used for designing the appearance of web pages.
HTML5 is the most recent version of HTML, and CSS3 is the latest
version of CSS. Tim Berners-Lee played a significant role in the development
of HTML and is often credited as the inventor of the World Wide Web.</p>
<span class="right-containerr-arrow"></span>
</div>
</div>
<div class="containerr left-containerr">
<img src="cc.png" alt="">
<div class="text-box">
<h2> C# </h2>
<small>2000</small>
<p>C# is a backend programming language used for creating mobile apps,
desktop applications, and games. It's often compared to Java but is
considered more capable and powerful.
Anders Hejlsberg played a significant role in the development of C#.</p>
<span class="left-containerr-arrow"></span>
</div>
</div>
<div class="containerr right-containerr">
<img src="Bicep.png" alt="">
<div class="text-box">
<h2>Bicep </h2>
<small>2020</small>
<p>Bicep is a Microsoft programming language for Azure that is used to
implement Azure resources. It offers the advantage of having a simplified syntax.
It was introduced by Microsoft in 2020.</p>
<span class="right-containerr-arrow"></span>
</div>
</div>
</div>
</div>
</body>
</html>