231 Fa 04274
231 Fa 04274
SECTION: 2H
SOURCE CODE:
<html>
<body>
<h1>HTML (HyperText Markup Language) is the standard language used to create and design
webpages. It provides the basic structure of a website, enabling developers to organize
content such as text, images, videos, and links. </h1>
<h2> HTML uses elements, represented by tags enclosed in angle brackets (e.g., <p> for
paragraphs or <img> for images), to define the roles and appearance of content on a
webpage.</h2>
<h3> HTML is not a programming language but a markup language, meaning it structures
content rather than performing computations.</h3>
<h4>It works alongside CSS (for styling) and JavaScript (for interactivity)to create dynamic
and visually appealing websites. Modern HTML5 introduces advanced features like
multimedia embedding, semantic elements (e.g., header, article), and APIs for offline storage
and location tracking.</h4>
<h5>(e.g., header, article), and APIs for offline storage and location tracking.
HTML is the foundation of web development, making it an essential skill for anyone
interested in creating or managing online content. </h5>
<h6> HTML DisplayYou cannot be sure how HTML will be displayed.Large or small screens,
and resized windows will create different results. </h6>
</body>
</html>
OUTPUT:
SOURCE CODE:
<html>
<head>
</head>
<body>
<p> <q>HTML (Hyper Text Markup Language) </q> is the standard language used to create
and design webpages. It provides the basic structure of a website, enabling developers to
organize content such as text, images, videos, and links. </p>
</body>
</html>
OUPUT:
AIM 3: TEXT FORMATTED TAG
SOURCE CODE:
<html>
<head>
</head>
<body>
<p><strong> HTML uses elements, represented by tags enclosed in angle brackets (e.g., <p>
for paragraphs or <img> for images), to define the roles and appearance of content on a
webpage </strong></p>
<p><em> HTML uses elements, represented by tags enclosed in angle brackets (e.g., <p> for
paragraphs or <img> for images), to define the roles and appearance of content on a
webpage</em></p>
<p><u> HTML uses elements, represented by tags enclosed in angle brackets (e.g., <p> for
paragraphs or <img> for images), to define the roles and appearance of content on a
webpage </u></p>
<p><del> HTML uses elements, represented by tags enclosed in angle brackets (e.g., <p> for
paragraphs or <img> for images), to define the roles and appearance of content on a
webpage </del></p>
<p><s> HTML uses elements, represented by tags enclosed in angle brackets (e.g., <p> for
paragraphs or <img> for images), to define the roles and appearance of content on a
webpage </s></p>
</body>
</html>
OUTPUT:
AIM 4: MARK
SOURCE CODE:
<html>
<head>
<title> MARK</title>
</head>
<body>
<p><mark> HTML uses elements, represented by tags enclosed in angle brackets (e.g., <p>
for paragraphs or <img> for images), to define the roles and appearance of content on a
webpage </ mark></p>
</body>
</html>
OUTPUT:
AIM 5: CENTER
SOURCE CODE:
<html>
<head>
<title> center</title>
</head>
<body>
</body>
</html>
OUTPUT:
AIM 6: SMALL
SOURCE CODE:
<html>
<head>
<title>small</title>
</head>
<body>
<p><small>Initiate and organise internal and external meetings, write follow-up reports etc.,
act as department facilitator to co-ordinate within team and with other departments when
needed</small></p>
</body>
</html>
OUTPUT:
AIM 7: PARAGRAPH
SOURCE CODE:
<html>
<head>
<title>small</title>
</head>
<body>
<p>
Taj Mahal is a white marble mausoleum built by Mughal Emperor, Shah Jahan in the year
1653.Taj Mahal is built in the loving memory of Mumtaz Mahal, wife of Emperor Shah Jahan.
Taj Mahal is built by 20000 artisans in a span of 22 years. Taj Mahal is located in Agra near
the river Yamuna. Taj Mahal has been chosen as the Seven Wonders of the World. </P>
<p>Taj Mahal is a white marble mausoleum built by Mughal Emperor, Shah Jahan in the year
1653.
Taj Mahal is built in the loving memory of Mumtaz Mahal, wife of Emperor Shah Jahan. </p>
Taj Mahal has been chosen as the Seven Wonders of the World. </p>
<p>Taj Mahal is a white marble mausoleum built by Mughal Emperor, Shah Jahan in the year
1653. </p>
<p>Taj Mahal is built in the loving memory of Mumtaz Mahal, wife of Emperor Shah Jahan.
</p>
<p>Taj Mahal has been chosen as the Seven Wonders of the World. </P>
</body>
</html>
OUTPUT:
AIM 8: SUBSCRIPT
SOURCE CODE:
<html>
<head>
<title>subscript</title>
</head>
<body>
<ul>
<li>Ammonia: NH<sub>3</sub></li>
<li>Glucose: C<sub>6</sub>H<sub>12</sub>O<sub>6</sub></li>
<li>Ozone: O<sub>3</sub></li>
</ul>
<ul>
</body>
</html>
OUTPUT:
SOURCE CODE:
<html>
<head>
<title>superscript</title>
</head>
<body>
</body>
</html>
OUTPUT:
SOURCE CODE:
<html>
<head>
<title>break row</title>
</head>
<body>
<p>HTML (HyperText Markup Language) is the standard language used to create and design
webpages. <br> It provides the basic structure of a website, enabling developers to organize
content such as text, images, videos, and links</p>
</body>
</html>
OUTPUT:
SOURCE CODE:
<html>
<head>
<title>marque</title>
</head>
<body>
</body>
</html>
OUTPUT:
SOURCE CODE:
<html>
<head>
</head>
<body>
<p> HTML (Hyper Text Markup Language) is the standard language used to create and design
webpages. <hr> It provides the basic structure of a website, enabling developers to organize
content such as text, images, videos, and links</p>
</body>
</html>
OUTPUT:
SOURCE CODE:
<html>
<head>
<title>preformatted text</title>
</head>
<body>
<pre> HTML (Hyper Text Markup Language) is the standard language used to create and
design webpages. It provides the basic structure of a website, enabling developers to
organize content such as text, images, videos, and links</pre>
</body>
</html>
OUTPUT:
CODE:
<html>
<head>
<title>anchor</title>
</head>
<body>
</body>
</html>
OUTPUT:
CODE:
<html>
<head>
<title>table</title>
</head>
<body>
<table border="1">
<tr>
<th>Product</th>
<th>Price</th>
<th>Availability</th>
</tr>
<tr>
<td>Laptop</td>
<td>1,00,000/-</td>
<td>Available</td>
</tr>
<tr>
<td>Fridge</td>
<td>80,000/-</td>
<td>Out of Stock</td>
</tr>
<tr>
<td>Washing Machine</td>
<td>40,000/-</td>
<td>5 Left</td>
</tr>
<tr>
<td>Air Conditioner</td>
<td>60,000/-</td>
<td>Available</td>
</tr>
</table>
</body>
</html>
OUTPUT:
CODE:
<html>
<head>
<title>lists</title>
</head>
<body>
<h2>Our Services</h2>
<ul style="list-style-type:disc;">
<li>Web Development</li>
<li>SEO Optimization</li>
<li>Content Creation
<ul style="list-style-type:Square;">
<li>Blog Posts</li>
<li>Articles</li>
</ul>
</li>
<li>Marketing Strategy</li>
</ul>
<ol type="I">
<li>Make payment</li>
</ol>
</body>
</html>
OUTPUT:
AIM 17: BI-DIRECTIONAL
CODE:
<html>
<head>
<title>bidirectional</title>
</head>
<body>
<p> <bdo dir="rtl"> HTML (Hyper Text Markup Language) is the standard language used to
create and design webpages. It provides the basic structure of a website, enabling
developers to organize content such as text, images, videos, and links. </bdo></p>
<p> <bdo dir="ltr">HTML (Hyper Text Markup Language) is the standard language used to
create and design webpages. It provides the basic structure of a website, enabling
developers to organize content such as text, images, videos, and links</bdo></p>
</body>
</html>
OUTPUT:
<html>
<head>
<title>abbrevation</title>
</head>
<body>
</body>
</html>
OUTPUT:
CODE:
<html>
<head>
<title>image</title>
</head>
<body>
<p><img src="https://encrypted-tbn0.gstatic.com/images?
q=tbn:ANd9GcQzY15N5BIBUHO3MA_asc6wRhlYDhT-ry_DjQ&s" alt="Anime image"></p>
</body>
</html>
OUTPUT:
AIM 20: IFRAME
CODE:
<html>
<head>
<title>iframe</title>
<iframe
src="https://justflipacoin.com/"
width="1800"
height="1800"
frameborder="1">
</iframe>
</head>
<body>
</body>
</html>
OUTPUT:
CODE:
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<fieldset>
<legend>Personal Information</legend>
<label for="email">Email:</label><br>
</fieldset>
<br>
<fieldset>
<legend>Travel Details</legend>
<label for="destination">Destination:</label><br>
<select id="destination" name="destination" required>
<option value="paris">Paris</option>
<option value="london">London</option>
<option value="tokyo">Tokyo</option>
</select><br><br>
</fieldset>
<br>
</form>
</body>
</html>
OUTPUT:
CODE:
<html>
<head>
<title>BLOCK</title>
</head>
<body>
<h1>Agra</h1>
<h2>Taj Mahal is a white marble mausoleum built by Mughal Emperor, Shah Jahan in the
year 1653. </h2>
<h3>Taj Mahal is built in the loving memory of Mumtaz Mahal, wife of Emperor Shah Jahan.
</body>
</html>
OUTPUT:
AIM 23: INLINE
CODE:
<html>
<head>
<title>inline</title>
</head>
<body>
<i>Taj Mahal is a white marble mausoleum built by Mughal Emperor, Shah Jahan in the year
1653</i>
<strike>Taj Mahal is built in the loving memory of Mumtaz Mahal, wife of Emperor Shah
Jahan Taj Mahal is built by 20000 artisans in a span of 22 years </strike>
</body>
</html>
OUTPUT:
CODE:
<html>
<head>
<title>span</title>
</head>
<body>
<span style = "color:blue"> Taj Mahal is a white marble mausoleum built by Mughal
Emperor, Shah Jahan in the year 1653.Taj Mahal is built in the loving memory of Mumtaz
Mahal, wife of Emperor Shah Jahan Taj Mahal is built by 20000 artisans in a span of 22 years
Taj Mahal is located in Agra near the river Yamuna Taj Mahal has been chosen as the Seven
Wonders of the World </span>
</body>
</html>
OUTPUT:
CODE:
<html>
<body>
<div style="background-color:yellow;">
<h2>HTML</h2>
<p>HTML (HyperText Markup Language) is the standard language used to create and design
the structure of web pages</p>
</div>
<div style="background-color:pink;">
<h2>CSS</h2>
<p>CSS (Cascading Style Sheets) is a style sheet language used to control the visual
appearance and layout of HTML elements on a webpage</p>
<p>CSS separates content (HTML) from presentation, making web pages easier to design,
maintain, and update</p>
</div>
<div style="background-color:green;">
<h2>JS</h2>
<p> JavaScript (JS) is a versatile programming language primarily used to add interactivity,
dynamic content, and advanced functionalities to websites</p>
</div>
</body>
</html>
OUTPUT:
CODE:
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<header>
<h1>Welcome to My Website</h1>
</header>
<nav>
<h2>Navigation</h2>
<ul>
<li><a href="https://www.facebook.com/">Facebook</a></li>
<li><a href="https://www.instagram.com/">Instagram</a></li>
<li><a href="https://x.com/">Twitter</a></li>
<li><a href="https://www.whatsapp.com/">Whatsapp</a></li>
</ul>
</nav>
<aside>
<h2>Additional Information</h2>
<p> HTML enhances accessibility and SEO. While static in nature, it integrates with CSS
for styling and JavaScript for interactivity, enabling responsive web design </p>
</aside>
<footer>
<p>In conclusion, HTML is the foundational language of the web, essential for creating
and structuring web pages. Its simplicity, platform independence, and support for modern
multimedia and semantic elements make it indispensable for web development. </p>
</footer>
</body>
</html>
OUTPUT:
AIM 27: VIDEO TAG
CODE:
<html>
<head>
</head>
<body>
<h2>Video Player</h2>
</video>
</body>
</html>
OUTPUT:
AIM 28: AUDIO TAG
CODE:
<html>
<head>
</head>
<body>
<h2>Audio Player</h2>
<audio controls>
</audio>
</body>
</html>
OUTPUT: