+ 1
Color
How to set color of Fieldsets and non-paragraph words? Thx :D
11 Respuestas
+ 1
I don't quite understand the question, but I think you are after <span> tags. Check this out...
https://code.sololearn.com/WptQA8MFv284/?ref=app
0
This might work on non paragraph words but how about the fieldsets which are their own element?
0
Span should work for labels in a fieldset. But do you mean to change the colour of text in an <input> tag? If so, apply the styling to the input tag itself.
0
I meant as in the box that the fieldset makes
0
Try border-color in CSS/style.
0
Oh well
0
I have not learned css yet
0
so i guess ill have to do that first
0
Do this...
<fieldset style="border-color: red">
Using the style attribute is basically using CSS, but in a HTML document.
0
alright
0
Can you have multiple pages of html in the playground? I have coded a small website that has 3 html pages then css and js, I put in the href link for each of the pages in the index.html but i can only see the one html page . nothing to do with color so i guess I put this question in the wrong place, but if anyone's knows could you let me know how I can have multiple html pages .