How do I get the words of my website (www.eduardlid.net): spanish (in red), german (in black) and inglés (in blue)? Adding to the html file or css sheet?
Hmm Great work asa. You are too good.
but what I do if I need to coloured a just tablebox, But also in tablebox I just want to coloured a single box??? If you have any Idea ???
i would not use an id put use class instead, you cannot repeat id's on a page.
Code:
<span class="spanish">Spanish</span>
.spanish { color : red; }
<span class="spanish">this can be repeated</span>
<span class="spanish">this can be repeated</span>
i would not use an id put use class instead, you cannot repeat id's on a page.
Code:
<span class="spanish">Spanish</span>
.spanish { color : red; }
<span class="spanish">this can be repeated</span>
<span class="spanish">this can be repeated</span>
i would not use an id put use class instead, you cannot repeat id's on a page.
Code:
<span class="spanish">Spanish</span>
.spanish { color : red; }
<span class="spanish">this can be repeated</span>
<span class="spanish">this can be repeated</span>
Bookmarks