Web Design Questions And Answers Pdf

Web Design Questions And Answers Pdf : Web designing is one of the good paying jobs. In the last few years, the demand for web designers has increased with most companies opting for online presence. Today we have brought Web Design Questions Answers for you. Which will prove to be very useful for us. Web design questions and answers pdf are given in this post below. So read these questions carefully, it will be beneficial for your exam

Question 1. What is the full form of HTML?
(A) HyperText Markup Language
(B) HyperText Machine Language
(C) Hyperlink Text Markup Language
(D) Hyperlink and Text Markup Language
Answer: HyperText Markup Language

Question 2. What is the full form of CSS?
(A) Cascading Style Sheets
(B) Cascading Style Scripts
(C) Custom Style Sheets
(D) Custom Style Scripts
Answer: Cascading Style Sheets

Question 3. What is JavaScript used for?
(A) To add interactive elements to a web page
(B) For styling a web page
(C) To mark up the content of a web page
(D) For structuring a web page
Answer: To add interactive elements to a web page

Question 4. What are the tags in the basic structure of an HTML document?
(A) <html><head><body>
(B) <html><header><footer>
(C) <html><meta><script>
(D) <html><title><section>
Answer: <html><head>,<body>

Question 5. What is the difference between ‘padding’ and ‘margin’ in CSS?
(A) Padding: Space inside the border, Margin: Space outside the border
(B) Padding: Space outside the border, Margin: Space inside the border
(C) Padding: Text color, Margin: Text size
(D) Padding: Text size, Margin: Text color
Answer: Padding: Space inside the border, Margin: Space outside the border

Question 6. Which tag in HTML is used to add images to a web page?
(A) <img>
(B) <picture>
(C) <image>
(D) <src>
Answer:<img>

Question 7. What is the difference between ‘class’ and ‘id’ selectors in CSS?
(A) ‘Class’ is used for multiple elements, ‘id’ is used for a single element
(B) ‘Class’ is used for a single element, ‘id’ is used for multiple elements
(C) Both ‘Class’ and ‘id’ are used for multiple elements
(D) Both ‘Class’ and ‘id’ are used for a single element
Answer: ‘Class’ is used for multiple elements, ‘id’ is used for a single element

Question 8. What is the main purpose of ‘Responsive Design’?
(A) To adapt web pages for different devices and screen sizes
(B) To increase the speed of the web page
(C) To increase the security of the website
(D) To change the colors of the website
Answer: To adapt web pages for different devices and screen sizes

Question 9. Which tag is used to add ‘hyperlink’ in HTML?
(A) <a>
(B) <link>
(C) <hyperlink>
(D) <url>
Answer:<a>

Question 10. What is ‘flexbox’ used for in CSS?
(A) To control layout
(B) To change the colour of text
(C) To add images
(D) To create animations
Answer: To control layout

Question 11. Which tag is used to create a ‘form’ in HTML?
(A) <form>
(B) <input>
(C) <button>
(D) <field>
Answer:<form>

Question 12. What is ‘display: none;’ used for in CSS?
(A) To hide an element
(B) To show an element
(C) To make an element bigger
(D) To make an element smaller
Answer: To hide an element

Question 13. Which tag is used to make ‘bold’ text in HTML?
(A) <b>
(B) <bold>
(C) <strong>
(D) <em>
Answer:<b>

Question 14. ‘hover’ effect in CSS is used for what?
(A) When the user moves the mouse pointer over the element
(B) When the user clicks
(C) When the user scrolls
(D) When the user types
Answer: When the user moves the mouse pointer over the element

Question 15. What is the full form of ‘SEO’?
(A) Search Engine Optimization
(B) Search Engine Operation
(C) Search Engine Output
(D) Search Engine Objective
Answer: Search Engine Optimization

Question 16. Which tag is used to add ‘bottom’ in HTML?
(A) <footer>
(B) <bottom>
(C) <footer-content>
(D) <end>
Answer:<footer>

Question 17. Which property is used to set the width of ‘border’ in CSS?
(A) border-width
(B) border-size
(C) border-length
(D) border-thickness
Answer:border-width

Question 18. ‘Grid Layout’ is used for what?
(A) To design complex layout structures
(B) To change the colour of text
(C) To add images
(D) To create animations
Answer: To design complex layout structures

Question 19. Which tags are used to create a ‘list’ in HTML?
(A) <ul><ol><li>
(B) <list><item><order>
(C) <ul><item><list>
(D) <ol><item><order>
Answer: <ul><ol>,<li>

Question 20. What is the ‘background-color’ property used for in CSS?
(A) To change the background color of an element
(B) To change the color of text
(C) To change the color of the border
(D) To change the color of the font
Answer: To change the background color of an element

Question 21. Which tag is used for ‘adding’ in HTML?
(A) <table>
(B) <add>
(C) <data>
(D) <insert>
Answer:<table>

Question 22. What is the ‘text-align’ property used for in CSS?
(A) To set the alignment of text
(B) To change the colour of text
(C) To change the size of text
(D) To highlight text
Answer: To set the alignment of text

Question 23. Which tag is used for ‘new line’ in HTML?
(A) <br>
(B) <line>
(C) <new-line>
(D) <nl>
Answer:<br>

Question 24. What is the ‘float’ property used for in CSS?
(A) To move the element left or right
(B) To align the element to the center
(C) To change the background color of the element
(D) To change the width of the element
Answer: To move the element left or right

Question 25. Which tag is used to add ‘custom data attributes’ in HTML?
(A) data-*
(B) custom-*
(C) attribute-*
(D) info-*
Answer:data-*

Question 26. What is ‘position: absolute;’ used for in CSS?
(A) To position the element relative to its closest positioned container
(B) To bring the element to the top of the page
(C) To set the width of the element
(D) To bring the element to the bottom of the page
Answer: To position the element relative to its closest positioned container

Question 27. Which tag is used to create a ‘link’ in HTML?
(A) <a>
(B) <link>
(C) <anchor>
(D) <hyperlink>
Answer:<a>

Question 28. What is the ‘box-shadow’ property used for in CSS?
(A) To shade the element
(B) To change the colour of the text
(C) To change the width of the border
(D) To change the colour of the background
Answer: To shade the element

Question 29. Which tag is used to add ‘meta data’ in HTML?
(A) <meta>
(B) <data>
(C) <info>
(D) <head>
Answer:<meta>

Question 30. ‘transition’ property in CSS is used for what?
(A) To add animation to the change in the property of an element
(B) To change the colour of an element
(C) To change the width of an element
(D) To change the background of an element
Answer: To add animation to the change in the property of an element

Question 31. Which tag is used to control ‘system pixel’ in HTML?
(A) <meta>
(B) <viewport>
(C) <screen>
(D) <resolution>
Answer:<meta>

Question 32. What is the ‘font-family’ property used for in CSS?
(A) To set the font of the text
(B) To change the colour of the text
(C) To set the amount of text
(D) To make the text bold
Answer: To set the font of the text

Question 33. What is the ‘set’ tag used for in HTML?
(A) To set form data
(B) To set page title
(C) To set background colour
(D) To set links
Answer: To set form data

Question 34. What is the ‘opacity’ property used for in CSS?
(A) To set the transparency of an element
(B) To change the colour of an element
(C) To change the size of an element
(D) To change the position of an element
Answer: To set the transparency of an element

Question 35. What is the ‘input’ tag used for in HTML?
(A) To get data from the user
(B) To provide a link to the user
(C) To set the title of the page
(D) To style the text
Answer: To get data from the user

Question 36. What is the ‘text-transform’ property used for in CSS?
(A) To change the case of the text
(B) To change the colour of the text
(C) To change the font of the text
(D) To change the width of the text
Answer: To change the case of the text

Question 37. What is the role of ‘heading’ tag in HTML?
(A) To define the title of the page
(B) To define the main headings of the page
(C) To style the paragraphs of the page
(D) To add pictures to the page
Answer: To define the main headings of the page

Question 38. ‘z-index’ property in CSS is used for what?
(A) To control the stacking order of an element
(B) To change the width of an element
(C) To change the background color of an element
(D) To set the transparency of an element
Answer: To control the stacking order of an element

Question 39. Which tag is used to add a ‘header’ row of a ‘table’ in HTML?
(A) <thead>
(B) <header>
(C) <tfoot>
(D) <caption>
Answer:<thead>

Question 40. ‘box-sizing’ property in CSS is used for what?
(A) To control the size and padding of the box
(B) To change the colour of the box
(C) To set the width of the box
(D) To set the position of the box
Answer: To control the size and padding of the box

Question 41. Which tag is used to change ‘text’ into italic in HTML?
(A) <i>
(B) <italic>
(C) <em>
(D) <text>
Answer:<i>

Question 42. What is ‘position: relative;’ used for in CSS?
(A) To position the element according to its normal flow
(B) To bring the element to the bottom of the page
(C) To bring the element to the top of the page
(D) To set the width of the element
Answer: To position the element according to its normal flow

In this post you will find Web design questions and answers pdf Web design questions and answers for freshers HTML web design questions and answers Web Design questions and answers PDF Web designing viva questions and answers Web Designer Interview Questions and Answers Very important questions and answers related to web design have been given. If you find these answers useful, then share them with your friends and if you want to know or ask something regarding this then make sure to ask by commenting below.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top