Posts

Showing posts with the label hyperlink

Links show up in View Source but not clickable

Links show up in View Source but not clickable I'm trying to understand how this demo site from Codrops works. I'm trying to turn the titles into links, but despite showing up correctly in 'View Source', they aren't clickable when I run it live. Why would that be the case? I've copied the site's code below, with the links added pointing to google.com: So far the only thing I've tried is nesting an tag inside the title tag, but I don't see why that doesn't work. <!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Little Fragments | Codrops</title> <meta name="keywords" content="effect, web design, javascript, css, poster, cut, fragment, parallax" /> <link rel="shortcut icon" href="favicon....