Grade 9 Knowledge Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

In HTML, how I you open a link to a new tab?

A

By adding ‘=“_blank” to the tag.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an ‘alt=“”’ attribute used for?

A

Screen readers and missing images; it will have no effect on why the image can’t be displayed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are common mistakes when writing HTML code?

A
  • Not adding closing tags.
  • Adding the wrong closing tags.
  • Adding closing tags to images.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In CSS, buttons can have their…

A

Buttons can have their text color, background color, and border color changed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Using what as your selector will set any written decelerations to all your tags on your HTML page?

A
  • (an asterisks)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does HTML stand for?

A

Hypertext Markup Language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does CSS stand for?

A

Cascading Style Sheet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly