forked from Codi-B07/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDana HTML 2.html
More file actions
34 lines (33 loc) · 1.99 KB
/
Dana HTML 2.html
File metadata and controls
34 lines (33 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<title>Level 2</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header><h1>5 Reasons Why You Should Learn BASIC Programming</h1></header>
<div class="navbar">
<a href="#home">Home</a>
<a href="#news">News</a>
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div> <br>
<h3>What is BASIC Programming?</h3>
<p>With a long history in the field of computer science, BASIC (Beginner’s All-Purpose Symbolic Instruction Code) programming has been used to simplify communication between the programer and the computer. It was developed in 1963 as a teaching language at Dartmouth by John G. Kemeny and Thomas E. Kurtz and has since been widely imitated and altered.</p>
<p>Many people take beginner coding courses in BASIC programming because they are excited by computers, websites, or mobile applications and are drawn to the analytic thinking behind them. With software becoming so ingrained in the functionality of societies, knowledge of the codes and languages used to develop them is becoming more and more common. And, BASIC is the perfect language to give you a jump-start to your programming education.</p>
<img src="https://inteng-storage.s3.amazonaws.com/img/iea/zDOZmYg2wk/sizes/coding-photo_resize_md.jpg" alt="Programming">
<h3>Why should you learn BASIC programming?</h3>
<ul>
<li>Easy to learn</li>
<li>Enhanced problem solving skills</li>
<li>Transferable skills across almost any industry</li>
<li>Opportunities for invention and innovation</li>
<li>Internationally diverse network</li>
</ul>
<footer><p>For more info, visit our website <a href="https://codi.tech/">Codi website</a><p>Copyright © 2021</p></footer>
</body>
</html>