<!DOCTYPE html> <html> <head> <title>Hello World!</title> <link rel="stylesheet" href="styles.css" /> </head> <body> <div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:#F4ECF7;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;"> <table style="width: 592px;" width="341"> <thead> <tr> <td style="width: 156.8px;"><strong>Course Name</strong></td> <td style="width: 269.6px;"><strong><em>Course Description</em></strong></td> <td style="width: 76px;"><strong>Duration</strong></td> <td style="width: 73.6px;"><strong>Salary for Freshers</strong></td> </tr> </thead> <tbody> <tr> <td style="width: 156.8px;">MBBS</td> <td style="width: 269.6px;">Bachelor of Medicine and Bachelor of Surgery, or in Latin: Medicinae Baccalaureus, Baccalaureus Chirurgiae (abbreviated in many ways e.g. MBBS, MBChB, MBBCh, MB BChir <strong>(Cantab),</strong> BM Bch <strong>(Oxon) (BMBS),</strong> are the two first-professional degrees in medicine and surgery awarded upon graduation from medical school by universities.</td> <td style="width: 76px;"> <em> 5.5 Years</em></td> <td style="width: 73.6px;">4-7 Lakhs</td> </tr> <tr> <td style="width: 156.8px;">BDS</td> <td style="width: 269.6px;">BDS (Bachelor of Dental Surgery) is the only educational and professional program for dental surgery. The BDS degree is equivalent to an MBBS degree but works in a different domain.<p></p> <p>In the medical educational field, this is the second choice of the students after the MBBS course. In this course, the students are taught about denture dental problems and dental surgery.</p></td> <td style="width: 76px;"><em>5 Years</em></td> <td style="width: 73.6px;">4-5 Lakhs</td> </tr> <tr> <td style="width: 156.8px;">BAMS</td> <td style="width: 269.6px;"><strong>BAMS</strong> (Bachelor of Ayurvedic Medicine and Surgery) is the doctoral degree and can be done after the 12th Science <strong>(Biology).</strong> It is a bachelor’s degree in Ayurveda.<p></p> <p>It is also one of the sought courses after 12th among the science students having biology. It is equivalent to the MBBS degree program.</p></td> <td style="width: 76px;"><em> 5.5 Years</em></td> <td style="width: 73.6px;">4-7 Lakhs</td> </tr> <tr> <td style="width: 156.8px;">BHMS</td> <td style="width: 269.6px;">A BHMS degree is a Bachelor of Homoeopathic Medicine and Surgery, while a DHMS degree is a Diploma in Homoeopathic Medicine and Surgery. Both of these undergraduate courses are part of the alternative, holistic medical field.</td> <td style="width: 76px;"><em> 5.5 Years</em></td> <td style="width: 73.6px;">4-7 Lakhs</td> </tr> <tr> <td style="width: 156.8px;">BUMS</td> <td style="width: 269.6px;"><strong> BUMS</strong> (Bachelor of Unani Medicine and Surgery) is an undergraduate <strong>degree</strong> program in the field of Unani medicine and surgery. It is a bachelor’s degree. Unani medical treatment is one of the ancient medical treatment. Beside BHMS and BAMS, it is also one of the reputed medical fields after 12<sup>th</sup> and equivalent to the BAMS degree program.</td> <td style="width: 76px;"><em> 5.5 Years</em></td> <td style="width: 73.6px;">4-6 Lakhs</td> </tr> <tr> <td style="width: 156.8px;">Nursing</td> <td style="width: 269.6px;"> The main motive of this educational program is to produce qualified and expert nursing professionals. Nurses are members of the healthcare team. In this program, the students are taught about nursing and cure methods and techniques. After the completion of this course, the candidate is free to work with hospitals and healthcare organizations.</td> <td style="width: 76px;">4 Years</td> <td style="width: 73.6px;">2-4 Lakhs</td> </tr> <tr> <td style="width: 156.8px;">Physiotherapy</td> <td style="width: 269.6px;"> Physical therapy or physiotherapy is a branch of rehabilitative medicine aimed at helping patients maintain recovery or improve their physical abilities. Physical therapy also means the treatment of any pain, disease or injury by physical means.</td> <td style="width: 76px;">4.5 Years</td> <td style="width: 73.6px;">2-4 Lakhs</td> </tr> <tr> <td style="width: 156.8px;">Occupational Therapy</td> <td style="width: 269.6px;">Occupational therapy <strong>(OT)</strong> is the use of assessment and treatment to develop, recover or maintain the daily living and work skills of people with a physical, mental or cognitive disorder</td> <td style="width: 76px;">3 Years</td> <td style="width: 73.6px;">2-4 Lakhs</td> </tr> <tr> <td style="width: 156.8px;">Medical Lab Technician</td> <td style="width: 269.6px;">In every science and medical field, there exists a lab.<p></p> <p>The career options or courses after 12th in medical lab technology are huge and provides ample job opportunities to the candidates having an appropriate diploma/degree course in this field.</p> <p>In this course, the students are taught about the analysis of medical tests, microbiology, instrumentation and many other areas related to the medical field.</p></td> <td style="width: 76px;">3 Years</td> <td style="width: 73.6px;">2-4 Lakhs</td> </tr> <tr> <td style="width: 156.8px;">Pharmacy</td> <td style="width: 269.6px;">Pharmacy is the science and technique of preparing and dispensing drugs. [citation needed] It is a health profession that links health sciences with chemical sciences and aims to ensure the safe and effective use of pharmaceutical drugs.</td> <td style="width: 76px;">3 Years</td> <td style="width: 73.6px;">2-4 Lakhs</td> </tr> </tbody> </table> </div> </body> </html>
Write, Run & Share HTML code online using OneCompiler's HTML online Code editor for free. It's one of the robust, feature-rich online Code editor for HTML language, running on the latest version HTML5. Getting started with the OneCompiler's HTML compiler is simple and pretty fast. The editor shows sample boilerplate code when you choose language as HTML
. You can also specify the stylesheet information in styles.css
tab and scripts information in scripts.js
tab and start coding.
HTML(Hyper Text Markup language) is the standard markup language for Web pages, was created by Berners-Lee in the year 1991. Almost every web page over internet might be using HTML.
<!DOCTYPE html>
<html>
and ends with </html>
<h1>
to <h6>
where <h1>
is the highest important heading and <h6>
is the least important sub-heading.<p>..</p>
tag.<a>
tag.
<a href="https://onecompiler.com/html">HTML online compiler</a>
<img>
tag, where src
attribute consists of image name.<button>..</button>
tag<ul>
for unordered/bullet list and <ol>
for ordered/number list, and the list items are defined in <li>
.<a href="https://onecompiler.com/html">HTML online compiler</a>
CSS(cascading style sheets) describes how HTML elements will look on the web page like color, font-style, font-size, background color etc.
Below is a sample style sheet which displays heading in green and in Candara font with padding space of 25px.
body{
padding: 25px;
}
.title {
color: #228B22;
font-family: Candara;
}
<table>
tag.<tr>
tag<th>
tag<td>
tag<caption>
tag<script>
is the tag used to write scripts in HTML<script src="script.js"></script>