LESSON – ADVANCE WEB DESIGNING
[FILL IN THE BLANKS]
1. ____ will not be displayed on the webpage
2. ___ value of charset is used for indian characters.
3. A ____ is a type of attribute of html element.
4. ____ allows you to control the look and feel of several pages by changing a
single source.
5. Which tags are placed in head section ? ____, ___, _____
6. ____ input element defines month and year control in format yyyy-mm
7. ____ acts a temporary label.
8. ____ property is used to set margin area on the left side of element.
9. An external css file is saved with ____ extension
10. ____ css is used to apply css on a single line or element
11. The text-decoration property has ___, __, __, ___ values
12. True or false – groove is the value of border property
13. The ---- property is used to set position for an element.
14. True or false – The class name should not start with number.
15. ____ selector is used to minimize the code.
16. Types of floating properties are ___, ___, ___
17. ___ property positions the element at the specified coordinates relative to the
screen.
18. ____ value of display property starts on new line.
19. ___ attribute of <ol> tag specifies that the items of the list are specified in the
reverse order.
20. To define definition list ___ tag is used.
21. The list items in unordered list are marked with ____ by default
22. The list-style-type property has ___, ___, ___, ___, ___ values.
23. ___ is an open container and free audio format.
24. HTML5 features include native audio and video support without the need for
___.
25. The ___ tag is used to specify multiple media resources.
26. Which tags are used to create client side image map ? ___, ___, ___
27. Video formats are ___, ___ , ___
28. ___ hosting is cost effective
29. The companies that provides web hosting services are called ___
30. Inline frames are used in _____
31. The ____ and ___ attributes are used to set size of inline frame
32. ____ tag defines clickable regions.
33. Which attributes are common in <audio> and <video> tag?
34. To display the numerical list like 5,4,3,2,1 _____ attribute is used.
35. <p style="color:red">Welcome</p> this type of CSS is called as____
36. p{_____:arial} will display the paragraph in arial font
37. h4,h5,p{text-align: right; color:red} this comes under _____selector
38. In CSS____value of the text-decoration property is used to give line over the
text.
39. _________ attribute of <meta> tag specifies the name of the metadata like the
author, keywords or description.
40. Internal CSS is also called as ____ CSS
41. ____ is used to identify the html element uniquely .
42. The ____ tag is used by search engines to search information.
43. <input type=____> used for file uploads.
44. _____ attribute of <input> tag specifies that an input field is read only.
45. True or false – The external CSS file should not contain html tags.
46. ___ css is written in body section.
47. Text-align css property has ___, ___, ___ and ___ values
48. ____ property helps in controlling the horizontal spacing between text.
49. ____ and ___ css is written in head section
50. ____ property defines the flow of content.
51. ____ positioning is by default position for html element.
52. The circle requires ____ coords
53. True or false - <area> tag is singular tag
54. ____ attribute of <iframe> tag specifies the html content of the page to show in
the <iframe>
55. _____ hosting is cost effective
56. The companies that provides web hosting services are called _____
57. ____ hosting are paid hosting service for large websites
58. The ____ tag is used to define the term.
59. The ____value of list-style-type property sets the list item marker to a bullet.
60. An unordered list create using the ___ tag and each list item starts with ___tag.
61. ____ value of type attribute of <ol> tag is default value.
62. An ordered list can be ____ or ____
63. The universal selector is used as ____ character.
64. The ____ selector is used when you want to change a group of elements
65. The ___ attribute acts as a pointer which indicates that the image is a client side
image map.