Web Pages Flashcards
Where was www invented? When? By who?
At CERN, near Geneva, Switzerland
1989
Tim Berners -Lee
What is the client server model?
The interaction of networked computers, clients request info and servers respond with info
What does HTTP stand for?
Hyper text transfer protocol
What is http?
Method of requesting and transmitting web pages, done by sending http requests and http responses
When was google chrome made? What about internet explorer? Safari? Edge?
2008
1995
2003
2016
Who created mosaic? What was it the first of?
Students at u. Illinois
GUI browser
What are web analytics?
Collection and analysis of data regarding website usage
What does HTML stand for?
Hyper text markup language
What are tags in html? What do they look like? What does an open vs closing tag look like?
Specify content characteristics
<tag>
</tag>
What is WYSIWYG software?
What you see is what you get is any kind of software when the content in the editor resembles its final form
Is html WYSIWYG?
No
What does <html> </html> tags define?
Outlines the html document
What does the tag <head> </head> define?
Contains info that is important to the document like author or keywords
What is the <p> </p> tag?
Text inside should be treated like a second paragraph
What is the <br></br> tag?
Line break