Chapter 7: Lists, Images, and Links - HTML

Chapter 7: Lists, Images, and Links

Chapter 7: Lists, Images, and Links

Fill in the Blanks

  1. The <ul> tag is used to create an _______ list.
  2. Answer: unordered
  3. The <ol> tag creates an _______ list.
  4. Answer: ordered
  5. The <li> tag is used to define _______ in a list.
  6. Answer: list items
  7. The <img> tag uses the _______ attribute to specify the image source.
  8. Answer: src
  9. Hyperlinks are created using the _______ tag.
  10. Answer: <a>

True or False

  1. The <ol> tag is used to create unordered lists.
  2. Answer: False
  3. The <a> tag is used to add images to a webpage.
  4. Answer: False
  5. The src attribute is mandatory for the <img> tag.
  6. Answer: True
  7. Ordered lists use numbers or letters by default.
  8. Answer: True
  9. The <li> tag cannot be used outside of a list.
  10. Answer: True

Answer in One Sentence

  1. What is the purpose of the <ul> tag?
  2. Answer: The <ul> tag is used to create unordered lists in HTML.
  3. Which attribute is required for the <img> tag?
  4. Answer: The src attribute is required for the <img> tag to specify the image source.
  5. How do you create a hyperlink in HTML?
  6. Answer: You create a hyperlink using the <a> tag with the href attribute.
  7. What is the difference between <ul> and <ol>?
  8. Answer: The <ul> creates unordered lists, while <ol> creates ordered lists.
  9. Which tag is used to define list items?
  10. Answer: The <li> tag is used to define list items.

Match the Following

Element Function
<ul> Creates unordered lists
<ol> Creates ordered lists
<li> Defines list items
<img> Adds images to the webpage
<a> Creates hyperlinks

Comments

Popular posts from this blog

Index Class V - Excel - ICT

Interactive Worksheet - Excel-V True or False- Quiz

Interactive Worksheet - Excel-V Fill-in-the-Blanks Quiz