Computer Science, asked by bhagyashree39, 1 year ago

write attributes of <p> tags

Answers

Answered by hemakp75pdpygz
0
<!DOCTYPE html>
<html>
<body>

<p>This is a paragraph.</p>
<p>This is a paragraph.</p>
<p>This is a paragraph.</p>

</body>
</html>
Similar questions