Search Header Logo
HTMLFlashcard

HTMLFlashcard

Assessment

Flashcard

Engineering

Professional Development

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hyper Text Markup Language

2.

FLASHCARD QUESTION

Front

Which property is used to change the background color?

Back

background-color

3.

FLASHCARD QUESTION

Front

How can you create an ordered list in HTML?

Back

    .

4.

FLASHCARD QUESTION

Front

How do you make a font bold in CSS?

Back

font-weight: bold;

5.

FLASHCARD QUESTION

Front

Which HTML tag is used to define a table row? Options: , ,

,

6.

FLASHCARD QUESTION

Front

What is the correct structure of an HTML document? Options: <html> <body> <head> <title>, <html> <title> <head> <body>, <head> <title> <html> <body>, <html> <head> <title> <body>

Back

<html> <head> <title> <body>

7.

FLASHCARD QUESTION

Front

Which of the following HTML tags is used to display an image on a web page? <image>, <src>, <img>, <picture>

Back

<img>

Back