Computer Science, asked by saurabhsusar24, 9 months ago

2) Write a html code to design a form which should provide radio button for selectingcolor and
checkboxes for selecting text effects as Bold Italic Underline, Strike through. The page should
have a reset button.​

Answers

Answered by Alance
2

Answer:

nhi pata bhai akbhdscc mxz ncdchdskbcdshcbsdkhcbkbdkhsbc

Explanation:

Answered by rrrrajakumarivishwak
0

Answer:

<! doctype html>

<html>

<head>

<title>colour</title>

</head>

<form>

select colour:<input type="radio" name="r1">Blue<br>

<input type="radio" name="r1">Green<br>

<input type="radio" name="r1">Orange<br>

selecting text:<input type="checkbox" name="t1">Bold<br>

<input type="checkbox" name="t1">Italic<br>

<input type="checkbox" name="t1">Underline<br>

<input type="checkbox" name="t1">strike through<br>

<input type="submit" value="Go">

<input type="reset" value="clear">

</form>

</html>

Similar questions