WCL Exp1
WCL Exp1
DOCTYPE html>
<html>
<h1>HELLO BUDDIES!!!</h1>
<img src="C:\Users\ACPCE\Downloads\original-90ccde680752f9de20caefeff909cf23.webp"
</body>
</html>
<h2>Our Services</h2>
<tr>
<th>Service</th>
<th>Description</th>
</tr>
<tr>
<td>Joy Sessions</td>
<tr>
<td>Peace Retreats</td>
</tr>
<tr>
<td>Inspiration Talks</td>
</tr>
</table>
<!DOCTYPE html>
<html>
<head>
</head>
<center>
<label for="email">Email:</label><br>
<label for="cgpa">CGPA:</label><br>
</select><br><br>
<label>Branch:</label><br>
<label for="cse">CSE</label>
<label for="ece">ECE</label>
<label for="mech">MECH</label>
<label for="civil">CIVIL</label>
<input type="radio" id="AIDS" name="branch" value="AIDS">
<label for="AIDS">AIDS</label>
<label for="COMPUTER">COMPUTER</label><br><br>
<label>Skills:</label><br>
<label for="html">HTML</label>
<label for="css">CSS</label>
<label for="javascript">JavaScript</label>
<label for="python">Python</label><br><br>
</form>
</center>
</body>
</html>