don´t forget! :D Flashcards
1
Q
what is the order for defining border style?
A
1px solid yellow
- size
- style
- color
2
Q
what is the order for img and a tags?
A
First we add the a tag and then the img tag, remember that img tag does not have a closing tag!
3
Q
What property do we use in CSS to remove the underline from the link?
A
text-decoration:none;
4
Q
Use the correct HTML attribute to make the link open in a new window?
A
target=”_blank”
5
Q
What is a tooltip in html?
A
title
6
Q
what does rowspan and colspan attributes mean?
A
Indica cuántas columnas o filas va a abarcar específicamente
span= abarcar/espacio/cubrir/extenderse
7
Q
When using an iframe, we use “src” or “href”?
A
we use the src attribute.