BASIC SYNTAX OF HTML

BASIC SYNTAX OF HTML (Hyper Text Mark-up Language)



___________________________________________________________________________________
<!DOCTYPE html>

<html lang="en">

<head>
    <title>SYNTAX OF HTML</title>
</head>

<body>

</body>

</html>
___________________________________________________________________________________
<html>:
starting tag for any web page development 

<head>:
head of the whole website or web page

<title>:
show on the top right side of your web page basically a title of your web page
always written on the middle of the 
for example:

<body>:
as the name derive it is the main body of the whole web page , you have to write in between the body , all your written contant is shown on the web page. 



Post a Comment

0 Comments