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

Demo

The document contains a set of multiple-choice questions (MCQs) related to web designing, covering topics such as HTML, CSS, JavaScript, and web development concepts. Each question is followed by four answer options, with an answer key provided at the end. The MCQs assess knowledge on various aspects of web development, including programming languages, design principles, and HTML elements.

Uploaded by

aryanjangam276
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Demo

The document contains a set of multiple-choice questions (MCQs) related to web designing, covering topics such as HTML, CSS, JavaScript, and web development concepts. Each question is followed by four answer options, with an answer key provided at the end. The MCQs assess knowledge on various aspects of web development, including programming languages, design principles, and HTML elements.

Uploaded by

aryanjangam276
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

WEB DESIGNING MCQ

1. What does HTML stand for?


A. Hyper Text Markup Language
B. High-level Text Markup Language
C. Hyperlink and Text Markup Language
D. Hyper Transfer Markup Language

2. Which of the following is not a programming language used in web development?


A. HTML
B. CSS
C. JavaScript
D. FTP

3. What is the purpose of CSS (Cascading Style Sheets) in web development?


A. To create dynamic web pages
B. To define the structure of a webpage
C. To style the presentation of HTML elements
D. To manage server-side scripting

4. Which tag is used to define an external style sheet in HTML?


A. <style>
B. <css>
C. <link>
D. <script>

5. What does the term "responsive design" refer to in web development?


A. Designing visually appealing websites
B. Designing websites that respond to user input
C. Designing websites that adapt to different devices and screen sizes
D. Designing websites with interactive animations

6. Which of the following is a commonly used programming language for web development?
A. Java
B. Python
C. Ruby
D. All of the above

7. What does SEO stand for in the context of web development?


A. Search Engine Optimization
B. Site Enhancement Optimization
C. Social Engagement Outreach
D. Server Environment Organization

8. Which HTML tag is used to create a hyperlink?


A. <link>
B. <a>
C. <hlink>
D. <url>
9. What is the purpose of the <head> tag in HTML?
A. It defines the main content of a webpage.
B. It contains metadata about the document.
C. It defines a header for a document.
D. It represents a navigation menu.

10. What is the role of JavaScript in web development?


A. To style web pages
B. To create dynamic and interactive web pages
C. To define the structure of a webpage
D. To store data on the server

11. Which CSS property is used to change the text color of an element?
A. text-color
B. color
C. font-color
D. text-style

12. What is the purpose of the <canvas> element in HTML5?


A. To display images
B. To create 3D graphics
C. To draw graphics using JavaScript
D. To embed videos

13. Which of the following is a server-side scripting language?


A. JavaScript
B. Python
C. PHP
D. CSS

14. What does the term "UX" stand for in web design?
A. User Experience
B. Universal XML
C. User Extension
D. Uniform Experience

15. Which HTML tag is used to define a list item in an ordered list?
A. <li>
B. <ol>
C. <ul>
D. <list>

16. What is the purpose of the CSS property margin?


A. To set the background color of an element
B. To create space outside the border of an element
C. To change the font size of an element
D. To set the text alignment of an element
17. Which of the following is a commonly used version control system for web development projects?
A. Git
B. SVN
C. Mercurial
D. All of the above

18. In CSS, what does the property float do?


A. It makes an element visible.
B. It makes an element float to the left or right of its container.
C. It changes the font size of an element.
D. It sets the background color of an element.

19. What is the purpose of the <footer> tag in HTML?


A. It defines a footer for a section or page.
B. It defines a font for the text.
C. It creates a form for user input.
D. It defines a navigation menu.

20. Which of the following is not a valid color representation in CSS?


A. #336699
B. rgb(255, 0, 0)
C. color: blue;
D. hsl(120, 100%, 50%)

21. What is the purpose of the HTML <iframe> element?


A. To create an image gallery
B. To embed external content, such as a video or map
C. To define an inline frame within a webpage
D. To style the text within a webpage

22. Which of the following is a block-level element in HTML?


A. <span>
B. <a>
C. <div>
D. <em>

23. What does the term "AJAX" stand for in web development?
A. Asynchronous JavaScript and XML
B. Advanced JavaScript and XHTML
C. Automated JavaScript and XML
D. Asynchronous JavaScript and XHTML

24. Which CSS property is used for adding shadows to text?


A. text-shadow
B. box-shadow
C. shadow-text
D. font-shadow
25. What is the purpose of the HTML <meta> tag?
A. To define a new section in a document
B. To create a metadata container
C. To insert a video
D. To apply styling to text

26. Which CSS property is used to control the space between lines of text within an element?
A. line-height
B. text-spacing
C. line-spacing
D. text-height

27. What does the acronym "UI" stand for in web design?
A. Unified Interaction
B. User Interface
C. Unique Integration
D. Universal Intranet

28. In JavaScript, what is the purpose of the addEventListener method?


A. To add a new HTML element to the page
B. To attach an event handler function to an HTML element
C. To define a new variable
D. To create a loop in the code

29. Which of the following is a semantic HTML5 element used to define the main content of a webpage?
A. <section>
B. <main>
C. <article>
D. <content>

30. What does the CSS property box-sizing: border-box; do?


A. It adds a border to the box model.
B. It includes the padding and border in the total width and height of an element.
C. It excludes the margin from the total width and height of an element.
D. It sets the box model to be flexible.

31. Which HTML tag is used for creating an unordered list?


A. <ul>
B. <ol>
C. <li>
D. <list>

32. What is the purpose of the CSS z-index property?


A. To control the transparency of an element
B. To specify the order of positioned elements along the z-axis
C. To set the size of an element
D. To define the color of an element
33. Which of the following is a correct syntax for a comment in HTML?
A. <!-- This is a comment -->
B. // This is a comment
C. /* This is a comment */
D. -- This is a comment --

34. What is the purpose of the CSS property position: relative;?


A. It positions an element absolutely within its containing element.
B. It positions an element relative to its normal position.
C. It sets the position of an element to be fixed on the screen.
D. It aligns an element to the center of its containing element.

35. In web development, what does the term "RWD" stand for?
A. Rapid Web Development
B. Responsive Web Design
C. Reliable Web Deployment
D. Random Web Development

36. Which of the following is a valid color name in CSS?


A. #123456
B. rgb(255, 0, 0)
C. color: green;
D. hsl(120, 100%, 50%)

37. What is the purpose of the HTML <aside> element?


A. It defines additional content that is tangentially related to the content around it.
B. It defines a section in a document.
C. It creates a hyperlink.
D. It sets the background color of a webpage.

38. Which CSS property is used to specify the font for an element?
A. text-font
B. font-family
C. text-family
D. font-style

39. What is the purpose of the HTML <blockquote> element?


A. It defines a block of code.
B. It creates a block-level hyperlink.
C. It defines a block of text that is a quotation.
D. It sets the block size of an element.

40. What is the significance of the HTML <doctype> declaration in a document?


A. It defines a new HTML element.
B. It specifies the character set for the document.
C. It declares the document type and version of HTML being used.
D. It creates a conditional statement in HTML.
41. Which of the following is an example of a self-closing HTML tag?
A. <div></div>
B. <img>
C. <span>
D. <p>

42. What is the purpose of the CSS property opacity?


A. To set the background color of an element
B. To control the transparency of an element
C. To add a shadow to an element
D. To change the font size of an element

43. What is the role of the HTML <header> tag?


A. It defines a header for a section or page.
B. It creates a hyperlink.
C. It defines a new section in a document.
D. It specifies the character encoding of a document.

44. Which CSS property is used for creating rounded corners?


A. border-radius
B. corner-radius
C. round-corner
D. border-style

45. What does the term "CMS" stand for in web development?
A. Cascading Media Style
B. Central Management System
C. Content Management System
D. Code Markup Syntax

46. In JavaScript, what does the typeof operator do?


A. It checks if a variable is defined.
B. It returns the data type of a variable.
C. It converts a variable to a string.
D. It checks if a variable is null.

47. What is the purpose of the CSS property transition?


A. To create a smooth scrolling effect
B. To specify the duration and timing function for animated transitions
C. To set the font style of an element
D. To define the layout of a webpage

48. Which HTML5 element is used to embed audio content in a webpage?


A. <audio>
B. <sound>
C. <music>
D. <media>
49. In CSS, what does the display: flex; property do?
A. It makes an element invisible.
B. It allows elements to be displayed side by side with flexible widths.
C. It sets the display style to fixed.
D. It changes the font size of an element.

50. What is the purpose of the HTML <mark> element?


A. It defines a highlighted text.
B. It creates a navigation link.
C. It sets the font weight of a text.
D. It defines a code block.
Answer Key

1. Answer: A
2. Answer: D
3. Answer: C
4. Answer: C
5. Answer: C
6. Answer: D
7. Answer: A
8. Answer: B
9. Answer: B
10. Answer: B
11. Answer: B
12. Answer: C
13. Answer: C
14. Answer: A
15. Answer: A
16. Answer: B
17. Answer: A
18. Answer: B
19. Answer: A
20. Answer: C
21. Answer: B
22. Answer: C
23. Answer: A
24. Answer: A
25. Answer: B
26. Answer: A
27. Answer: B
28. Answer: B
29. Answer: B
30. Answer: B
31. Answer: A
32. Answer: B
33. Answer: A
34. Answer: B
35. Answer: B
36. Answer: C
37. Answer: A
38. Answer: B
39. Answer: C
40. Answer: C
41. Answer: B
42. Answer: B
43. Answer: A
44. Answer: A
45. Answer: C
46. Answer: B
47. Answer: B
48. Answer: A
49. Answer: B
50. Answer: A

You might also like