EIGHTH LESSON OF HTML
<!DOCTYPE html><html>
<head>
<title>Eighth Lesson of HTML</title>
<head><body><h2>What is CSS?? What role it plays for HTML??</h2><h3>CSS,...
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...