Hello to all of you! This is my first time to post about Web Development tutorial . I hope that you are going to support me.
Intro
This tutorial is for beginners or for those people who want to learn web development. Also, for those people that forgot the basics of web development and want to take refresher. For this lesson we are going to learn about HTML.What is HTML?
The HTML or Hyper Text Markup Language serves as a bone structure of a website . Meaning, he is the one who is responsible for the form or the arrangment of your website.What do i need to learn about HTML?
HTML is very simple.All you have to do is to familiarized the HTML element,tags and AttributesOpen your notepad then copy & paste the code below
<html>
<head>
<title> Hello po</title>
</head>
<body>
Hello World mga kababayan
</body>
</html>

If you already copied and pasted the code on your notepad, Click the file menu button and click 'Save as' then put your desired filename .For examlple 'MyWeb.html'.Make sure that the Save as Type is 'All File' to make sure that the file that we are going to make will going to have an html extential file. Please refer to the image below.

Just remember that the file extension name must be .html to identity the file as a HTML document by your browser.
To open the file using your browser, right click the file that we have created then click 'Open with'.After that, Choose the browser that you want to use to view the output of the file that we have created. You can choose Chrome,firefox,Internet Explorer or any browser that you prefer.

The output should like this.
That's all for now for now . Please Follow me @kizzbonez and be updated for another lesson that we are going to study.
Please Do not forget to upvote and resteem my post .. Thank you so much