Blockquotes are an html element meant to, well display text in a quoted format. It adds some indention(spacing) as well as some default margins.
<blockquote>Some quote or text that indents here</blockquote>
You can style that tag without giving it a class or id.
You can style any html tag in fact. The difference is that if you have more that one of the same element on a page, and you only want to style a particular element...say you have 5 paragraphs, and want to style the first one. You give the first an id of"
Some text here
Then in your CSS, you "call" or single out the paragraph with an id of first and style only that element.
You should, along with your book, visit w3schools.com and work through the tutorials there. Very easy site to use, with lots of working code examples that you can try and edit then try again.
Chock full of vitamins and minerals, this elixir
combines the healthful benefits of green tea with
a twist of chamomile blossoms and ginger root.