CBSE BOARD X, asked by pulkit2310, 1 year ago

write the HTML code to display links of a web page in yellow colour ?

Answers

Answered by kunaljangid2k3
0

Answer:

Explanation:

Foundation of Information Tech.!

All right!

<body link="yellow">

<b>This one above is your code!</b>

Answered by satyamraja1617
9

<html>

<head>

<title>place title here</title>

</head>

<body link="yellow'>

<a href=www.wikipedia.com>Click here to go to wikipedia</a>

</body>

</html>


satyamraja1617: please mark brainliest
Similar questions