Computer Science, asked by naveenkumardhampur12, 3 months ago

Example of following tage <p> ​

Answers

Answered by smithamolmathew2
0

Answer:

Okkkkkkkkkkkkkkkkkkkkkk...........

Answered by study11291
0

Answer:

A paragraph is marked up as follows:

<p>This is some text in a paragraph.</p>

Example:

Style paragraphs with CSS:

<html>

<head>

<style>

p {

 color: navy;

 text-indent: 30px;

 text-transform: uppercase;

}

</style>

</head>

<body>

<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>

</body>

</html>

please mark me brainliest when this answer really helps you...

Similar questions