asasass
1
There are other things on the list, but I just want to know if this part is fine?
<ul>
<li>Available in 4 colors:</li>
<span style="display:inline-block;"><span style="display:inline-block; width:12px; height:12px; border-radius:3px; background-color:#70CBD2; margin-right:2px;"></span>Blue,</span>
<span style="display:inline-block;"><span style="display:inline-block; width:12px; height:12px; border-radius:3px; background-color:#9BCD13; margin:0 2px 0 7px;"></span>Green,</span>
<span style="display:inline-block;"><span style="display:inline-block; width:12px; height:12px; border-radius:3px; background-color:#C40F89; margin:0 2px 0 7px;"></span>Pink,</span>
<span style="display:inline-block;"><span style="display:inline-block; width:12px; height:12px; border-radius:3px; background-color:#818085; margin:0 2px 0 7px;"></span>Grey</span>
</ul>
asasass
2
Error: Element span not allowed as child of element ul in this context. (Suppressing further errors from this subtree.)
asasass
4
Should I do what @ralphm suggested here?
asasass
5
So, then I guess I can leave it the way it is then?
Please read and take note of this topic.
asasass
9
How do I change the code then?
Read the following:
Edit:
Try copying the example, make sure it validates then replace where necessary
asasass
11
What am I replacing, and with what?
asasass
13
How do I remove the circle from it?
How do I remove the circle from it?
Read the instructions about list-style-type
asasass
15
I can have a list with bullets, then remove 1 bullet from one of the items?
asasass
16
How do I remove the bullet from the 2nd one?
<ul>
<li>Available in 4 colors:</li>
<li>Blue, Green, Pink, Grey</li>
</ul>
Yes, the instructions state how to specify the bullets
asasass
19
I have no clue.
I’m asking Google, Google has no clue either.
The following can apply to the complete list or individual list items.
style="list-style-type:disc"