OneCompiler

Html important program

120
<html> <head> <title>Naveen teja singu.com</title> <link rel="stylesheet" href="styles.css" /> </head> <body> <h1>Naveen Teja Singu</h1>

<a href="">About</a>

<p>This is Naveen teja singu and Iam pursuing my btech 1st and Iam studying in cse department <h1>My skills</h1> <ul class="list"> <li>Python</li> <li>Html</li> <li>C language</li> </ul>

<a href="">Click here</a> for additional information.

<h4>Feel free to get in touch with me by filling below form: <hr> <form>

<label for ="name">Name: </label>
<input type="text" id="name" name="name"><br><br>

<label for ="email">email: </label>
<input type="email" id="email" name="email"><br><br>

<label for="gender">gender:</label>

<input type="radio" id="male" name="gender" value="male"> <label for="male">male</label> <input type="radio" id=female name="gender" value="female"> <label for="female">female</label> <input type="radio" id=other name="gender" value="other"> <label for="other">other</label>

<br><br>
<label for="country">country:</label>
<select id="country" name="country">
<option value="india">india</option>
<option value="america">america</option>
<option value="japan">japan</option>
<option value="pakistan">pakistan</option>
<option value="canada">canada</option>
<option value="singapore">singapore</option>
<option value="Australia">Australia</option>

</select> </form>

<br><h4>And also visit my Instagram page:</h4>
<a href="https://google.com">@prince_naveenteja</a>

<h4>And also click below button to visit my cloudinary site:</h4> <a href="https://collection.cloudinary.com/dew1mvyyd/ba92b5b9145326762a3d28591cebce28" ><button>click here</button> </a>