Skip to content

Commit cf86613

Browse files
Add files via upload
1 parent 83fa188 commit cf86613

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

start.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
8+
/>
9+
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
10+
<meta name="description" content="creating an html blog page">
11+
<meta name="author" content="Promise Akhonowe">
12+
<title>Blog page</title>
13+
<style>
14+
body{
15+
background-image:url('https://images.unsplash.com/photo-1611186871348-b1ce696e52c9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8YXBwbGUlMjBsYXB0b3B8ZW58MHx8MHx8&w=1000&q=80');
16+
}
17+
</style>
18+
</head>
19+
<body>
20+
<article>
21+
<h1>What is Programming?</h1>
22+
<p>Computer programming is the process of performing a particular computation (or more generally, accomplishing a specific computing result), usually by designing and building an executable computer program. Programming involves tasks such as analysis, generating algorithms, profiling algorithms' accuracy and resource consumption, and the implementation of algorithms (usually in a chosen programming language, commonly referred to as coding). The source code of a program is written in one or more languages that are intelligible to programmers, rather than machine code, which is directly executed by the central processing unit. The purpose of programming is to find a sequence of instructions that will automate the performance of a task (which can be as complex as an operating system) on a computer, often for solving a given problem. Proficient programming thus usually requires expertise in several different subjects, including knowledge of the application domain, specialized algorithms, and formal logic.</p>
23+
</article>
24+
<footer>
25+
<p>Owner: Promise</p>
26+
<p>Contact: Develhope.co</p>
27+
</footer>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)