Keep only important Scripts here , that should execute while the page loading itself
async is a good way to stop rendering time
combine all the styles and scripts that are not in visible area while loading and put them in defer or create a function that exectes after the website loaded completely and push those styles and scripting so that the performance will be increaded
<a> something </a>
This will be a bad practise instead use p tag or use href
inside <a>
tag