In: Computer Science
Html code of Doctors info page
<!DOCTYPE html>
<html>
<title>DoctoInfo</title>
<body bgcolor="DAE0F2">
<font size="10px"><center><h1>DoctoInfo ?⚕️</h1></font>
<img src="COVER.jpg" height="280px" width="1250px">
<h1><marquee>Stay Home, Stay Safe </marquee></h1>
<h1>List of Doctors Near You:</h1></center>
<h2> 1. Dr. XYZ, Cardiologist </h2>
<img src="M.jpg" height="100px" width="90px">
<font face="Candara">
<h3 >MBBS, MD, DM in cardiology</h3>
<h3 >Central Hospital</h3>
<h3 >15 Years Experience</h3>
<h3 >Fees-$10</h3>
<h3 >Contact No.- xxxxxxxxxxx</h3></font>
<hr>
<h2> 2. Dr. ABC, Dentist</h2><img src="F.jpg" height="100px" width="90px">
<font face="Candara">
<h3 >BDS,MDS</h3>
<h3 >Downtown Hospital</h3>
<h3 >10 Years Experience</h3>
<h3 >Fees-$8</h3>
<h3 >Contact No.- xxxxxxxxxxx</h3></font>
<hr>
<h2> 3. Dr. LMN, Child-Specialist</h2><img src="F.jpg" height="100px" width="90px">
<font face="Candara">
<h3 >MBBS, MD (Paediatrics)</h3>
<h3 >Central Hospital</h3>
<h3 >11 Years Experience</h3>
<h3 >Fees-$11</h3>
<h3 >Contact No.- xxxxxxxxxxx</h3></font>
<hr>
<h2> 4. Dr. OPQ, Dermatologist</h2><img src="M.jpg" height="100px" width="90px">
<font face="Candara">
<h3 >Bachelor of Science in Dermatology,
Post Graduate Diploma in Dermatology, Venerology & Leprosy</h3>
<h3 >City Hospital</h3>
<h3 >7 Years Experience</h3>
<h3 >Fees-$12</h3>
<h3 >Contact No.- xxxxxxxxxxx</h3></font>
<hr>
<h2> 5. Dr. DEF, Physician</h2><img src="F.jpg" height="100px" width="90px">
<font face="Candara"><h3 >MBBS, MD</h3>
<h3 >Alpha Hospital</h3>
<h3 >14 Years Experience</h3>
<h3 >Fees-$8</h3>
<h3 >Contact No.- xxxxxxxxxxx</h3></font>
<hr>
</body>
</html>
This is the entire HTML Code, Copy this and save it with .html extension, It is work fine.
Output Screen:
IMAGES USED IN THIS PAGE:
1.COVER.jpg
2. M.jpg
3. F.jpg
Explanation of TAGs Used in this code:
NOTE: I have not added images of any person, or any names you can easily edit them in code and add images and names of your choice.