Computer Science, asked by pallavi6168, 11 months ago

answer the following​

Attachments:

Answers

Answered by ariestheracer
0

a.

<html>

<head>

<title>fruit names</title>

</head>

<body>

<p>Types of fruit</p>

<li>

<ol>Apple</ol>

<ol>Mango</ol>

<ol>Orange</ol>

</li>

</body>

</html>

b.

<p> is used for paragraph writing... for example-

input-

<p>hello!! this is paragraph</p>

output-

hello!! this is paragraph

<br> is used for starting new paragraph.. for example-

input-

<p>hello!! this is paragraph</p>

<br>

<p>hello!! this is new paragraph with br tag</p>

output-

hello!! this is paragraph

hello!! this is new paragraph with br tag

Similar questions