Computer Science, asked by manikadeka4144, 6 months ago

Identify the errors and write the correct code:                                                          

            <head>

            <title> Creating Ordered List

                        <style type =”text/     “>

                        ol {list-style-type: upper }

            </head>

            </style>

Answers

Answered by Yashicaruthvik
3

Answer:

<head>

<body>

           <title> Creating Ordered List

                       <style type =”text/     “>

                       ol {list-style-type: upper }

  </style>  

<body>

           </head>

 

Explanation:

Answered by mehakbhatia45
1

<HTML>

<HEAD>

<TITLE> title of the web page </TITLE>

</HEAD>

<BODY>

the main content of the HTML document is written here along with the attributes which inhale the appearance of a web page.

</BODY>

</HTML>

Similar questions