Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

HTML stands for Hyper Text Markup Language.

HTML5 is the newest version of HTML only recently gaining partial support by the
makers of web browers.
Variable types 1.name 2.value
Html
Head Body
Title
Mega

< doctype htm>


<html long = “en”>
<head>
<meta charset = “utf-8”>
<title> My Web Page </title>
</head>
<body>
<h1>This is heading 1 </h1>
<h2> This is heading2 </h2>
<h3> This is heading3 </h3>
<h4> This is heading4 </h4>
</body>

Image location is equal to file location.


<ing src = “image name”,hight = “150px” ,width=”100px”>
e.g.Flower jpg
Flower png
Hyper link
<a href=”link name”> link </a> (href=hyper link refresh)
Myeg2.html

You might also like