FOURTH LESSON OF HTML
<!DOCTYPE html><html>
<head>
<title>Fourth Lesson of HTML</title>
<head><body><h2>Learn with us in easy and simple way!!!</h2><h3...
THIRD LESSON OF HTML
<!DOCTYPE html>
<html>
<head>
<title>Third Lesson of HTML</title>
</head>
<body>
<h1>How to add image in webpage?</h1>
<p>Images...
SECOND LESSON OF HTML
<!DOCTYPE html>
<html>
<head>
<title>Second Lesson of HTML</title>
</head>
<body>
<h1>Some New Tags</h1>
<p>An a or anchor tag [ < a > < /a > ] is for making hyperlinks in HTML.</p>
For example:
<a...
FIRST LESSON OF HTML
Here, we are explaining how to write a basic HTML code with its output.
<!doctype html><html><head><title>First Lesson of HTML</title>
<!--This is the title...