What does the CSS term 'selector' refer to?
What does the CSS term 'selector' refer to?A . A JavaScript function called within the CSS file.B . The HTML element that is targeted by the CSS rules.C . The server that hosts the CSS files.D . The protocol used to transfer CSS files.View AnswerAnswer: B
Which HTML5 element is specifically designed to represent a section of a document that could stand on its own?
Which HTML5 element is specifically designed to represent a section of a document that could stand on its own?A . <article>B . <section>C . <aside>D . <header>View AnswerAnswer: A
Which HTML5 attribute specifies where to send form data on submission?
Which HTML5 attribute specifies where to send form data on submission?A . methodB . actionC . typeD . enctypeView AnswerAnswer: B
Which CSS3 property is used to create rounded borders?
Which CSS3 property is used to create rounded borders?A . border-radiusB . border-styleC . border-curveD . border-edgeView AnswerAnswer: A
What is a key consideration when developing CSS for mobile devices?
What is a key consideration when developing CSS for mobile devices?A . Using high-resolution images only.B . Ensuring responsiveness to different screen sizes.C . Using external stylesheets exclusively.D . Avoiding JavaScript usage.View AnswerAnswer: B
What are the components of the Web development trifecta?
What are the components of the Web development trifecta?A . HTML, PHP, JavaScriptB . HTML, CSS, JavaScriptC . HTML, Java, PythonD . HTML, C++, CSSView AnswerAnswer: B
Which statement is true regarding methods in JavaScript?
Which statement is true regarding methods in JavaScript?A . Methods are functions stored as object properties.B . Methods cannot be called on objects.C . Methods are the same as JavaScript loops.D . Methods are used to link JavaScript to HTML.View AnswerAnswer: A
What feature does SASS provide that standard CSS does not?
What feature does SASS provide that standard CSS does not?A . VariablesB . SelectorsC . Color namesD . Pseudo-classesView AnswerAnswer: A
What does the HTML5 Geolocation API provide?
What does the HTML5 Geolocation API provide?A . User’s current geographical location.B . Data encryption for secure data transfer.C . Connection to external databases.D . An interface for audio and video playback.View AnswerAnswer: A
How does JavaScript differ from a language like Python in web development?
How does JavaScript differ from a language like Python in web development?A . JavaScript can manipulate the DOM of a web page.B . JavaScript is mainly used for server-side scripting.C . Python is primarily used for client-side scripting.D . Python can be embedded directly into HTML.View AnswerAnswer: A