Create a HTML document containing three paragraphs with different alignments.
Answers
Answered by
14
Answer:
<!DOCTYPE html>
<html>
<head>
<title>Mark me as BRAINLIEST</title>
</head>
<body>
<p align="center">This is a Paragraph with different alignment.</p>
<p align="right">This is a Paragraph with different alignment.</p>
<p align="justify">This is a Paragraph with different alignment.</p>
</body>
Similar questions
Math,
5 months ago
Political Science,
5 months ago
Math,
5 months ago
Economy,
10 months ago
English,
10 months ago
Social Sciences,
1 year ago