How to create a HTML link to http://hacker.com
<a> href=”http://hacker.com”</a>
What should the website developer do to prevent malicious input ?
Sanitise everything the user enters before using it in the JavaScript function
What is one of the first things you should do when assessing a web application for security issues ?
Review the pages source code to see if you can find any login credentials or hidden links
What three languages are Websites primarily created with ?
HTML
CSS
JavaScript