Computer Science, asked by anushka010804, 5 months ago

write a program
1. To create an HTML program with following description
A. Background colour yellow
B. Text colour green
C. Insert a paragraph and align it to centre of the webpage​

Answers

Answered by gulnaaz786
2

Answer:

<html>

<head>

<body>

<body style = "background-color:yellow">

<h1 style="color:green">my name is farhan</h1>

<p align="center">

A paragraph is a self-contained unit of discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to

</p>

</body>

</html>

Similar questions