SlideShare a Scribd company logo
1 of 10
1. Write a program in HTML using Paragraph, Heading and Title?
Coding
<HTML>
<HEAD>
<TITLE>MBA</TITLE>
</HEAD>
<BODY>
<h1><CENTER>Welcome to MBA</CENTER></h1>
<P>MBA is a master's degree in Business Administration(management).The MBA degree
originated in the United States in the early 20th century when the country industrialized and
companies sought scientific approaches to management </P>
</BODY>
</HTML>
OUTPUT
2) Write a program in HTML using Background color and Text color?
Coding
<HTML>
<HEAD>
<TITLE>MBA</TITLE>
</HEAD>
<body bgcolor="blue" text="white">
<P>MBA is a master's degree in Business Administration(management).The MBA degree
originated in the United States in the early 20th century when the country industrialized and
companies sought scientific approaches to management </P>
</HTML>
OUTPUT
3) Write a program in HTML using Align with heading and Paragraph?
Coding
<HTML>
<HEAD>
<BODY>
<h1><CENTER>Welcome to MBA</CENTER></h1>
<P>MBA is a master's degree in Business Administration(management).The MBA degree
originated in the United States in the early 20th century when the country industrialized and
companies sought scientific approaches to management </P>
<p align=left> LEFT SIDE</p>
<p align=center>CENTER</p>
<p align=right>RIGHT</p>
</BODY>
</HEAD>
</HTML>
OUTPUT
4) Write a program in HTML using BOLD, ITALIC, UNDERLINE, SUB,
SUP, SMALL and BIG?
Coding
<HTML>
<HEAD>
<BODY>
<br> <b> MERI COLLEGE MBA </b>
<br> <i> MERI COLLEGE MBA </i>
<br> <u> MERI COLLEGE MBA </U>
<br>MBA 2<sup>nd</sup> SHIFT
<br>H<sub> 2 </sub>O = Water
<br><small> MERI COLLEGE MBA </small>
<br><big> MERI COLLEGE MBA </big>
</BODY>
</HEAD>
</HTML>
OUTPUT
5) Write a program in HTML using Image Tag?
Coding
<html>
<head>
<title> MARATHON</title>
</head>
<body>
<h1> MERI COLLEGE PRESENTS </h1>
<h2> MARATHON</h2>
<hr size=2>
<img src="MERIMARATHON.jpg" align="left" width="300" height="500">
</body>
</html>
OUTPUT
6) Write a program in HTML using Unordered List?
Coding
<html>
<head>
<title> UNORDERED LIST </title>
<h1>MDU offer the following course:</h1>
<h6>FULL-TIME</h6>
<UL type= cricle >
<LI>BBA
<LI>BCA
<LI>MBA
</ul>
<h6>DISTANCE LEARNING COURSES</H6>
<UL type= square >
<LI>B.SC COMPUTER
<LI>B.Com
<LI>B.Tech
<LI>MBA
</UL>
</head>
</htmL>
OUTPUT
7) Write a program in HTML using ordered List?
Coding
<html>
<head>
<title> UNORDERED LIST </title>
<h1>MDU offer the following course:</h1>
<h6>FULL-TIME</h6>
<OL>
<LI>BBA
<LI>BCA
<LI>MBA
</Ol>
<h6>DISTANCE LEARNING COURSES</H6>
<OL>
<LI>B.SC COMPUTER
<LI>B.Com
<LI>B.Tech
<LI>MBA
</OL>
</head>
</htmL>
OUTPUT
8) Write a program in HTML using Table Tag with caption
Coding
<html>
<head>
<title>table handling</title>
</head>
<body>
<table border=5>
<caption> ATTENDENCE SHEET </caption>
<tr><th>NAMES<th>ITM<th>AM<th>DS<th>ECO<th>total
<tr><td> AKRIT<td>28<td>27<td>26<td>30<td>111
<tr> <td>SHUBHAM<td>28<td>30<td>20<td>29<td>107
<tr><td>SAKSHI<td>25<td>26<td>27<td>29<td>107
<tr><td>ARUN<td>20<td>30<td>28<td>26<td>104
<tr><td>SHIVAM<td>30<td>29<td>30<td>25<td>114
</table>
</body>
</html>
OUTPUT
OUTPUT

More Related Content

Similar to HTML

Basics of html for web development by software outsourcing company india
Basics of html for web development   by software outsourcing company indiaBasics of html for web development   by software outsourcing company india
Basics of html for web development by software outsourcing company indiaJignesh Aakoliya
 
Shreyansh_patni web developer
Shreyansh_patni web developerShreyansh_patni web developer
Shreyansh_patni web developerShreyanshpatni5
 
Title, heading and paragraph tags
Title, heading and paragraph tagsTitle, heading and paragraph tags
Title, heading and paragraph tagsSara Corpuz
 
02 HTML-01.pdf
02 HTML-01.pdf02 HTML-01.pdf
02 HTML-01.pdfEshaYasir1
 
Wdf 222chp iii vi
Wdf 222chp iii viWdf 222chp iii vi
Wdf 222chp iii viBala Ganesh
 
Module 1 - Introduction to HTML.pdf
Module 1 - Introduction to HTML.pdfModule 1 - Introduction to HTML.pdf
Module 1 - Introduction to HTML.pdfHumphrey Humphrey
 
Additional HTML
Additional HTML Additional HTML
Additional HTML Doeun KOCH
 
HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.Beqa Chacha
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basicsMinea Chem
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basicsNikita Garg
 

Similar to HTML (20)

Learn html in 30mins
Learn html in 30minsLearn html in 30mins
Learn html in 30mins
 
Html intro
Html introHtml intro
Html intro
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
CSS in HTML
CSS in HTMLCSS in HTML
CSS in HTML
 
HTML-Part1
HTML-Part1HTML-Part1
HTML-Part1
 
Basics of html for web development by software outsourcing company india
Basics of html for web development   by software outsourcing company indiaBasics of html for web development   by software outsourcing company india
Basics of html for web development by software outsourcing company india
 
Shreyansh_patni web developer
Shreyansh_patni web developerShreyansh_patni web developer
Shreyansh_patni web developer
 
Title, heading and paragraph tags
Title, heading and paragraph tagsTitle, heading and paragraph tags
Title, heading and paragraph tags
 
02 HTML-01.pdf
02 HTML-01.pdf02 HTML-01.pdf
02 HTML-01.pdf
 
Wdf 222chp iii vi
Wdf 222chp iii viWdf 222chp iii vi
Wdf 222chp iii vi
 
MMI-402 - Lecture 1
MMI-402 - Lecture 1MMI-402 - Lecture 1
MMI-402 - Lecture 1
 
Html
HtmlHtml
Html
 
HTML - R.D.sivakumar
HTML - R.D.sivakumarHTML - R.D.sivakumar
HTML - R.D.sivakumar
 
Html
Html Html
Html
 
Module 1 - Introduction to HTML.pdf
Module 1 - Introduction to HTML.pdfModule 1 - Introduction to HTML.pdf
Module 1 - Introduction to HTML.pdf
 
Html and its tags
Html and its tagsHtml and its tags
Html and its tags
 
Additional HTML
Additional HTML Additional HTML
Additional HTML
 
HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.HTML Basic, CSS Basic, JavaScript basic.
HTML Basic, CSS Basic, JavaScript basic.
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
 
4. html css-java script-basics
4. html css-java script-basics4. html css-java script-basics
4. html css-java script-basics
 

Recently uploaded

%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in sowetomasabamasaba
 
WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...
WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...
WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...WSO2
 
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of TransformationWSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of TransformationWSO2
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2
 
WSO2Con2024 - Organization Management: The Revolution in B2B CIAM
WSO2Con2024 - Organization Management: The Revolution in B2B CIAMWSO2Con2024 - Organization Management: The Revolution in B2B CIAM
WSO2Con2024 - Organization Management: The Revolution in B2B CIAMWSO2
 
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!WSO2
 
WSO2CON 2024 - Architecting AI in the Enterprise: APIs and Applications
WSO2CON 2024 - Architecting AI in the Enterprise: APIs and ApplicationsWSO2CON 2024 - Architecting AI in the Enterprise: APIs and Applications
WSO2CON 2024 - Architecting AI in the Enterprise: APIs and ApplicationsWSO2
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2
 
WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...
WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...
WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...WSO2
 
WSO2CON 2024 - Building a Digital Government in Uganda
WSO2CON 2024 - Building a Digital Government in UgandaWSO2CON 2024 - Building a Digital Government in Uganda
WSO2CON 2024 - Building a Digital Government in UgandaWSO2
 
WSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2
 
WSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2
 
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public AdministrationWSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public AdministrationWSO2
 
WSO2Con2024 - Unleashing the Financial Potential of 13 Million People
WSO2Con2024 - Unleashing the Financial Potential of 13 Million PeopleWSO2Con2024 - Unleashing the Financial Potential of 13 Million People
WSO2Con2024 - Unleashing the Financial Potential of 13 Million PeopleWSO2
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 

Recently uploaded (20)

%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...
WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...
WSO2CON 2024 - Unlocking the Identity: Embracing CIAM 2.0 for a Competitive A...
 
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of TransformationWSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
WSO2CON 2024 - Designing Event-Driven Enterprises: Stories of Transformation
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security Program
 
WSO2Con2024 - Organization Management: The Revolution in B2B CIAM
WSO2Con2024 - Organization Management: The Revolution in B2B CIAMWSO2Con2024 - Organization Management: The Revolution in B2B CIAM
WSO2Con2024 - Organization Management: The Revolution in B2B CIAM
 
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
WSO2CON 2024 - Not Just Microservices: Rightsize Your Services!
 
WSO2CON 2024 - Architecting AI in the Enterprise: APIs and Applications
WSO2CON 2024 - Architecting AI in the Enterprise: APIs and ApplicationsWSO2CON 2024 - Architecting AI in the Enterprise: APIs and Applications
WSO2CON 2024 - Architecting AI in the Enterprise: APIs and Applications
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...
WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...
WSO2CON 2024 - Lessons from the Field: Legacy Platforms – It's Time to Let Go...
 
WSO2CON 2024 - Building a Digital Government in Uganda
WSO2CON 2024 - Building a Digital Government in UgandaWSO2CON 2024 - Building a Digital Government in Uganda
WSO2CON 2024 - Building a Digital Government in Uganda
 
WSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - KeynoteWSO2Con204 - Hard Rock Presentation - Keynote
WSO2Con204 - Hard Rock Presentation - Keynote
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
WSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AIWSO2CON 2024 Slides - Unlocking Value with AI
WSO2CON 2024 Slides - Unlocking Value with AI
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public AdministrationWSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
WSO2CON 2024 - How CSI Piemonte Is Apifying the Public Administration
 
WSO2Con2024 - Unleashing the Financial Potential of 13 Million People
WSO2Con2024 - Unleashing the Financial Potential of 13 Million PeopleWSO2Con2024 - Unleashing the Financial Potential of 13 Million People
WSO2Con2024 - Unleashing the Financial Potential of 13 Million People
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 

HTML

  • 1. 1. Write a program in HTML using Paragraph, Heading and Title? Coding <HTML> <HEAD> <TITLE>MBA</TITLE> </HEAD> <BODY> <h1><CENTER>Welcome to MBA</CENTER></h1> <P>MBA is a master's degree in Business Administration(management).The MBA degree originated in the United States in the early 20th century when the country industrialized and companies sought scientific approaches to management </P> </BODY> </HTML> OUTPUT
  • 2. 2) Write a program in HTML using Background color and Text color? Coding <HTML> <HEAD> <TITLE>MBA</TITLE> </HEAD> <body bgcolor="blue" text="white"> <P>MBA is a master's degree in Business Administration(management).The MBA degree originated in the United States in the early 20th century when the country industrialized and companies sought scientific approaches to management </P> </HTML> OUTPUT
  • 3. 3) Write a program in HTML using Align with heading and Paragraph? Coding <HTML> <HEAD> <BODY> <h1><CENTER>Welcome to MBA</CENTER></h1> <P>MBA is a master's degree in Business Administration(management).The MBA degree originated in the United States in the early 20th century when the country industrialized and companies sought scientific approaches to management </P> <p align=left> LEFT SIDE</p> <p align=center>CENTER</p> <p align=right>RIGHT</p> </BODY> </HEAD> </HTML> OUTPUT
  • 4. 4) Write a program in HTML using BOLD, ITALIC, UNDERLINE, SUB, SUP, SMALL and BIG? Coding <HTML> <HEAD> <BODY> <br> <b> MERI COLLEGE MBA </b> <br> <i> MERI COLLEGE MBA </i> <br> <u> MERI COLLEGE MBA </U> <br>MBA 2<sup>nd</sup> SHIFT <br>H<sub> 2 </sub>O = Water <br><small> MERI COLLEGE MBA </small> <br><big> MERI COLLEGE MBA </big> </BODY> </HEAD> </HTML> OUTPUT
  • 5. 5) Write a program in HTML using Image Tag? Coding <html> <head> <title> MARATHON</title> </head> <body> <h1> MERI COLLEGE PRESENTS </h1> <h2> MARATHON</h2> <hr size=2> <img src="MERIMARATHON.jpg" align="left" width="300" height="500"> </body> </html> OUTPUT
  • 6. 6) Write a program in HTML using Unordered List? Coding <html> <head> <title> UNORDERED LIST </title> <h1>MDU offer the following course:</h1> <h6>FULL-TIME</h6> <UL type= cricle > <LI>BBA <LI>BCA <LI>MBA </ul> <h6>DISTANCE LEARNING COURSES</H6> <UL type= square > <LI>B.SC COMPUTER <LI>B.Com <LI>B.Tech <LI>MBA </UL> </head> </htmL>
  • 7. OUTPUT 7) Write a program in HTML using ordered List? Coding <html> <head> <title> UNORDERED LIST </title> <h1>MDU offer the following course:</h1> <h6>FULL-TIME</h6> <OL> <LI>BBA <LI>BCA <LI>MBA </Ol> <h6>DISTANCE LEARNING COURSES</H6> <OL> <LI>B.SC COMPUTER <LI>B.Com <LI>B.Tech <LI>MBA </OL> </head>
  • 8. </htmL> OUTPUT 8) Write a program in HTML using Table Tag with caption Coding <html> <head> <title>table handling</title> </head> <body> <table border=5> <caption> ATTENDENCE SHEET </caption> <tr><th>NAMES<th>ITM<th>AM<th>DS<th>ECO<th>total <tr><td> AKRIT<td>28<td>27<td>26<td>30<td>111 <tr> <td>SHUBHAM<td>28<td>30<td>20<td>29<td>107 <tr><td>SAKSHI<td>25<td>26<td>27<td>29<td>107 <tr><td>ARUN<td>20<td>30<td>28<td>26<td>104 <tr><td>SHIVAM<td>30<td>29<td>30<td>25<td>114 </table> </body> </html>