the reading information is going to give the basics of how JavaScript,HTML, and CSS work. Its important because it will define terms that will likely be used for the duration of class and all coding in the future.
Http Haiku
Browser Sends Request Server Approves Client Call Browser Creates Page
The browser will look at the HTML file first and then see if this file has any links back to the css sheets or JavaScript scripts. if so, the browswer puts these together piece by and creates by taking these components and executing the actions directed to create the desired web page.
You can simply google images and save them on your computer. to avoid avoid violating copyright, you can use the license filter and the usage rights option on google.
the difference between a string and a number is basically having quotation marks. For example Let(x)=24 Let(x)=”24” The one with the quotations is string because its in quotations. String can also be words or phrases, while a number is limited to simply numerical expression.
A variable is a unique identifier that holds a number or value.
An attriubute provide additional info about an element.
Element consistes of opening and closing tags with either attriubutes or content between them.
The difference between these two elements is basically semantics. An article is usually for main content where as a section is usually a smaller subspace for content.
doctype head body footer
Metadata allows a search engine to find your page by featuring key words of the website content and author.
When using the meta tag, you use the name attribute to destinguing what type of information it contains and the content tag to specifiy the content that will populate.
you need to establish what the websites purpose is.
What do I want to Accomplish?
Because span has no semantic value where a h1 tells you that the content is meant to be a header.
By following these semantics, we make it easier for others to read our code and understand what we are trying to accomplish.
Retrieving user geographical information. Creating animated 2Dand 3D graphics.
You can add Javascript to an HTML by using a Script element.
What are high level things Javascript can do?