a. Name the HTML tag used to insert an image. Write any two attributes used with this tag.
background
4. Answer the following.
b. What values can the TYPE attribute of the <ol> tag have?
c. Identify the error in the following statement and write the corrected statement.
<ul type="I">
d. Write the expansions of the following:
i. col>
ii. <li>
iii. <ul>
e. What will be the output of the following HTML code?
<ol type="a" start="3">
<li>ENGLISH</li>
<li>Hindi</li>
<li>Maths</li>
</ol>
Answers
Answered by
0
Answer:
. Jpg
Pta ni
<uitype="i" >
Col>ul
Li
Ul
Answered by
0
The <img> tag is used to embed an image in an HTML page.
<img src="tree.jpg" height="150px" width="150px" border="1px" alt="" />
<ul type="1">
<ol> ordered list
<ki> list name
<ul> unordered list
a.Maths
b.Hindi
c.English
Attachments:
Similar questions