ALL
Ashley wants to create the field set below in HTML5:
Coding is Fun
1
2
The width and height of the field set are 100px.
3
Pick ONE option
4
<fieldset style="height:100px; width:100px"> <Legend>Coding is Fun</Legend> </fieldset>
5
<fieldSet style="height:100px; width:100px"> <Header>Coding is Fun</Header> </fieldset>
6
<fieldSet style="height:100px; width:100px"> <Caption>Coding is Fun</Caption> </fieldset>
7
<fieldSet style="height:100px; width:200px"> <Legend>Coding is Fun</Legend> </fieldset>
8
Clear Selection
Answers
Answered by
0
Answer:
Sorry sorry sorry sorry sorry sorry sorry
Answered by
0
Answer:
<fieldset style="height:100px; width:100px"> <Legend>Coding is Fun</Legend> </fieldset>
<fieldSet style="height:100px; width:100px"> <Header>Coding is Fun</Header> </fieldset>
Similar questions