144k views
2 votes
Write the HTML for a paragraph that uses inline styles to configure the background color of green and the text color of white.

1 Answer

7 votes

Answer:

The full form of HTML is Hyper Text markup Language

Step-by-step explanation:

HTML stands for Hyper Text Markup Language. It is a programming language. It is a standard markup language that is designed for the documents to be displaced in the web browser. It is used to structure the content of a web page.

The HTML is

<html>

<body>

<p "color=white;">This is paragraph study</p>

</body>

</html>

User Joydeba
by
5.0k points