Computer Science, asked by emreecedsouza08, 1 day ago

Can y'all please tell me this I will fill in my answer
I need only the coding

Attachments:

Answers

Answered by monikagogoi000
1

Answer:

//adding external link such that when clicked it opens another page or images

just create a simple table using td and tr and thn add href attribute wherever u want to add the link

like :

<tr href="computer.html "> </tr>

u can add the href attribute in any element such as <a> , <H1> etc

//adding background

adding background without CSS = < body bgcolor="pink" >

adding bakground with css =

inside css document :- body{ background-color : pink};

Similar questions