Web Design Fundamentals

Web Design Fundamentals

Assessment

Flashcard

Science

12th Grade

Easy

Created by

RAJESH KANNA R COMPUTER SCIENCE

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

HyperText Markup Language

2.

FLASHCARD QUESTION

Front

What is the purpose of the CSS box model?

Back

The purpose of the CSS box model is to manage the layout and spacing of elements on a webpage.

3.

FLASHCARD QUESTION

Front

How do you select an element with the class name 'example' in CSS? Options: #example, .example, .example-classname, example-class

Back

.example

4.

FLASHCARD QUESTION

Front

What is the difference between 'id' and 'class' in HTML?

Back

The 'id' attribute is unique to a single element, while 'class' can be shared among multiple elements.

5.

FLASHCARD QUESTION

Front

Which JavaScript method is used to change the content of an HTML element?

Back

innerHTML

6.

FLASHCARD QUESTION

Front

What is the purpose of media queries in responsive web design?

Back

The purpose of media queries in responsive web design is to adapt the layout and styles of a website to different screen sizes and resolutions.

7.

FLASHCARD QUESTION

Front

How can you make a website responsive?

Back

Use flexible grid layouts, media queries, and responsive images.

8.

FLASHCARD QUESTION

Front

What does the 'viewport' meta tag do in HTML?

Back

The 'viewport' meta tag sets the visible area of a webpage on mobile devices.

9.

FLASHCARD QUESTION

Front

What is the significance of the 'alt' attribute in an image tag?

Back

The 'alt' attribute is significant for accessibility and provides alternative text for images.