Math, asked by mawlongphidarilin, 5 months ago

Write an HTML code using a paragraph tag.​

Answers

Answered by Anonymous
3

Answer:

<!DOCTYPE html>

<html>

<head>

<title>Paragraph</title>

</head>

<body>

<p>A Computer Science portal for geeks.</p>

<p>It contains well written, well thought articles.</p>

</body>

</html>

Similar questions