Write a HTML Program to Create 2 Command Button and 2 Text Box / দুটো Command Button আর দুটি Text Box তৈরি করার HTML Code লেখো

 

 দুটো Command Button আর দুটি Text Box তৈরি করার HTML Code লেখো

Write a HTML Program to Create 2 Command Button and 2 Text Box



< HTML>

<HEAD>

<TITLE> Command Button and Text Button </TITLE>

</HEAD>

<BODY>

<FORM>

<B> <Input Type = “submit” value = “Madhyamik”>

<B> <Input Type = “submit” value = “H.S”>

<B> Name : <Input type = “Text” size = “20”>

<B> Mobile No : <Input type = “Text” size = “10”>

</FORM>

</BODY>

</HTML>

Previous
Next Post »

জনপ্রিয় পোস্টসমূহ