Computer Science, asked by supriyasinghbegu1243, 11 months ago

Write the HTML code for the following web page:-.
C :/acess/desktop
First name
Last name
Male
Female
Select birth place
Submit

Answers

Answered by nithingowda1
2

Answer:

<HTML>

<HEAD>

<TITLE> WHT IS UR NAME....

</TITLE>

</HEAD>

<BODY>

<H1>HEADER TAG ONW WILL DISPLAY IN BIG SIZE </h1>

<p>

first name:<br>

last name:<br>

</PR>

<p>

male or femail or others<br>

select birth place

<p>

a<br>b<br>c<br>d<br>

</p>

submit

</p>

</BODY>

</HTML>

Similar questions