Computer Science, asked by kushtheleo, 1 year ago

Can anybody give html coding to insert a picture or background color​ pls give answer fast

Answers

Answered by Nylucy
10

Answer:

HTML coading for inserting pictures and baground color is

for inserting an image in html we need to use <img> tag and for inserting background color we use <bg color> tag.

<html>

<head>

<title>

<title/>

<body>

<bg color = "red" >

<bg color = "red" ><img = (name of the image)>

</body>

</head>

</html>

Similar questions