HTML EXAMINATION (2025-26) (GOVT OF INDIA VOATIONAL EXAMINATION)
GOVT OF INDIA
VOCATIONAL EXAMINATION BOARD
APPROVED BY GOVT.OF INDIA
HTML
FINAL EXAM 2025-26
SUBJECT CODE-REG27/16/02
Total Marks: 100Time: 01:15 Minutes
Each question carries 2 marks.
-
HTML stands for:
a) Hyper Transfer Markup Language
b) HyperText Makeup Language
c) HyperText Markup Language
d) HighText Markup Language -
Which tag is used to create a hyperlink in HTML?
a)<a>
b)<link>
c)<href>
d)<hyperlink> -
What does
<br>tag do?
a) Adds a border
b) Adds a paragraph
c) Breaks a line
d) Bold text -
Which HTML tag is used to insert an image?
a)<pic>
b)<image>
c)<img>
d)<src> -
What is the correct HTML element for the largest heading?
a)<heading>
b)<h6>
c)<head>
d)<h1>
✍️ Section B: Short Answer Questions (30 Marks)
Attempt any 5 questions. Each carries 6 marks.
-
What is the difference between
<ul>,<ol>, and<li>tags? Give an example. -
Explain the purpose of the
<table>tag. Write code to create a simple table with 2 rows and 2 columns. -
What is the use of the
<form>tag in HTML? Write a simple form with Name and Email fields. -
Differentiate between
<div>and<span>tags. -
What are semantic tags in HTML5? Name any four semantic tags.
-
Write HTML code to display an image and a clickable link below it.
💻 Section C: Long Answer / Practical Questions (50 Marks)
Attempt any 2 questions. Each carries 25 marks.
-
Create a complete HTML page to display your biodata. Include heading, paragraph, list of skills, and an image.
-
Write the HTML code for a webpage with the following:
-
Title: "My First Web Page"
-
Background color: Light blue
-
A heading: "Welcome to My Website"
-
A paragraph describing yourself
-
An ordered list of your hobbies
-
Design an HTML page with a registration form that includes the following fields:
-
Name
-
Email
-
Password
-
Gender (radio buttons)
-
Submit button

Comments
Post a Comment