0% found this document useful (0 votes)
19 views

A Project Undertaken by Ambience Education Trust

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

A Project Undertaken by Ambience Education Trust

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Ambience Computer Education, New Delhi-44

A project undertaken by Ambience Education Trust

UT-5
Web Designing (HTML, CSS)
Max. Marks: 30 Time Allowed: 1 hours
General Instructions:
I. This question paper consists of 27 questions in 3 sections.
II. All questions are compulsory. However, an internal choice is provided in some
questions. A student is expected to attempt only one of these questions.
III. Section A consists of 20 objective type questions carrying 0.5 mark each.
IV. Section B consists of 5 Very Short questions carrying 02 marks each. Answers to
these questions should be in the range of 30 to 50 words.
V. Section C consists of 2 Short Answer type questions carrying 05 marks each. Answers
to these questions should be in the range of 50 to 80 words.

Section-A
Select and write the most appropriate option out of the four options given for each of the
questions 16 - 20. There is no negative mark for incorrect response.

Q1. HTML stands for -


a) HighText Machine Language
b) HyperText and links Markup Language
c) HyperText Markup Language
d) None of these

Q2. The correct sequence of HTML tags for starting a webpage is -

a) Head, Title, HTML, body


b) HTML, Body, Title, Head
c) HTML, Head, Title, Body
d) HTML, Head, Title, Body

Q3. Which of the following element is responsible for making the text bold in
HTML?

a) <pre>
b) <a>
c) <b>
d) <br>

Q4. Which of the following tag is used for inserting the largest heading in
HTML?

a) <h3>
b) <h1>
c) <h5>
d) <h6>

Q5. Which of the following tag is used to insert a line-break in HTML?

a) <br>
b) <a>
c) <pre>
d) <b>

Q6. How to create an unordered list (a list with the list items in bullets) in
HTML?

a) <ul>
b) <ol>
c) <li>
d) <i>

Q7. Which character is used to represent the closing of a tag in HTML?

a) \
b) !
c) /
d) .

Q8. How to create a hyperlink in HTML?

a) <a href = "www.javatpoint.com"> javaTpoint.com </a>


b) <a url = "www.javatpoint.com" javaTpoint.com /a>
c) <a link = "www.javatpoint.com"> javaTpoint.com </a>
d) <a> www.javatpoint.com <javaTpoint.com /a>

Q9. Which of the following element is responsible for making the text italic in
HTML?

a) <i>
b) <italic>
c) <it>
d) <pre>

Q10. How to create a checkbox in HTML?

a) <input type = "checkbox">


b) <input type = "button">
c) <checkbox>
d) <input type = "check">

Q11. CSS stands for -

a) Cascade style sheets


b) Color and style sheets
c) Cascading style sheets
d) None of the above

Q12. Which of the following is the correct syntax for referring the external
style sheet?

a) <style src = example.css>


b) <style src = "example.css" >
c) <stylesheet> example.css </stylesheet>
d) <link rel="stylesheet" type="text/css" href="example.css">

Q13. The property in CSS used to change the background color of an element
is -

a) bgcolor
b) color
c) background-color
d) All of the above

Q14. The property in CSS used to change the text color of an element is -

a) bgcolor
b) color
c) background-color
d) All of the above
Q15. The CSS property used to control the element's font-size is -

a) text-style
b) text-size
c) font-size
d) None of the above

Q16. The HTML attribute used to define the inline styles is -

a) style
b) styles
c) class
d) None of the above

Q17. The HTML attribute used to define the internal stylesheet is -

a) <style>
b) style
c) <link>
d) <script>

Q18. Which of the following CSS property is used to set the background
image of an element?

a) background-attachment
b) background-image
c) background-color
d) None of the above

Q19. Which of the following is the correct syntax to make the background-
color of all paragraph elements to yellow?

a) p {background-color : yellow;}
b) p {background-color : #yellow;}
c) all {background-color : yellow;}
d) all p {background-color : #yellow;}

Q20. The CSS property used to make the text bold is -


a) font-weight : bold
b) weight: bold
c) font: bold
d) style: bold

Section-B
Question No. 21 and 25 are short answer questions

21. What is HTML?


Or
What is CSS?

22. What do you mean by Tags?


Or
What is Embedded Style Sheet?

23. What is the difference between HTML tags and elements?


Or
What is a CSS selector?

24. How many types of List Explain.


25. Write a code for create a form witch contain :-
Name, Date of Birth, cast, Upload image, Mobile Number, Select Course by using
select list, Submit

Section-C
Question No. 26 and 27 are Lone answer questions

26. Write the basic structure of the HTML template.


Or

27. What are HTML Attributes?

You might also like