This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by Athul Shibu
over 8 years

What about all the attributes that hasn't been explained?

I’m currently in 1/26. And I haven’t seen any explanations about the (1)id attribute of

or the (2)border-collapse attribute of
and all the attributes used in the same course as (2)? Please leave informative answers. Thanks in advance.

Answer 561126309113cb6cf900021e

0 votes

Permalink

check here how to format your code. if you update your question please leave a comment so i get a notification.

Could you post your code? My exercises don’t always contain the code which should be there.

id attributes are explained, if not, they will be quit soon, so i will leave that for now. Simply said: id attributes allow you to target a specific html element, if you have multiply paragraphs you can use id to target a specific paragraph, and only apply styling to the paragraph with this id.

border-collapse is just a simple property to manipulate borders, by default border-collapse is set to separate. In this example you can see what happen if you change the value to collapse.

Let’s see, what else is in there? you can read about box-shadow here, it does pretty much what it says (shadow around a box)

border-radius allows you to make round edges, if it says border-bottom-left-radius it just mean target only bottom left corner.

margin, position, float will all be covered later in this course. i think i covered pretty much everything now. If i missed anything let me know

points
Submitted by stetim94
over 8 years