Grade 9 Knowledge Flashcards
1
Q
In HTML, how I you open a link to a new tab?
A
By adding ‘=“_blank” to the tag.
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.
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.
4
Q
In CSS, buttons can have their…
A
Buttons can have their text color, background color, and border color changed.
5
Q
Using what as your selector will set any written decelerations to all your tags on your HTML page?
A
- (an asterisks)
6
Q
What does HTML stand for?
A
Hypertext Markup Language
7
Q
What does CSS stand for?
A
Cascading Style Sheet