Jump to content

meta tag help


mpsn

Recommended Posts

Thanks for clarifying, do you mind taking a look at my JavaScript post, its fairly simple js, just to show three sets of images side by side and when user clicks on each, it just cycles through the images for a given set and each image set has a link to toggle between hiding or showing the images.

 

here's the link: http://www.phpfreaks.com/forums/index.php?topic=350209.0

 

I appreciate all the help.

Link to comment
https://forums.phpfreaks.com/topic/253409-meta-tag-help/#findComment-1299483
Share on other sites

This would be a good HTML5 page setup:

 

           

<!DOCTYPE html>

<HTML lang="en">

    <HEAD>

        <TITLE></TITLE>

        <META charset="utf-8" />

        <META name="keywords" content="" />

        <META name="description" content="" />

    </HEAD>

    <BODY>

 

    </BODY>

</HTML>

 

 

           

Link to comment
https://forums.phpfreaks.com/topic/253409-meta-tag-help/#findComment-1300135
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.