Meta Description" name="description" />
<html>
<head>
<title>All basic html</title>
</head>
<body>
<h1>Welcome to my web pgage</h1>
<p><b>Nepal</b></p>
<p>Nepal is a landlocked South Asian nation defined by its extreme geographical diversity, stretching from the tropical plains of the Terai to the highest point on Earth, the summit of Mount Everest. Nestled in the heart of the Himalayas between China and India, the country is divided into three distinct regions: the snowy northern mountains, the central fertile hills—home to the bustling capital, Kathmandu—and the southern lowlands rich in wildlife like the one-horned rhino. Beyond its physical beauty, Nepal is a profound spiritual hub; it is the birthplace of Gautama Buddha in Lumbini and maintains a deeply rooted Hindu heritage, visible in the thousands of ancient temples and stupas scattered throughout the Kathmandu Valley. The nation is a vibrant mosaic of over 125 ethnic groups and 123 languages, creating a culture famous for its hospitality, colorful festivals like Dashain and Tihar, and a culinary tradition centered around the staple meal, Dal Bhat. Whether for world-class trekking, exploring UNESCO World Heritage sites, or seeking spiritual peace, Nepal remains one of the world's most unique destinations where ancient traditions seamlessly coexist with a rugged, majestic landscape.</p>
<b>Best place to visit in Nepal</b>
<ol type="1">
<li>Pokhara</li>
<li>Kathmandu</li>
<li>Chitwan National park</li>
<li>Lumbini</li>
<li>Mount Everest Region</li>
<li>Lumbini</li>
<h3>Please enter your information</h3>
<form name: "Information about you">
Full name:<input type="text" name="fullname" size= 30><br><br>
Address:<input type="text" name="address" size=30><br><br>
Country: <input type="text" name="country" value="Nepal" readonly="true"><br><br>
E-mail:<input type="text" name="e-mail" size=30 value="abc@gmail.com"><br><br>
Marital Status:<input type="radio" name="r1" checked="true" value="married">Married
<input type="radio" name="r1" checked="true" value="unmarried">Unmarried<br><br>
Gender:<select size=1 name="gender">
<option>Male</option>
<option>Female</option>
<option>Other</option>
<select><br><br>
Hobbies:<select size=1>
<optgrouplabel="Movies">
<option>Action</option>
<option>Drama</option>
<option>Romantic</option>
</optgroup>
<optgrouplabel="Music">
<option>Modern</option>
<option>Classic</option>
<option>Rock</option>
</optgroup>
<optgrouplabel="Sports">
<option>Football</option>
<option>Cricket</option>
<option>Basketball</option>
</optgroup>
<select><br><br>
Write About Yourself:<br><textarearows=3 cols=20 name="com">Comments</textarea><br>
<h4> Inserting an image</h4>
<img src=https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRhTTcAfcU4ker0zjE10G_uHEEdl47UZHf-pA&s><br>
<table border ="1" Cellpadding="10" bgcolor="sky blue">
<p><h2>Top 5 Mountains of Nepal</h2><br>
<tr>
<th>S.N</th>
<th>Name</th>
<th>Height</th>
</tr>
<tr>
<th>1</th>
<th>Mount Everest</th>
<th>8848.86 m</th>
</tr>
<tr>
<th>2</th>
<th>Kanchenjunga</th>
<th>85686 m</th>
</tr>
<tr>
<th>3</th>
<th>Lhotse</th>
<th>8516 m</th>
</tr>
<tr>
<th>4</th>
<th>Makalu</th>
<th>8481 m</th>
</tr>
<tr>
<th>5</th>
<th>Cho Oyu</th>
<th>8188 m</th>
</tr>
</form>
</body>
</html>2
2
15KB
14KB
215.0ms
392.0ms
310.0ms