English, asked by akshara50163, 5 months ago

Page 9
C. Write the complete tag for the followin
1. Change font size____________
2. Add an image__________
3. Add border to the image ___________​

Answers

Answered by ashishantil508
2

HTML Tags :-)

1.<font Face = "name of font" Size = "size of font" Color = "colour of font">

2. <img src = "location of image" align = "position of image" height = "height of image" width = "width of image">

CSS tags :-)

3. img.{

            border : Solid, inside, outside etc;      /*type of border you want*/

            border-color: colour of border:

}

Hope this will help you...

Similar questions