Computer Science, asked by blogger97, 1 year ago

Write the HTML code to display image red border.​

Answers

Answered by yashgandhi74
1

<html>

<head>

<title> red border image </title>

</head>

<body>

<img src = "/My Computer/image/flamingo.jpg"

Style = " padding : 10 px ; border : thick solid red;">

</body>

</html>

THIS CODING WILL BE USED IN COMPUTER

Answered by Anonymous
3

❤heya...

✔Answer:

<html>

<head>

<title>image</title>

</head>

<body>

<img src="ur image location" border="5px red" >

</body>

</html>

hope it helps..!!❤

Similar questions