hyperlink - HTML links not clickable? (tried and tried, can't find any reason) -
i novice @ html, css, , javascript webpage, links clickable , others not. read inline , block elements , maybe missing can't figure out i'm doing incorrectly here. these aren't real links general idea. lastly 2 links within tags work, first 4 not. below problem believe, include rest of html after first snippet.
class="snippet-code-html lang-html prettyprint-override"><body> <p>| <a href="http://www.google.com">exploring computer science</a> | | <a href="http://www.google.com">computer programming i</a> | | <a href="http://www.google.com">computer programming ii</a> |</p> <p> students in computer science major study design , operation of computer hardware , software developing problem-solving skills , ability to apply computational thinking real-world problems. focusing on programming , coding, ‘app’ , website development, robotics, cyber security, computer forensics , geographic info systems, students will prepared farther study , fast-paced world of technology. work-based learning through mentoring, field trips and internships allow students showcase education while gaining valuable experience. participation in technology pupil association encouraged.</p> <p> major @ <a href="http://www.google.com">schoolname</a></p> <br/> <img src="http://oi61.tinypic.com/2ip27b.jpg" align="middle" /> <br/><br/> <span style="font-size:12px">javascript code animation provided <a href="http://www.codeacademy.com">codeacademy</a> help of google, rob hawkes, , mark brenig-jones & emile petrone. <a href="http://www.tattoocanyon.com/97-yin-yang-tattoos/2460-yin-yang-koi-tattoo-by-tsukiohkami-design-art- flash/">koi design</a> image source. </span> </body> </html>
class="snippet-code-html lang-html prettyprint-override"><!doctype html> <html> <head> <header> <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="http://s3.amazonaws.com/codecademy-content/courses/hour-of-code/js/alphabet.js"></script> <canvas id="mycanvas"></canvas> <script type="text/javascript" src="bubbles.js"></script> <script type="text/javascript" src="main.js"></script> <link href="main.css" rel="stylesheet" type="text.css" /> </header> </head> <body> <p>| <a href="http://www.google.com">exploring computer science</a> | | <a href="http://www.google.com">computer programming i</a> | | <a href="http://www.google.com">computer programming ii</a> |</p> <p> students in computer science major study design , operation of computer hardware , software developing problem-solving skills , ability to apply computational thinking real-world problems. focusing on programming , coding, ‘app’ , website development, robotics, cyber security, computer forensics , geographic info systems, students will prepared farther study , fast-paced world of technology. work-based learning through mentoring, field trips and internships allow students showcase education while gaining valuable experience. participation in technology pupil association encouraged.</p> <p> major @ <a href="http://www.google.com">schoolname</a></p> <br/> <img src="http://oi61.tinypic.com/2ip27b.jpg" align="middle" /> <br/><br/> <span style="font-size:12px">javascript code animation provided <a href="http://www.codeacademy.com">codeacademy</a> help of google, rob hawkes, , mark brenig-jones & emile petrone. <a href="http://www.tattoocanyon.com/97-yin-yang-tattoos/2460-yin-yang-koi-tattoo-by-tsukiohkami-design-art- flash/">koi design</a> image source. </span> </body> </html>
html hyperlink
No comments:
Post a Comment