How to create a web page with HTML
HTML Web Page
HTML stands for "Hypertext markup language",
It is type of markup language which is basically used for creating websites inn addition to it different types of scripts and programs are added to make it more responsive,functional.
So lets get started,
HTML web page script is first written on notepad then it can be executed with the help of any web browser.
Syntax of writing html script
<html>
<head>
<title>First html page</title>
</head>
<body>
Any thing can be written over here ..
All the written docs goes here
</body>
</html>
Here slash(/) is used for closing for each particular element
copy and paste this code to notepad and save it as .HTML ,for example First.html
then open it with any web browser .
Your first HTML Page has been created!!
hope you enjoyed reading this tutorial and learnd
to create html page.
For any other info or query please write
in the comment box
in the comment box
Comments
Post a Comment