Question

In: Computer Science

Html code of Doctors info page

Html code of Doctors info page

Solutions

Expert Solution

<!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:

  • We have to write our entire code within <HTML> </HTML Tag.
  • Then <TITLE> </TITLE> Tag is used to define the title of the web page.
  • We write the entire body of web page within <BODY> </BODY>
  • I have added Image through <img> tag giving its source and height width also.
  • <h1> <h2> are heights, size decrease when we go from <h1> <h2>....
  • <hr> adds the horizontal line shown in output.
  • We can define font type by using <font face="FONTNAME"> attribute.

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.


Related Solutions

The code to create a Search/Filter Data with Javascript or html from html page.
The code to create a Search/Filter Data with Javascript or html from html page.
Please provide HTML code for the following: - Create a page that lists a set of...
Please provide HTML code for the following: - Create a page that lists a set of audio files and shows their duration - Create a page that lists a set of video files and plays a different video when you click on the play icon
2. The HTML document on the following page consists of JavaScript code executed when the document...
2. The HTML document on the following page consists of JavaScript code executed when the document is loaded. It prompts the user for his/her name (first and last names) then outputs the greeting “Hello Mr. _____!” or “Hello Ms. _____!” (where _____ is the user’s last name) depending on whether the first name is recognized as a male name. (In the code, only three male names are checked; a realistic program would check many more names.) We allow for the...
Debug3-4.css You’ve been given the initial HTML and CSS code for this web page, but there...
Debug3-4.css You’ve been given the initial HTML and CSS code for this web page, but there are several errors in the CSS stylesheet. Use your knowledge of CSS to locate and fix the errors. The body element should have a width that is 90% of the width of the browser window ranging from a minimum of 600 pixels up to a maximum of 1024 pixels. Fix the syntax errors in the body style rule that defines the width of the...
Create following webpage in HTML : 1. Login Page This is the first page the user...
Create following webpage in HTML : 1. Login Page This is the first page the user should see. The user can login, signup, or continue as a guest. Your task is to implement the following features: a) Signup form This form should collect the information required for creating a new account on your movie database website. At the least, it should collect an email address, username, avatar image/graphic, first name, last name, and a password. You can ask for more...
Week 4 Assignment HTML – Creating a Simple Web Page “HTML or HyperText Markup Language as...
Week 4 Assignment HTML – Creating a Simple Web Page “HTML or HyperText Markup Language as it is formally known is the main markup language for creating web pages and other information that can be displayed in a webbrowser”. It was created by Tim Berners-Lee in 1989 as a user friendly way of sharing information on the Internet. http://en.wikipedia.org/wiki/HTML Assignment Instructions - Create a simple HTML Web Page that includes hyperlinks to three of your favorite websites. Use the online...
HTML Create a page of texts that uses inline elements. The page should contain a citation,...
HTML Create a page of texts that uses inline elements. The page should contain a citation, a term definition, a subscript, a superscript and some highlighted texts.
use CSS, java and HTML to make a charity admin page. It's a web page after...
use CSS, java and HTML to make a charity admin page. It's a web page after you log in to your account. I can have personal information, the amount of money donated, the children who have received charity, and some blogs. In fact, all the things are what I want. But you are free to do whatever You like, even if you don't say what I say. I just need a charity Admin page for charity User.Don't ask me for...
use CSS, java and HTML to make a charity admin page. It's a web page after...
use CSS, java and HTML to make a charity admin page. It's a web page after you log in to your account. I can have personal information, the amount of money donated, the children who have received charity, and some blogs. In fact, all the things are what I want. But you are free to do whatever You like, even if you don't say what I say. I just need a charity Admin page for charity User.Don't ask me for...
use CSS, java and HTML to make a charity admin page. It's a web page after...
use CSS, java and HTML to make a charity admin page. It's a web page after you log in to your account. I can have personal information, the amount of money donated, the children who have received charity, and some blogs. In fact, all the things are what I want. But you are free to do whatever You like, even if you don't say what I say. I just need a charity Admin page for charity User.Don't ask me for...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT