Common HTML and CSS Mistakes

Common HTML and CSS Mistakes

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

The Creative Brief

The Creative Brief

9th Grade - Professional Development

10 Qs

foundation of business chapter 6 quiz (Luis edition)

foundation of business chapter 6 quiz (Luis edition)

9th - 12th Grade

10 Qs

Haribo

Haribo

9th - 12th Grade

10 Qs

nxts

nxts

9th - 12th Grade

5 Qs

Introduction to CSS Basics

Introduction to CSS Basics

11th Grade - University

10 Qs

Pictoblox 8

Pictoblox 8

1st - 9th Grade

10 Qs

Year 8 - Homework 3

Year 8 - Homework 3

7th - 9th Grade

10 Qs

Scratch Quiz {3.0}

Scratch Quiz {3.0}

KG - Professional Development

9 Qs

Common HTML and CSS Mistakes

Common HTML and CSS Mistakes

Assessment

Quiz

Design

9th - 12th Grade

Hard

Created by

Adrian Setiawan

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

This code won't change the color or background color of text "Hello this is Adrian". What's wrong?

No acute bracket in css <>

The CSS file hasn't been saved.

spelling of the selector.

CSS missing a semicolon

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's wrong in this code snippet?

Line 16, </div> is wrong. No opening tag

Line 15, </p is wrong. No closing tag

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The img under class "logo" doesn't appear in the website.
What's wrong in this code snippet?

No closing tag on <div class= logo>

The HTML file hasn't been saved.

The writing of img is wrong, it should be <image>

The img must actually be in CSS instead of HTML

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

This code won't change the color or background color of text "Hello this is Adrian". The css is wrong. Which CSS Element is wrong? (Answer in one word)

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

This is example of a messy code. Why is it messy?

The programmer did not press ENTER when typing a new line

The indentation is messy

There is no image