NEW
Font size
WorksheetsHTML Asses
Total questions: 10
Worksheet time: 5mins
Which HTML tag is used to insert an image?
<img url=”htmllogo.jpg” />
<img alt=”htmllogo.jpg” />
<img src=”htmllogo.jpg” />
<img link=”htmllogo.jpg” />
Which HTML tags are used to make a text- italiced?
<it></it>
<t></t>
<i></i>
<ic></ic>
In HTML, Ordered lists are also known as____,while Unordered lists are known as______.
bulleted and descriptive
numbered and bulleted
descriptive and numbered
numbered and lists
Which HTML element is used for YouTube videos?
<samp>
<small>
<frame>
<iframe>
While inserting an image on a website ,the phrase "src" stands for
search
same
seen
source
Which element is used to get highlighted text in HTML?
<u>
<mark>
<highlight>
<b>
Which attribute is not essential under <iframe>?
frameborder
width
height
src
Which of the following is not the element associated with the HTML table layout?
alignment
color
size
spanning
Which element is used for or styling HTML layout?
CSS
jQuery
JavaScript
PHP
Which of the following HTML tag is used to create an unordered list?
<ol>
<ul>
<li>
<ll>
