Huda Al Dayyeni - Home Page

hudaaldayyeni@yahoo.com

Assignments

Question 1

Why do we use external stylesheets instead of inline or embedded styles?

We use external stylesheets instead of inline or embedded styles to make the code easier to read and more organized. It also simplifies the design process, especially when collaborating with other developers, as changes can be applied to one file rather than multiple places.

Question 2

What is the difference between SSH and FTP and why do we use each?

SSH is used for secure remote access to a server through the command line, providing encrypted communication, making it more secure than FTP. On the other hand, FTP is primarily used for transferring files between a client and a server for uploads or downloads, but it lacks encryption, making it less secure.