Webtech

Webtech

Professional Development

7 Qs

quiz-placeholder

Similar activities

MEGASYSTEM - TECH

MEGASYSTEM - TECH

Professional Development

10 Qs

HTML Quiz | For Beginners

HTML Quiz | For Beginners

1st Grade - Professional Development

10 Qs

ILT #1 Web Basic

ILT #1 Web Basic

Professional Development

10 Qs

_Fundamentos HTML y CSS

_Fundamentos HTML y CSS

Professional Development

12 Qs

JRDL - Adv HTML & CSS

JRDL - Adv HTML & CSS

6th Grade - Professional Development

12 Qs

HTML quiz

HTML quiz

Professional Development

10 Qs

Intro to HTML, CSS, JS

Intro to HTML, CSS, JS

Professional Development

10 Qs

html, css quiz

html, css quiz

6th Grade - Professional Development

10 Qs

Webtech

Webtech

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Golden 2349

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Admin dashboards, invoices, data reports uses ________ tag to create table rows

<td>

<tr>

<table>

<th>

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

For Connecting UI themes in enterprise software ,the correct syntax to add an external CSS file to an HTML page?

<style src="style.css">

<css href="style.css">

<link rel="stylesheet" href="style.css">

<script href="style.css">

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Identify the output for the following code

<div style="color: red; background-color: yellow;">

Hello, CSS! </div>

A red box with yellow text saying Hello, CSS!

A yellow box with red text saying Hello, CSS!

Plain text saying Hello, CSS! with no colors

An error will occur in the browser

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You’re asked to create a mobile-friendly login form for a startup. Which CSS technique will you use?




a) Float layout

b) Fixed width layout

c) Flexbox or Media Queries

d) Absolute positioning

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A client wants a responsive image gallery that adapts to different screen sizes. Which CSS layout will you choose?

Float layout

Grid layout

Inline-block

Fixed layout

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the CSS that will be applied when designing a navbar that should stick to the top of the page when the user scrolls.

position: absolute

position: fixed

display: inline

z-index: 0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the CSS property that allows rotation over time when we want to animate a loading spinner in the web application.

transform: scale()

transition: all 0.3s ease

animation + @keyframes

opacity