Title on tag A
Autore: Nektarios K.
Visite 626,
Followers 1,
Condiviso 0
Hi there,
I want to fix the “Title on tag A” issue.
I saw the code should be like
MIEC Ship Consultants.
mieconsultancy.com
Where I can put that code? To each page after the close of Head Tag?
In a line
mieconsultancy.com is the name of each page of the site?
Please advice
Regards,
Nek
Postato il
Autore
Code
Autore
<!DOCTYPE html>
<html>
<body>
<p><abbr title="Marine Independent Engineering Consultants">MIEC</abbr> Shipping Consultants.</p>
<p title="Ship Inspections">mieconsultancy.com</p>
</body>
</html>
... paste this string of code, TAG <A>, in an HTML Code Object, or in an html enabled Text Object [</>], inserted in the page (header, footer, page / body):
<a href="https://www.mieconsultancy.com/" style="text-decoration:none;color:navyy;font-weight: bold;font-size:24px" alt="Ship Inspections" title="Ship Inspections">mieconsultancy.com</a>
.
ciao
.