html and http, https Flashcards
The STRUCTURE is the ESSENTIAL part of the HTML doc. It includes
the Semantics(meaning); Structural Mark-up of the Document; the HTML tags
An HTML element is defined by a start tag, content, and end tag:
<tagname>content</tagname>
HTML presentation
the Style of the document
HTML presentation and structure must be kept _______.
separate
CSS stands for
Cascading Style Sheet
HTML - At the end of the design process, the author should have an ______ doc and a separate ______ file
HTML, CSS
HTML is used to structure a _________________.
Web document
HTTP stands for
Hypertext Transfer Protocol
What is HTTP?
A set of rules that must be OBEYED when transferring FILES across the INTERNET.
Difference between HTTP and HTTPS
If some form of security(ex. SSL or TLS) used, HTTP changes to HTTPS
HTTPS stands for
Hypertext Transfer Secure Protocol
What is a more secure way of transferring data across a network?
HTTPS
HTTP is slower than HTTPS.
Yes or No?
No, HTTPS is slower than HTTP
HTTPS is usually only adopted for _______________ transference across the internet
sensitive/private data
What contains both structure and presentation?
HTML