Computer science (web design questions). 1.What is the directory (folder) on you
ID: 3781541 • Letter: C
Question
Computer science (web design questions).
1.What is the directory (folder) on your ONID server that is visible to the world?
2. Describe the Cascade order in a Cascading Style Sheet:
3. What is Hypertext Markup Language (HTML)?
4. What does SFTP stand for?
5. What is a home directory?
6. What text/code editing software will you use for this course?
7. Describe 5 syntax rules that must be followed when writing in PHP?
8. What verbs describe the objectives of the Web Design and Management courses?
9. What sites are the main guides to PHP functions?
/users/u2/*/**/Explanation / Answer
Solution:
1.b) /public_html/
Explanation: In the public_html folder, any files listed will be viewable publicly at people.oregonstate.edu/~<username> (where <username> is your ONID username). This is where you can place and maintain a website, or a more powerful application.
2.Cascade order in a Cascading Style Sheet:
CSS rules cascade
– Highest priority:
1. Inline style (inside an HTML element)
2. External and internal style sheets (in the head section)
3. Browser default
– Last rule
• If two selectors are identical, the latter of the two will take precedence
– Specific
H1{} is more specific than *{}
– !important;
• Indicates that previous assign property is more important then other rule assigned to the same element
3. Hypertext Markup Language (HTML):
HyperText Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS), and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web.[1] Web browsers receive HTML documents from a webserver or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.
4. SFTP stands for Secure File Transfer Protocol.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.