0% found this document useful (0 votes)
1 views7 pages

WCL Exp1

The document contains two sections: a welcome page that introduces services such as Joy Sessions, Peace Retreats, and Inspiration Talks, and a Training Placement Form for users to fill out their personal and educational details. The form includes fields for name, date of birth, phone number, email, CGPA, address, course selection, branch, and skills. The overall design features a pale goldenrod background for the welcome page and a powder blue background for the form.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views7 pages

WCL Exp1

The document contains two sections: a welcome page that introduces services such as Joy Sessions, Peace Retreats, and Inspiration Talks, and a Training Placement Form for users to fill out their personal and educational details. The form includes fields for name, date of birth, phone number, email, CGPA, address, course selection, branch, and skills. The overall design features a pale goldenrod background for the welcome page and a powder blue background for the form.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

<!

DOCTYPE html>

<html>

<body style="background-color: palegoldenrod;">

<h1>HELLO BUDDIES!!!</h1>

<p>Welcome to our Page. We provide pleased, stunning, and honorable experiences.</p>

<img src="C:\Users\ACPCE\Downloads\original-90ccde680752f9de20caefeff909cf23.webp"

width="300" height="200" alt="My Image"><br><br>

<a href="https://happythoughts.global" target="_blank">Click here</a>

</body>

</html>

<h2>Our Services</h2>

<table border="1" cellpadding="10" style="background-color: white;"

<tr>

<th>Service</th>

<th>Description</th>

</tr>

<tr>

<td>Joy Sessions</td>

<td>Personalized happiness coaching and mindset boosting</td>


</tr>

<tr>

<td>Peace Retreats</td>

<td>Weekend escapes designed for relaxation and reflection</td>

</tr>

<tr>

<td>Inspiration Talks</td>

<td>Live motivational talks from global thought leaders</td>

</tr>

</table>
<!DOCTYPE html>

<html>

<head>

<title>Training Placement Form</title>

</head>

<body style="background-color: powderblue;">

<center>

<h1>Training Placement Form</h1>

<form action="#" method="post">

<label for="name"> Name:</label><br>

<input type="text" id="name" name="name" required><br><br>

<label for="dob">Date of Birth:</label><br>

<input type="date" id="dob" name="dob" required><br><br>

<label for="Phoneno ">Phone no:</label><br>

<input type="number" id="Phoneno" name="Phoneno" required><br><br>

<label for="email">Email:</label><br>

<input type="email" id="email" name="email" required><br><br>

<label for="cgpa">CGPA:</label><br>

<input type="number" id="cgpa" name="cgpa" required><br><br>


<label for="address">address:</label><br>

<input type="text" id="address" name="address" required><br><br>

<label for="course">Select Course:</label><br>

<select id="course" name="course" required>

<option value="">--Please choose an option--</option>

<option value="web_development">Web Development</option>

<option value="data_science">Data Science</option>

<option value="digital_marketing">Digital Marketing</option>

<option value="cyber_security">Cyber Security</option>

</select><br><br>

<label>Branch:</label><br>

<input type="radio" id="cse" name="branch" value="CSE" required>

<label for="cse">CSE</label>

<input type="radio" id="ece" name="branch" value="ECE">

<label for="ece">ECE</label>

<input type="radio" id="mech" name="branch" value="MECH">

<label for="mech">MECH</label>

<input type="radio" id="civil" name="branch" value="CIVIL">

<label for="civil">CIVIL</label>
<input type="radio" id="AIDS" name="branch" value="AIDS">

<label for="AIDS">AIDS</label>

<input type="radio" id="COMPUTER" name="branch" value="COMPUTER">

<label for="COMPUTER">COMPUTER</label><br><br>

<label>Skills:</label><br>

<input type="checkbox" id="html" name="skills" value="HTML">

<label for="html">HTML</label>

<input type="checkbox" id="css" name="skills" value="CSS">

<label for="css">CSS</label>

<input type="checkbox" id="javascript" name="skills" value="JavaScript">

<label for="javascript">JavaScript</label>

<input type="checkbox" id="python" name="skills" value="Python">

<label for="python">Python</label><br><br>

<input type="submit" value="Submit">

</form>

</center>

</body>

</html>

You might also like