<div id="app">
  
  <q>I'm enclosed inside  the quotes</q>
  
  <blockquote>
    <q>Insanity is doing the same thing, over and over again, but expecting different results.</q> 
― <mark>Narcotics Anonymous</mark>
  </blockquote>
</div>
#app{
  width:20rem;
  font-size:1.3rem
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.