Search This Blog

Sunday, 23 August 2020

Html all the data..

 <!doctype html>

<html>

<head></head>

<body>

<h1> Dnyaneshwar image </h1>

<!--<p><img src= "H:\Dnyaneshwars study material\png images\hruta\dnyanu.jpg"></p>

<form type="" method="">-->

<!-- by using upper tag we can add the image in the page--> 


<fieldset>

Number box : &nbsp&nbsp&nbsp&nbsp&nbsp

<input type="number" min="0" max= "50">

</fieldset>

<!-- by using this tag we can add the number bos in the web page-->

<br>

<br>


<select>                         <!-- we can add here option in the tect bos thet we have in serial....! -->

<option value ="Gold">Gold</option>

<option value ="Silver">Silver</option>

<option value ="Copper">Copper</option>

<option value ="Nickel">Nickel</option>

<option value ="Antomony">Antomony</option>

<option value ="Bismith">Bismith</option>

<option value ="Lithium">Lithium</option>       </select><br>

<br>

<br>

<br>

<form action ="" method="">               <!--  using this we can addd the mant elemnt in it ,,  -->


<fieldset>                                <!--  by using the fieldset tag we can add the box border to the enire field from openong to the closing tag . -->   


<br>

<legend> Enter day you want to travel:</legend>         <!-- legend tag is used to add the text in the border means the inside the line .   -->

<input type="date" name="day">                           <!-- here input tag means it help to input from the computer , tpye we take date so we can add the date , name is day means we can store thet information in it.  -->

NUMBER OF DAYS :&nbsp&nbsp<input type ="number"  name="numdays" min="1" max="20"> <!-- type number means add only numbers , name is numdays we stay tht information in it we can add it the limit by min and max oerator -->

</form>

</fieldset>            <!-- above informamation are kept in the form tag. -->







</body>

</html>

No comments:

Post a Comment

Search This Blog

Contact Form

Name

Email *

Message *

Popular Posts