How to get set up to follow along with this packet.
If you are comfortable working with html, you can skip to the next video.
I have been creating a website, and I want to learn about Java script. Where do I can find information about Java script?
Here is a great place to start: http://www.codecademy.com/tracks/javascript
It works just fine.
In your .html file should look like this:
<html>
<head>
<title>Parker's website</title>
</head>
<body>
<p>Hello, and welcome.</p>
</body>
</html>
Just make sure all sections are closed properly.
This may be a very simple question, but where do you actually type the html code? Do you type it into a notepad document, or Visual Studio?
Irene, I've added another video to address your question more thoroughly.
Hope it helps!
I type html code directly into notepad.
Using Microsoft word will add extra information (formatting) that can stop it from working.
I do plan to, I've just busy for the past few weekends.
I recommend htmldog.com if you can't wait to learn more.
"Information is correct. I'm excited about seeing it when it's finished! "