Computer Science, asked by nk761999, 9 months ago

how can you place the heading just above the list? ​

Answers

Answered by ashrafadnh1966
2

Explanation:

We list about any thing that you is listening

Answered by StaceeLichtenstein
0

By using the heading tag like <h3|>,<h4><h5><h6> heading tag in the above of the list .

Explanation:

  • The <h3>,<h4><h5><h6> are the heading the tag which are used for the heading purpose in the HTML language the heading tag is a container tag it means opening and closing both take place.
  • Following are the example  in which we will place the heading just above the list

<html>

<head> </head>

<body>

<h3>heading</h3>

<ol>

 <li>list1 </li>

 <li>list2</li>

 <li>list3</li>

</ol>

</body>  

</html>

Output:

Following are the attachment of output

Learn More :

  • brainly.in/question/9798845

Attachments:
Similar questions