Online Exam Quiz

questionQuestion  1 to 30

What does the "alt" attribute in the <img> tag represent?

  • The alignment of the image
  • The alternate text for the image
  • The size of the image
  • The border of the image
Mark for review

Which HTML tag is used to define a list item?

  • <li>
  • <list>
  • <ul>
  • <ol>
Mark for review

What does FTP stand for?

  • File Transfer Protocol
  • Fast Transfer Protocol
  • File Transmission Protocol
  • Fast Transmission Protocol
Mark for review

Which of the following is used to add animation effects to elements in CSS?

  • transition
  • animation
  • transform
  • effect
Mark for review

Which CSS property is used to create rounded corners?

  • border-radius
  • corner-radius
  • round-corner
  • border-style
Mark for review

Which of the following is NOT a valid HTML tag?

  • <section>
  • <article>
  • <div>
  • <span>
Mark for review

What does CDN stand for?

  • Central Data Network
  • Content Delivery Network
  • Common Data Network
  • Central Delivery Network
Mark for review

Which of the following is NOT a valid CSS positioning property?

  • relative
  • static
  • static
  • absolute
Mark for review

What does RWD stand for?

  • Responsive Web Design
  • Random Web Development
  • Remote Web Deployment
  • Responsive Web Deployment
Mark for review

What is the correct HTML for creating a hyperlink?

  • <a href="http://www.example.com"&gt;Example&lt;/a>
  • <link>http://www.example.com&lt;/link>
  • <href>http://www.example.com&lt;/href>
  • <hyperlink>http://www.example.com&lt;/hyperlink>
Mark for review

Which tag is used to define the footer section in HTML5?

  • <footer>
  • <foot>
  • <bottom>
  • <end>
Mark for review

Which HTML tag is used to define the header of a webpage or section?

  • <header>
  • <head>
  • <h1>
  • <h2>
Mark for review

Which CSS property is used to specify the space between cells in a table?

  • cell-spacing
  • border-spacing
  • table-spacing
  • cell-border
Mark for review

Which of the following is NOT a valid value for the "position" property in CSS?

  • top
  • center
  • relative
  • absolute
Mark for review

Which of the following is NOT a valid value for the "overflow" property in CSS?

  • visible
  • hidden
  • scroll
  • auto
Mark for review

Which CSS property is used to change the text color of an element?

  • text-color
  • text-color
  • color
  • text-style
Mark for review

Which of the following languages is primarily used for styling web pages?

  • HTML
  • CSS
  • JavaScript
  • Python
Mark for review

What does CSS stand for?

  • Creative Style Sheets
  • Computer Style Sheets
  • Cascading Style Sheets
  • Colorful Style Sheets
Mark for review

What does the "box-sizing" property in CSS determine?

  • The size of the content box
  • The size of the margin box
  • he size of the border box
  • The size of the padding box
Mark for review

Which of the following is NOT a valid value for the display property in CSS?

  • block
  • inline
  • hidden
  • inline-block
Mark for review

Which tag is used to define an image in HTML?

  • <img>
  • <image>
  • <src>
  • <picture>
Mark for review

Which CSS property is used to specify the amount of space between the content and its border?

  • padding
  • margin
  • spacing
  • gap
Mark for review

Which of the following is used to make a responsive website?

  • JavaScript
  • CSS
  • HTML
  • Media queries
Mark for review

What does the CSS "position: fixed" property do?

  • It positions an element relative to its normal position in the document flow
  • It positions an element relative to its parent element
  • It positions an element relative to the viewport
  • It positions an element relative to the nearest positioned ancestor
Mark for review

Which CSS property is used to control the spacing between elements?

  • margin
  • padding
  • spacing
  • gap
Mark for review

What is the purpose of the HTML <head> tag?

  • It defines the main content of the webpage
  • It contains metadata about the webpage
  • It defines the header section of the webpage
  • It specifies the navigation links of the webpag
Mark for review

What does the HTML <iframe> element do?

  • It displays a video file on the webpage
  • It creates a link to another webpage
  • It embeds content from another webpage
  • It plays background music
Mark for review

Which of the following is used to create a responsive grid layout in CSS?

  • Flexbox
  • Grid
  • Columns
  • Rows
Mark for review

What does the "border" property in CSS do?

  • It adds a border around an element
  • It changes the font of text
  • It moves an element to the left or right
  • It changes the color of text
Mark for review

In CSS, how can you select all elements with the class "example"?

  • #example
  • .example
  • *example
  • example
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review