web tech pmt flashcards
what is HTML
HTML is the language/script that web pages are written in
what does HTML do
HTML allows a browser to interrupt and render a webpage
what is a tag in HTML
HTML code is made up of tags , tags are the names given to values written within angle brackets
what is an identifier selector
an identifier selector is a value that follows a hashtag
what is a class selector
a class selector is a value that follows a full stop
what is a css
CSS is a script/langauge like HTML except its used to describe the style of a webpage
what is CSS
CSS is a script/language like HTML except its used to describe the style of a webpage
what are the names of two methods of applying CSS
internet/embedded CSS
External CSS
where do you write internal CSS
placed inside the style tags and is entered directly within the HTML document
Where do you write external CSS
You write it in a separate document
how do ou use external CSS in your html code
<link></link>
tag
what is javascript
language used on webpages to add interactivity
is javascript interpreted or compiled
interpreted
what is a search engine
programs that teaches through a database of internet addresses looking for a source based on a criteria set by the client/user
what software does a search engine use
web crawlers