How to make a quick and easy webpage using HTML Coding Language

Now, I know the title feels overwhelming. Creating a webpage? Now, first of all, a webpage is not a website. Its a basic page that you can open on your browser which contains images, paragraphs and much more. But for now, I'm going to show you how to make your first simple webpage.


1. Click on Notepad (or TextEdit on Mac or Leafpad on Linux)


2. Write <html> in it.
Now, the HTML code always starts with writing <html> and ends with </html>. These tags are usually in pairs and the function ends after you add the last one. The last one almost always carries a "/". This signals the computer that this is the end of the command.

3. Write <head>

4. Click enter and write <title>. Now, write the title of your webpage. After you finish writing it, write </title> and </head>

5. Write <body>. Now you have write your body down. I wanted it to be bold so I added <b> and </b> before and after the body respectively. 

6. Using <h1>, <h2>, <h3>, etc increases your font. You could add paragraphs by using <p> at the beginning of the paragraph and </p> at the end. 

7. Save the file with any name you want but write .html  at the end. This is absolutely essential. Do not close the Notepad tab. 

8. Go to the folder where the file has been saved. Copy the image you want to use onto the folder or make a small drawing of your own and save it on the folder.

9.  Don't forget to write </body> at the end!  

10. Write </html>

11. Save the file and go to its location. If you have Windows, it will have Google Chrome's logo on it. Click on it and open in the browser. You will see it there.

See my work down below
and the result....
thanks for reading and follow me for more. Tell me how it went in the comments down below.

Comments