Computer Science, asked by pinkymishra8874, 1 day ago

Create a web page with the heading "The pros and cons of Social networking sites'. One paragraph to be right aligned and the other left aligned. Write one paragraph on pros and cons each. Text colour should be red. Top margin 150 and left margin 200 Put a suitable background picture Heading using heading tag.​

Answers

Answered by Chaitanya1696
0

A web page with the heading "The pros and cons of Social networking sites':-

<html>

<body>

<h1 style="color: red ;">The pros and cons of Social networking sites</h1>

<h2><img src="socialmedia.jpg" alt="pictures.com"></h2>

<p style="color: red ;"><p style="text-align: right;">The pros of Social networking sites are people can connect with each other and share information easily.</p>

<p style="color: red ;"><p style="text-align: left;">The cons of Social networking sites are people get too addicted to social media spend all their time in them.</p>

</body>

</html>

Similar questions