JavaScript 411 Flashcards
JavaScript is
3 languages all web developers must learn
The 1st languages to study is
HTML to define the content of web pages
The 2nd languages to study is
CSS to specify the layout of web pages
The 3rd languages to study is
JavaScript to program the behavior of web pages
JavaScript and Java are
completely different languages
JavaScript can do what to HTML
Javascript can change:
Content
Attributes
Styles
Elements
JavaScript accepts what type of quotes:
both double and single quotes
HTML Attributes
Can be changed in Javascript
HTML Styles (CSS)
Can be changed in Javascript
HTML Elements
Can hidden in Javascript
How can you hide HTML elements in Javascript?
by changing the display style
How can you hide HTML Styles in Javascript?
variant of changing an HTML attribute
How can you show HTML element in Javascript?
by changing the display style
The Tag
Code must be inserted between and tags
.
Old JavaScript examples may use a type attribute