Class 10 Exam  >  Class 10 Notes  >  Computer Application: Class 10  >  HTML Advanced: Very Short Answer Type Questions

HTML Advanced: Very Short Answer Type Questions | Computer Application: Class 10 PDF Download

Q.1. What do you understand by Name attribute?  (1 Mark)
Ans:
Name attribute allows the user to create links within the same document. This attribute specifies the name of the anchor being set up and always it should not be unique.

Q.2. Write the name of HTML tag used to include numbered list in  HTML Web Page.  (1 Mark)
Ans:
 <OL> Tag

Q.3. Write the code to create an image named “Heritage.gif” as a hyperlink to “India.html”.  (1 Mark)
Ans:
<A href=”India.html”>
<img src="https://edurev.gumlet.io/pan style=" word-break: break-word; max-width: 100%; letter-spacing: 0.02em;"> “Heritage.gif ”></A>

Q.4. How is <OL> tag different from <UL> tag of HTML?  (1 Mark)
Ans:
<OL> stands for ordered list. This tag is used to display an ordered/ a numbered list.
<UL> stands for unordered list. This tag is used to display a bulleted list.

Q.5. Which attribute of the <A> tag is used to add a text pop-up to an element in your web page?  (1 Mark)
Ans:
Title attribute of the <A> tag is used to add a text pop-up to an element in web page.

Q.6. Identify the error in the following HTML code. Rewrite the correct code. <UL TYPE = “a” START = 4>  (1 Mark)
Ans:
<OL TYPE=”a” START=”4”>

Q.7. Difference between <A> as an anchor and <A> as a link.  (1 Mark)
Ans:
<A> as an anchor allows us to go from one part of the same page to another while <A> as a link allows us to go from one page to another page.

Q.8. What is the use of START attribute used in lists?  (1 Mark)
Ans: 
The START attribute is used to change the beginning value of an ordered list. Normally, the ordered list starts with 1. For example, <OL START="5"> </OL> (Yi mark for use and

Q.9. Your school’s web address is www.littlebuds.com. You want to create a link to this web site from your web page. Write the HTML code you will use to do this.  (1 Mark)
Ans:
<a href=”www.littlebuds.com”> My School </a>

Q.10. What is the use of Type attribute of <ul> tag?  (1 Mark)
Ans:
Type attribute is used to change the shape of the bullets in the unordered list. There are three types: DISC, SQUARE, CIRCLE

Q.11. Explain the following statement: <BODY bgcolor=”yellow” text=”red” vlink = ”blue”> TRIAL </BODY>  (1 Mark)
Ans: 
The code will set the web page background as yellow, text color as red and visited link color as blue.

Q.12. What are the different types of lists available in HTML?  (1 Mark)
Ans: 
There are 3 types of lists – ordered lists, unordered lists and definition lists

The document HTML Advanced: Very Short Answer Type Questions | Computer Application: Class 10 is a part of the Class 10 Course Computer Application: Class 10.
All you need of Class 10 at this link: Class 10
11 videos|49 docs|18 tests

Top Courses for Class 10

FAQs on HTML Advanced: Very Short Answer Type Questions - Computer Application: Class 10

1. What are some advanced HTML techniques?
Ans. Some advanced HTML techniques include creating responsive web designs using media queries, implementing CSS animations and transitions, utilizing HTML5 canvas for graphics and animations, and incorporating JavaScript frameworks like React or Angular for dynamic web applications.
2. How can I create a responsive website using HTML?
Ans. To create a responsive website using HTML, you can use media queries to define different CSS styles for different screen sizes. By setting breakpoints and adjusting the layout, font sizes, and images based on the screen width, you can ensure that your website adapts to various devices and maintains a consistent user experience.
3. What are some HTML tags used for semantic markup?
Ans. HTML tags like <header>, <nav>, <article>, <section>, <aside>, and <footer> are used for semantic markup. These tags provide structural meaning to the content and help search engines and assistive technologies understand the organization of a web page. They also make it easier for developers to style and maintain the website.
4. How can I embed a video in HTML?
Ans. To embed a video in HTML, you can use the <video> tag. Within the <video> tag, you specify the video source using the "src" attribute and add optional attributes like "controls" for playback controls and "autoplay" for automatic playback. You can also define alternative video formats using the <source> tag within the <video> tag to ensure compatibility across different browsers.
5. What is the purpose of the <form> tag in HTML?
Ans. The <form> tag in HTML is used to create a form on a web page where users can input data. It is commonly used for collecting user information, such as login forms, contact forms, or survey forms. The <form> tag specifies the action attribute to define where the form data should be submitted, and the method attribute to determine how the data should be sent (GET or POST).
11 videos|49 docs|18 tests
Download as PDF
Explore Courses for Class 10 exam

Top Courses for Class 10

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

ppt

,

practice quizzes

,

Previous Year Questions with Solutions

,

Important questions

,

Exam

,

MCQs

,

HTML Advanced: Very Short Answer Type Questions | Computer Application: Class 10

,

past year papers

,

HTML Advanced: Very Short Answer Type Questions | Computer Application: Class 10

,

shortcuts and tricks

,

HTML Advanced: Very Short Answer Type Questions | Computer Application: Class 10

,

Viva Questions

,

Objective type Questions

,

video lectures

,

Free

,

Sample Paper

,

mock tests for examination

,

Summary

,

pdf

,

Extra Questions

,

Semester Notes

,

study material

;