Asked by Blue
Which HTML tag belongs in the blank in the code?
<html>
<head>
<title>List</title>
</head>
<body>
<ol type=1>
<li>Line 1</li>
<li>Line 2</li>
<li>Line 3</li>
</body>
</html>
</li>
</ol>
<ul>
</ul>
<html>
<head>
<title>List</title>
</head>
<body>
<ol type=1>
<li>Line 1</li>
<li>Line 2</li>
<li>Line 3</li>
</body>
</html>
</li>
</ol>
<ul>
</ul>
Answers
There are no human answers yet.
Answered by
GPT 3.5
The HTML tag that belongs in the blank is `<ul>`.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.