Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You will need to open PowerShell as administrator In the users profile folder under documents create an folder called HTTP In the HTTP directory
- You will need to open PowerShell as administrator
- In the users profile folder under documents create an folder called HTTP
- In the HTTP directory create an file called MyWebPage.html . You can copy and paste the code.
Lab6 Body {
background-color: gray;
}
H1 {
color: white;
text-align: center;
}
My First HTTP Response from MyPowerShellSite
Send by