Please Subscribe My YouTube Channel

Wednesday, November 08, 2023

Design Doctor Appointment Form with Html Css

How To Design Doctor Appointment Form with Html & Css





<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Doctor Appointment Form</title>
<style>
input:checked{accent-color:blue;}
textarea:hover{background:blue;opacity:0.3;}
textarea,img{filter:drop-shadow(6px 10px 12px red);}
[type="submit"]{background:teal;color:white;}
</style>
</head>
<body> 
<table align="center" width="70%" cellpadding="10px" cellspacing="0">
<tr>
<td rowspan="10"><img src="C:\Users\2023\Downloads\doc.png" align="left" width="500px" alt="Doctor Appointment Form"></td>
<td colspan="3"><h1 align="center">Doctor Appointment Form</h1><hr color="red"size="5"/></td>
</tr>
<tr>
<td>Appointment Date</td>
<td colspan="2"><input type="date"/></td>
</tr>
<tr>
<td>Appointment Time</td>
<td colspan="2"><input type="time"/></td>
</tr>
<tr>
<td>Name</td>
<td><input type="text" placeholder="First"/></td>
<td><input type="text" placeholder="Last"/></td>
</tr>
<tr>
<td>Gender</td>
<td colspan="2">Male<input type="radio" name="gender"/>Female<input type="radio" name="gender"/></td>
</tr>
<tr>
<td>Phone</td>
<td colspan="2"><input type="text" maxlength="10" placeholder="####"/></td>
</tr>
<tr>
<td>Address</td>
<td><input type="text" placeholder="city"/></td>
<td><input type="text" placeholder="state"/></td>
</tr>
<tr>
<td>Your Query</td>
<td colspan="2">
<textarea cols="40" rows="4"></textarea>
</td>
</tr>
<tr>
<td valign="top">Appointment Type</td>
<td colspan="2">
Select which appointment type(s) you require<br/>
<input type="checkbox"/> Cervix checkup<br/>
<input type="checkbox"/> Heart checkup<br/>
<input type="checkbox"/> Eye check-up<br/>
<input type="checkbox"/> Hearing Test<br/>
</td>
</tr>
<tr>
<td></td>
<td colspan="2"> 
&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;<input type="submit" value="Appointment"/> &nbsp; &nbsp;<input type="submit" value="Reset"/>
</td>
</tr>
</table><br>
<div style="width:740px;padding:10px;margin-top:-900;">
<marquee behavior="alternate"><h1>Infotech Computer Institute</h1></marquee>
<address align="center"><b>Auther:- Satyam Trivedi</b><br>Near SBI Bank, Head Post Office Road Hardoi.<br>Classes By <a href="#">Satyam Sir</a></address><br></div>
</body>
</html>


    HTML Table with Html & CSS (Program No 3)

Create a Table with Html & CSS





<html>
<head>
<title>Table Assignment 2 | Complex Table Example in HTML | row-span and Col-span in  html table</title>
<meta name="description" content="HTML Assignment Two For Table row span colspan, Basic Table in HTML">
<meta name="keywords" content="HTML Assignment 2,Table Assignment 2 , Merge Cell in Table">
<base href="https://itcicomputerhardoi.blogspot.com/">
<!-- Favicons-->
<link rel="shortcut icon" href="C:\Users\2023\Downloads\Screenshot 2023-10-01 150821.png" type="image/x-icon"sizes="72x72">
<style>
th[colspan]{background: teal;color:white;}
th{background: red;color:white;opacity: 0.8}
td{background: orangered;opacity: 0.8;}
img{filter:drop-shadow(10px 10px 12px teal);}
</style>
</head>
<body topmargin="50px">
<br>
<br>

<h1 align="left"style="margin-left:900;"><span style="background: blue;color:white;">&#8621;Lab Assignment&#8621;</span></h1></div>
<img src="C:\Users\2023\Downloads\st-3.png"height="500"width="400">
<table border="1" align="right" width="70%" cellpadding="15px"cellspacing="9"topmargin="1500">
<tr bgcolor="red">
<th colspan="6">Time Table</th>
</tr>
<tr>
<th rowspan="6">Hours</th>
<th>Mon</th>
<th>Tue</th>
                                                  
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
</tr>
<tr>
<td>Science</td>  
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
<td>Arts</td>
</tr>
<tr>
<td>Science</td>
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
<td>Arts</td>
</tr>
<tr>
<th colspan="5" align="center">LUNCH</th>
</tr>
<tr>
<td>Science</td>
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
<td rowspan="2">Project</td>
</tr>
<tr>
<td>Science</td>
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
</tr>
</table>
    <marquee direction="alternate"><h1>Infotech Computer Institute</h1></marquee>
<address align="right"><b>Auther:- Satyam Trivedi</b><br>Near SBI Bank, Head Post Office Road Hardoi.<br>Classes By <a href="#">Satyam Sir</a></address><br>
</body>
</html>

Create Doctor Appointment Form

Create a Model Question Paper with Html

Create a Model Question Paper with Html

<html>
<head>
<title>HTML Assignment 3</title>
</head>
<body topmargin="40px" leftmargin="200px">

<center>
<h1>Infotech Computer Institute</h1>
<address>Near SBI Bank, Head Post Office Road Hardoi.<br>Classes By <a href="#">Satyam Sir</a></address><br>
<u>
<b>
MODEL  QUESTION PAPER FOR SUMMATIVE TEST<br/>
O Level (M2.R5)
</b>
</u>
</center>
<p>
Maximum Marks: 20
</p>
<h4>
General instructions: &#8628;
</h4>
<p>
&#128992; All questions are compulsory<br/>
&#128992; The question paper consist of 4 questions divided in to 2 sections A and B<br/>
&#128992; Section A contains 2 question of 2 marks each<br/>
&#128992; Section B contains 2 questions of 2 marks each<br/>
&#128992; <del>Cutting is Not Allowed</del> Select Only one Option </del>

</p>


<p align="center"><b><u>SECTION A</u></b></p>
<p><b>Q1- What is the extension of web file ?</b></p>
<p>(a) .htmlfile <br/> (b) .xml<br/>  (c) .web<br/> (d) .html</p>
<p><b>Q2- Who is the father of an HTML Language ?</b></p>
<p>(a) Tim ray Linson <br/> (b) Tom Ray Linson<br/> (c) Tim Bearners Lee<br/> (d) None of These </p>

<p align="center"><b><u>SECTION B</u></b></p>



<p><b>Q3- What is the extension of JavaScript file ?</b></p>


<p>(a) .htmlfile <br/> (b) .xmJsl<br/>  (c) .js<br/> (d) .JavaScript</p>
<p><b>Q2- What is the full form of HTMl ?</b></p>
<p>(a) Hyper Text Markup Language <br/> (b) Hyper Text Mark Language<br/> (c) Hyper Text Transfer Language<br/> (d) None of These </p>
</body>
</html>

-:Output:-