HTML-Lesson 10-Basic Javascript
I will make one thing clear before i begin, this javascript is very basic and it is not, stricly speaking html although it can be merged together. Okay then lets begin.
This lesson teaches you how to make a javascript alert. For an example of what i mean click here. The code itself is very simple.
Use the following:
<a href="#" title="Popup"
onClick="alert('This is an alert')">
Here
</a>
And it gets even better, you can use the popup on any item on your webpage. Just add the onClick to the tag. To learn more Javascript go to W3schools
Lesson 9-Lists and lines