don´t forget! :D Flashcards

1
Q

what is the order for defining border style?

A

1px solid yellow

  1. size
  2. style
  3. color
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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!

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

What property do we use in CSS to remove the underline from the link?

A

text-decoration:none;

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

Use the correct HTML attribute to make the link open in a new window?

A

target=”_blank”

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

What is a tooltip in html?

A

title

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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

When using an iframe, we use “src” or “href”?

A

we use the src attribute.

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