HTML Basics

The main content of a web page is wrapped in which html tag?
<main></main>
<body></body>
<root></root>
<h1></h1>
What is the html tag for paragraph element?

<p>

<paragraph>
<pr>
<html>
Which of the following is the correct way to add image and its attribute in html?
<img src="image location" />
<img image="image location"  />
<img photo="image location" />
<img "image location"  />
Ordered and Unordered list tag are indicated by --- and ---- respectively
<ol> and <ul>
    <ordered> and <unordered>
<or> and <ur>
<li> and <il>
Which is the correct order and syntax of opening and closing html tag

<p><p/>

<p><//p>

<p/></p>

<p></p>

{"name":"HTML Basics", "url":"https://www.quiz-maker.com/QEFHBNKSM","txt":"The main content of a web page is wrapped in which html tag?, What is the html tag for paragraph element?, Which of the following is the correct way to add image and its attribute in html?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker