Question You are sending an email from your work computer to a person outside the company. The email does not contain objectionable content or content that is harmful to the company. This is however a very personal and confidential conversation between you and the recipient and the email is marked as such. Question Your supervisor becomes aware of the email and wants to discuss it with you... 1. Is the supervisor allowed to do this? Does the fact that the email was marked as confidential matter? 2. If the email was marked Attorney-Client privilege, would that carry more weight?
The homework you will be asked to answer questions and include those answers in an HTML page.
Homework
You will be answering questions and including the
answer on a web page.
I will provide the shell of an html page to you. It’s called emailquestion.html.
Use Notepad or another text editor to add your name and answer
to the html page.
Homework
Use a browser (Firefox, Chrome, IE or Edge) to open the page and make sure it is a working web page. You can find instructions on how to do this by searching open a local file in .....
Upload your webpage to Canvas.
Here’s the question.
Question
You are sending an email from your work computer to a person outside the company.
The email does not contain objectionable content or content that is harmful to the company.
This is however a very personal and confidential conversation between you and the recipient and the email is marked as such.
Question
Your supervisor becomes aware of the email and
wants to discuss it with you...
1. Is the supervisor allowed to do this? Does the
fact that the email was marked as confidential
matter?
2. If the email was marked Attorney-Client
privilege, would that carry more weight?
Standard Shell of an HTML Page
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home Page</title> Scripts and references go here
</head>
<body>
HTML Code goes here
</body>
</html>
Step by step
Solved in 2 steps