How do you display hyperlinks without an underline?
Give this one a try later!
a {text-decoration:none;}
Which CSS property controls the text size?
Give this one a try later!
font-size
How do you make the text bold?
, Give this one a try later!
font-weight:bold;
Which property is used to change the font of an element?
Give this one a try later!
font
and/or
font-family
Which HTML attribute is used to define inline styles?
Give this one a try later!
style
How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?
Give this one a try later!
Give this one a try later!
a {text-decoration:none;}
Which CSS property controls the text size?
Give this one a try later!
font-size
How do you make the text bold?
, Give this one a try later!
font-weight:bold;
Which property is used to change the font of an element?
Give this one a try later!
font
and/or
font-family
Which HTML attribute is used to define inline styles?
Give this one a try later!
style
How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?
Give this one a try later!