Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Why won’t my jquery link work in my html file?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #300062
    Thebestdayever1
    Participant

    Can someone help me figure out why my html file won’t run with this script I copied from jquery cdn? I’m using Visual studio code and am not getting any errors.

            <title> All Html Tags</title>
    
    
    
    
    
    
    
             <h1 style="font-family: 'Lobster Two', cursive;text-transform: lowercase">THIS IS MY DISPLAY TITLE!!!
            </h1>
    

    This is what I want to see [1]: https://i.stack.imgur.com/WuQGP.jpg Can someone help me figure out why my html file won’t run with this script I copied from jquery cdn? I’m using Visual studio code and am not getting any errors.

    #300065
    JeroenR
    Participant

    I don’t see why you need jQuery for doing this?

    This seems to be a Google font, so navigate to here, copy the link element and use the font in your H1 element.

    #300090
    Thebestdayever1
    Participant

    JeroenR,

    Thanks for your reply. My font is fine I’m learning HTML/CSS and I was instructed to put this jquery link in this html file and then run it. Once this html file is ran I should see a table like https://i.stack.imgur.com/WuQGP.jpg on the page.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.