forked from CodeYourFuture/HTML-CSS-Coursework-Week1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (42 loc) · 2.12 KB
/
index.html
File metadata and controls
50 lines (42 loc) · 2.12 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<title>software development and the different languages it uses </title>
</head>
<body>
<header>
<section class="section-1">
<h1>software development and coding</h1>
<p class="section-1-header">Everything you need to know about the basic understanding of software development and coding. I have compiled
the
best videos and links for you to understand software development and coding. </p>
</section>
</header>
<section class="section-2">
<h2>What is coding</h2>
<img src="https://www.citylit.ac.uk/media/amasty/blog/programmers-at-work-2200.jpg" alt="software development img">
<br>
<p1>Coding, sometimes called computer programming, is how we communicate with computers.
Code tells a computer what actions to take, and writing code is like creating a set of instructions.
By learning to write code, you can tell computers what to do or how to behave in a much faster way.</p>
</section>
<section class="section-3">
<h2>basic understanid of diffrent languages used in coding</h2>
<img src="https://rb.gy/9m95bi" alt="html">
<h1>https://en.wikipedia.org/wiki/HTML</h1>
<p> The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in
a
web browser.
It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript. </p>
<p>Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a
markup language such as HTML or XML.
CSS is a cornerstone technology of the World Wide Web,</p>
<p>JavaScript, often abbreviated as JS, is a programming language that is one of the core technologies of the World
Wide Web, alongside HTML and CSS. As of 2022,
98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries.
</4>
</section>
<footer>what is coding 2023- brief to what coding is and how its uesful.</footer>
</body>
</html>