CLASS X BASIC HTNL WORKSHEET 1
Class 10 HTML Worksheet
Part A: Fill in the Blanks
- The full form of HTML is ________________________.
- HTML tags are enclosed within __________ brackets.
- The
<title>
tag is used to specify the title of the ____________. - The ____________ tag is used to add an image to an HTML page.
- To create a hyperlink, we use the ____________ tag.
Part B: True or False
- The
<h1>
tag creates the largest heading in HTML. (True / False) - The
<ul>
tag is used for creating ordered lists. (True / False) - The
<br>
tag is used to insert a horizontal line. (True / False) - Every HTML document must start with the
<body>
tag. (True / False) - The
<a>
tag is used to create links to other web pages. (True / False)
Part C: Short Answer Questions
- Write the basic structure of an HTML document.
- What is the difference between an ordered list (
<ol>
) and an unordered list (<ul>
)? - What is the purpose of the
<BR>
tag in an HTML document? - Write the HTML code to create a link to "https://smarttricks-tips.blogspot.com/" with the text "Visit Example."
- Explain the difference between block-level and inline elements in HTML. Give two examples of each.
Part D: Practical Exercises
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
.
0 Comments
Please do note create link post in comment section