Wde Record 2
Wde Record 2
<html>
<head>
</head>
<body >
</ul></i>
</p>
<i><li> italics</li></i>
<li><strong> strong</strong></li>
<li><insert> insert</insert></li>
<u><li> underline</li></u>
<li><small> small</small></li>
</ol></p>
</body>
</html>
2.<head>
</head>
<body><center>
<h1>registration form</h1>
</center>
<p>Greetings from our college.The students are requested to fill the below form
sincerely and accurately. This is the important detail about the students so dont
share this form to anyone.These details travel with you not only for four years but
it travel with your for your whole life. so recheck the form more than two to three
<form>
<label> course:</label><br>
<option value="BE">BE</option></select>
<br>
<label> Gender:</label><br>
<br></tr>
</form>
</body>
</html>
3.<html>
<head>
</head>
<body>
<ol>
<li>Fruits</li>
<li>Vegetables</li>
<li>Whole Grains</li>
</ol>
<ul>
<li>Fried Foods</li>
<li>Sugary Beverages </li>
<li>Fast Food</li>
</ul>
<table border="1">
<tr>
<th>Healthy Food</th>
<th>Unhealthy Food</th>
<th>Benefit/Consequence</th>
</tr>
<tr>
<td>Fresh Fruits</td>
<td>Candy Bars</td>
</tr>
<tr>
<td>Grilled Chicken</td>
<td>Fried Chicken</td>
</tr>
<tr>
<td>White Bread</td>
</tr>
<tr>
<td>Water</td>
<td>Sugary Soda</td>
</table>
</body>
</html>
4.<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Simple Web Page</title>
<link rel="stylesheet" href="c.css">
</head>
<body>
<header>
<h1>Welcome to my webpage</h1>
<p>Learn HTML and CSS basics</p>
</header>
<nav> <ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<main>
<section id="home">
<h2>Home</h2>
<p>Welcome to our homepage!We're glad to have you here.</p>
</section>
<section id="about">
<h2>About Us</h2>
<p>Learn more about our company,mission and values.</p>
</section>
<section id="services">
<h2>Services</h2>
<p>We offer a vareity of services to meet your needs.</p>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>Get in touch with us for more information.</p>
</section>
</main>
<footer>
<p>©2024 My Web Page.All rights reserved.</p>
</footer>
</body> </html>
CSS
body{
font-family:Arial,sans-
serif; margin:0; padding:0;
background-color:#f9f9f9
line height:1.6; color:#333;
}
header background-
color:#4CAF50;
color:white; padding:20px;
text align:center; } nav ul{
list style:none; background-
color:#333; display:flex;
justify-content:center;
padding:10px;
}
nav ul li{
margin:0 15px;
}
nav ul li a:hover{
color:#4CAF50;
}
main{
padding:20px;
}
section{ margin
bottom:20px;
}
section h2{
color:#4CAF50;
} footer{ background-
color:#33;
color:white; text-
align:center;
padding=10px;
margin-top:20px;
}
5.<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<header>
</header>
<nav>
<a href="#workouts">Workouts</a>
<a href="#nutrition">Nutrition</a>
<a href="#mindfulness">Mindfulness</a>
<a href="#blog">Blog</a>
<a href="#contact">Contact</a>
</nav>
<section id="workouts">
<h2>Workout Routines</h2>
<div class="grid-layout">
<div>
<h3>Cardio</h3>
<div>
<h3>Strength</h3>
</div>
<div>
<h3>Yoga</h3>
</div>
<div>
<h3>Stretching</h3>
</div>
</section>
</body>
</html>
CSS
body { font-family: Arial,
sans-serif; margin: 0;
padding: 0;
header { background-color:
1.5em;
justify-content: center;
background-color: #334;
nav a { color:white;
decoration: none;
color: #554;
}
#workouts { padding: 2em;
text-align: center;
background-color: #f9f7f9;
.grid-layout div {
background-color: #e0e0e0;
5px;
6.<!DOCTYPE html>
<html>
<head>
<title>ODD OR EVEN</title>
</head>
<body >
<script>
} else{
document.getElementById("num").innerHTML = a+" is a Odd Number";
}
</script>
</body>
</html>
7.<!DOCTYPE html>
<html>
<head>
<title>natural numbers</title>
</head>
<body>
</script>
</body>
</html>
8.<!DOCTYPE html>
<html>
<body>
</html>
9.1.DOCTYPE html>
<html<!>
<head>
<meta cahrset=""UTF-8>
10px; color:orange;
background-color: green;
border: 7px solid black;
weight: bolder;
}
</style>
</head>
<body>
<div id="add"></div>
<script> let
div=document.getElementById('add');
div.addEventListener('mouseover',(event)=>{
});
</script>
</body>
</html>
9.2.<!DOCTYPE html>
<html>
<head>
<title>
color:green;
</style>
</head>
<body>
<p id="datas"></p>
<script> function
KeyUpFunction(){
</script>
</body>
</html>
9.3<!DOCTYPE html>
<html>
<body>
<option value="KERALA">KERALA</option>
<option value="KARNATAKA">KARNATAKA</option>
<option value="DELHI">DELHI</option>
<option value="TAMIL NADU">TAMIL NADU</option>
</select>
</body>
</html>
10.<!DOCTYPE html>
<html>
<body>
<h1>Set Timeout</h1>
<button onclick="myStopFunction()">Stop!</button>
<h2 id="demo"></h2>
<script>
const myTimeout = setTimeout(myGreeting, 3000); function
myGreeting() {
</body>
</html>
11.<!DOCTYPE html>
<html>
<body>
<h1>JavaScript Callback</h1>
some;
}
</script>
</body>
</html>