MY SKYLIGHT
About
HTML
CSS
Project
Feedback
HTML <img> Tag
The <img> tag defines an image in an HTML page.
HTML Example:
<!Doctype html >
<html>
<head>
<title>Docoment title</title>
</head>
<body>
<h3>This is A Sample Heading </h3>
<img src="smiley.gif" width="500" height="500">
<a href="smiley.gif">Downlode</a>
</body>
</html>
TRY IT YOURSELF
HTML <a> Tag
The <a> tag defines a hyperlink
An unvisited link is underlined and blue
A visited link is underlined and purple
An active link is underlined and red