A Bulleted List of Hyperlinks

  • Post author:
  • Post category:HTML

To create a bulleted list of hyperlinks, use the following code: <ul> <li><a href=http://www.google.com>Google</a></li> <li><a href=http://www.kasd.org>Kutztown Area School District</a></li> <li><a href=http://www.sweendawg.com>SweenDawg</a></li> </ul> This is what you will see: Google Kutztown…

Continue ReadingA Bulleted List of Hyperlinks

Career Website

index DOWNLOAD <html> <head> <title>Job</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="header"> <h1>Job Title</h1> </div> <div id="nav"> Home<br> Link<br> Link </div> <div id="section"> <h1>Job Description</h1> <p>This is where the job…

Continue ReadingCareer Website