Tuesday 15 August 2023

FIELDSET & LEGEND:

WHAT ARE FEILDSET & LEGENED TAG?

FEILDSET:   This tag helps us to create seperate parts of our webpage.

tag:

<feildset></feildset>

LEGEND:  This tag helps us to give heading to our fieldset.

tag:

<legend></legend>

Note:  we can also make our webpage beautiful by adding colour to our feildset.

how to add colour to feildset?

This is how colour can be added:

 <fieldset style="background-color: crimson;"

 OUTPUT BY USING FIELDSET AND LECEND TAG:



No comments:

Post a Comment

HOW TO MAKE CALCULATOR : OUTPUT: CODE:  <! DOCTYPE html > < html >     < head >         < title > abc </ title &...