College information
College information
write a html code to create simple web page to display your college
information.
<!DOCTYPE html>
<html>
<head>
<title>Tumkur University</title>
</head>
<body>
<p>Contact Us:</p>
<p>Phone: 0816-2255611</p>
<p>Email: <a
href="mailto:[email protected]">[email protected]</
a></p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Ordered Lists</title>
</head>
<body>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ol>
<ol type="a">
<li>Item A</li>
<li>Item B</li>
<li>Item C</li>
</ol>
<ol type="A">
<li>Item A</li>
<li>Item B</li>
<li>Item C</li>
</ol>
<ol type="i">
<li>Item i</li>
<li>Item ii</li>
<li>Item iii</li>
</ol>
<h2>Upper Roman Numeral Ordered List</h2>
<ol type="I">
<li>Item I</li>
<li>Item II</li>
<li>Item III</li>
</ol>
</body>
</html>
3.Write html code to insert an image of Tim Berners lee and his bio data.
<!DOCTYPE html>
<html>
<head>
<title>Tim Berners-Lee</title>
</head>
<body>
<h1>Tim Berners-Lee</h1>
<p>
</p>
</body>
</html>
<html>
<head>
<title>Multi-Media Data</title>
</head>
<body>
<center>
<h1>Multi-Media Data</h1>
<h2><u>IMAGE</u></h2>
Height=”200”>
<br>
<h2><u>AUDIO</u></h2>
<audio controls>
<source src=”F:\BSc and BCA Notes\Web Technology\Lab Programs\
Audio.mp3”
Type=”audio/mp3”>
</audio><br>
<h2><u>VIDEO</u></h2>
Type=”video/mp4”>
</video><br>
<h2><u>GIF</u></h2>
</center>
</body>
</html>
5.write a html code to create your college time table