<p><div>Big thanks to</div><br>
<div class="blink"><a href="https://online-voice-recorder.com/">
123 Apps </a></div>for the free online voice recorder<br>
<div class="blink"><a href="https://glitch.com/">Glitch</a> </div>for hosting this site free!<br>
As well as <div class="blink"><a href="https://www.addthis.com/">AddThis</a></div> a customizable share button platform<br>
<div class="blink"><a href="https://fontawesome.com/">FontAwesome</a></div> for the Icons in the Navigation Bar</p>
I don’t understand why there is a syntax error?
Any help would be much appreciated
I now see the error, too. Looks like a Glitch bug. You could mail [email protected] or get a support token from glitch.happyfox.com to hear their explanation. But what you could do is, get rid of the p tag; browsers are forgiving they do not care if there is a p tag for showing text. Here is my remix- https://oxidized-nostalgic-longship.glitch.me/.
Why would you want to use CSS for getting results similar to an element, when already an element exists that has all the default styles without specifying extra CSS?
The p tag also provides a way to reference all text (considering that all text is wrapped within p tags).
Breaking up content into paragraphs helps make a page more accessible. Screen-readers and other assistive technology provide shortcuts to let their users skip to the next or previous paragraph, letting them skim content like how white space lets visual users skip around.