I am new to CSS and I\'m following a book example:
Iv\'e copied the following from the book and saved it as HTML. all the css properties seem to work except the \"conten
The content property only applies to CSS pseudo-elements such as :before and :after.
content
:before
:after
You cannot use it to set the content of an arbitrary element.