what is html ? how to create a simple html webpage

 Q1:what is html 

Html stands for hypertext markup language  .it is used to create a structure of a web page .

What are the five features of html 

  • It is easy to learn and easy to use.

  • It is platform-independent.

  • Images, videos, and audio can be added to a web page.

  • Hypertext can be added to the text.

  • It is a markup language.


How to create a simple html webpage 


Step 1 → install text editor like , vim , vs code , sublime text you can use notepad 

Step 2 → open notepad like this

              
step 3 -->  write html code like this i will explain all of tags 



Doctype html : means you use html 5.0 version
html   is a root tag of html webpage 
head : head stores two tag link tag and title tag is used to set title in a webpage 
body : tag is a main tag in html it is used to store main content of webpage like headings , p tags dives and another tags etc.

step 4 --> save file as .html extension like this 









step  6 --> double click on file where you save the file 











     












1 comment:

Powered by Blogger.