OK, so I know how it is when your starting computer science; or are just curious about the IT field.
Then you come across a moment when it seems like a super complicated field that only super genius's can do ; but in fact you are quite mistaken my friends for the IT field is quite simplistic, and today i'm gonna give you an introductory on how to make a webpage in HTML which unless you don't know actually stands for HYPER.TEXT.MARKUP.LANGUAGE.
STEP 1. OK, I personally recommend that you download notepad++ from https://notepad-plus-plus.org/ it's a free software and it'll make it easier to see the syntax.
STEP 2. so basically just copy the following coding script, then paste it on notepad.
<html>
<head>
<title>EGIMA</title>
</head>
<body bgcolor="#0000F301B" text="#10110109A">
<h1>EGIMA SE HTML Webpage</h1>
<h2>SE</h2>
<h3>this is a simple webpage made with html</h3>
<h4>HT…