Question 1
1 Marks
What is the first tag in html document
Question 2
1 Marks
The <b> tag makes the enclosed text bold, which other html tag is used to make text bold?
Question 3
1 Marks
Which html tag is used to display a picture in a web page?
Question 4
1 Marks
what is the full form of HTTP?
Question 5
1 Marks
Which html tag inserts a line horizontally in a page?
Question 6
1 Marks
What is the full form of CSS?
Question 7
1 Marks
Which html tag is the smallest heading?
Question 8
1 Marks
What is the another name of web address?
Question 9
1 Marks
What are the two main parts, available in html document?
Question 10
1 Marks
Which character in html is used to indicate end tag?
Question 11
1 Marks
Which is used to publish the webpage to a web hosting server?
Question 12
1 Marks
Which attribute is used with <td> tag to merge two cells horizontally?
Question 13
1 Marks
Which tag creates a checkbox for a form in html?
Question 14
1 Marks
Which html tag is used to add a row in a table?
Question 15
1 Marks
Which html tag is used to divide a row into data cells?
Question 16
1 Marks
Which is the correct syntax for adding alternate text for image, if the image cannot be displayed?
Question 17
1 Marks
Which is the correct H1 tag for right alignment?
Question 18
1 Marks
What is the use of forms in HTML?
Question 19
1 Marks
What is the correct syntax for making a hyperlink?
Question 20
1 Marks
Which is the correct tag for adding iframe in html?
Question 21
1 Marks
what is the correct html tag for adding a background color?
Question 22
1 Marks
How do you add a link which will allow the visitor to send an email from the page?
Question 23
1 Marks
What will happen, If the background image is smaller than the screen, what will happen?
Question 24
1 Marks
Which is the correct css syntax?
Question 25
1 Marks
which is the correct html tag for making a text input field?
Question 26
1 Marks
Which is the correct html tag for creating password field
Question 27
1 Marks
What is the correct html code for inserting a background image?
Question 28
1 Marks
Which option will match, while making bulleted list?
Question 29
1 Marks
What is the meaning of increase the cell padding?
Question 30
1 Marks
Which property of cells will how many rows a cell should span?
Question 31
1 Marks
Which web language give more control over the HTML elements and allows them to change at any time without returning to the Web server?
Question 32
1 Marks
What will be the output of the following HTML code?
<html>
<body>
<p><strong>NIMI</strong></p>
<p>CHENNAI</p>
</body>
</html>
Question 33
1 Marks
What is the output of the following html?
<html>
<body>
<h2>NIMI<small>CHENNAI</small> formatting</h2>
</body>
</html>
Question 34
1 Marks
What is the output of the following html code?
<html>
<body>
<p>NIMI<sup>CHENNAI</sup></p>
</body>
</html>
Question 35
1 Marks
How will the following html code appear in the browser?
<html>
<body>
<h1> my first heading</h1>
<p>my first paragraph</p>
</body>
</html>
Question 36
1 Marks