Computer Science, asked by shree102, 10 months ago

write any two attributes of body tag with examples I need correct answer if u dont know then get lost if u know then answer it plzZ​

Answers

Answered by manishdubey7845
1

two attributes of body tag are -

1 - alink - Color of text for selected hyperlinks

2- vlink -  Color of text for visited hyperlinks

example - 1 alink

                 <html>

<body alink="green">

<p><a href="https://-----.com ">-xyz-------.com</a></p>

<p><a href="https://.com/html/">HTML Tutorial</a></p>

</body>

</html>

2 vlink

<html>

<body vlink="red">

<p><a href="https://-----.com">-------.com</a></p>

<p><a href="https:/--------.com/html/">HTML Tutorial</a></p>

</body>

</html>

Similar questions