Computer Science, asked by abbasjustin786, 7 months ago

write a html code to display the following in web page
(1) Background Image
(2) List
(3) Text
(4) Hyperlink​

Answers

Answered by ankitamahanta
0

Answer:

1) You can give the background color within the style tag using Css

<head>

<style-type= "text/css">

background color : black (for example)

</style>

</head>

2) use <ul> or <ol> tag which is a container element

3) use <p>

4) <a href ="name of the page to be linked">name of the link <a>

Similar questions