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...
Create 1 HTML page and 1 CSS file for all the styles. Your html page will...
Create 1 HTML page and 1 CSS file for all the styles. Your html page will be a small gallery of images using the Polaroid style. The page should have at least 1 row of 3 images. You can choose any theme of images. Don't pick random images, make them all have a theme. Add an h1 tag for the header of your page. Style the h1 tag with a color, size, and font family. Include a paragraph tag under...
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...
take the following html code and make it work for html validator. heres the ,html file...
take the following html code and make it work for html validator. heres the ,html file <!DOCTYPE html> <html lang="en">    <head>        <title> GettingStarted</title>        <meta charset="utf-8">        <link href="Style.css" rel="stylesheet">    </head>       <body>        <header><h1>GettingStarted</h1></header>        <nav>               <b>        <a href="Home.html">Home</a>&nbsp;        <a href="GettingStarted.html">Getting Started</a>&nbsp;        <a href="MaterialsNeeded.html">Materials Needed</a>&nbsp;                      <a href="TroubleShooting.html">TroubleShooting</a>&nbsp;        <a href="InfoMaterials.html">Infomation on materials</a>&nbsp;   ...
Please create a PHP action codes for the HTML CODE provided below. <!DOCTYPE html> <html> <head>...
Please create a PHP action codes for the HTML CODE provided below. <!DOCTYPE html> <html> <head> <title> Project for keeping all your input </title> </head> <body> <h1>Welcome to this Web Based Test!!!</h1> <p>Please answer the following questions:</p> <hr/> <form action="" method="post"> Name: <input type="text" name="name" value=""> <font color=red>*</font><br/><br/> E-mail: <input type="text" name="email" value=""> <font color=red>*</font><br> <hr/> Choose your major area of study: <select name="major"> <option value="Digital Media" >Digital Media</option> <option value="Software" >Software</option> <option value="Security" >Security</option> <option value="Business" >Business</option> <option value="Other"...
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...
Topic: HTML Styling Elements - CSS3 Write some HTML code that includes three Semantic HTML tags....
Topic: HTML Styling Elements - CSS3 Write some HTML code that includes three Semantic HTML tags. Describe the semantic meaning of each one you choose.
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...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT