CLASS X BASIC HTNL WORKSHEET 1

CLASS X BASIC HTNL WORKSHEET 1


Class 10 HTML Worksheet

Part A: Fill in the Blanks

  1. The full form of HTML is ________________________.
  2. HTML tags are enclosed within __________ brackets.
  3. The <title> tag is used to specify the title of the ____________.
  4. The ____________ tag is used to add an image to an HTML page.
  5. To create a hyperlink, we use the ____________ tag.

Part B: True or False

  1. The <h1> tag creates the largest heading in HTML. (True / False)
  2. The <ul> tag is used for creating ordered lists. (True / False)
  3. The <br> tag is used to insert a horizontal line. (True / False)
  4. Every HTML document must start with the <body> tag. (True / False)
  5. The <a> tag is used to create links to other web pages. (True / False)

Part C: Short Answer Questions

  1. Write the basic structure of an HTML document.
  2. What is the difference between an ordered list (<ol>) and an unordered list (<ul>)?
  3. What is the purpose of the <BR> tag in an HTML document?
  4. Write the HTML code to create a link to "https://smarttricks-tips.blogspot.com/" with the text "Visit Example."
  5. Explain the difference between block-level and inline elements in HTML. Give two examples of each.

Part D: Practical Exercises

  1. Create an HTML file that displays the following:

    • A heading that says "Welcome to My Web Page"
    • A paragraph describing yourself
    • An image from a file named photo.jpg
    • A list of your three favorite hobbies

    Save the file as index.html.

Post a Comment

0 Comments