Originally Posted by DNSB
You would need to look at the IDs matching what is after the #.
i.e. <p id="book-content">
If you saw something like:
#green {
color: green;
}
that would match an ID such as <span id="green"> and display the text to the ending </span> with a green text.
|