Looking to style the
<title><p>AAA</p></title>
and <meta name="decrition" content="AAA">
.
But when I added <p>
and applied CSS with: p{color:red;size:1000px}
The title is being displayed as <p>AAA</p>
Any ideas on how to customize these elements?