Html / CSS Question

Description

I will attach the assignment instructions, the template to be used for the assignment, and the rubrics. Please look over the rubrics when working on the assignment.

Don't use plagiarized sources. Get Your Custom Assignment on
Html / CSS Question
From as Little as $13/Page

Unformatted Attachment Preview

Week 8 Assignment 1
For this assignment, we will be writing detailed step-by-step
instructions showing how we did this exercise, so we need
Screenburst to take screenshots for us in the background.
Part I: Webserver in Linux



We will be installing Apache Web Server in Linux using PowerShell.
Open the Ubuntu VM in Hyper-V within your Azure Lab machine.
Open the terminal and type Python3 and press the Enter key.





Type import subprocess
Type subprocess.run([“sudo”, “apt”, “update”])
This will make sure that the installer has all of the parts (packages) required to complete
the installation.
Type subprocess.run([“sudo”, “apt”, “install”, “-y”,
“apache2”])
This installs Apache web server.
Test it by opening the Firefox browser and typing localhost in the address bar.


The default webpage for Apache is located in /var/www/html/index.html.
Go back to the Terminal and type quit() to exit Python.

Part II: Homepage in Apache


Open PyCharm and create a new project called Ouroboros.
Close main.py, and create a new Python file called homepage.
© 2023. Grand Canyon University. All Rights Reserved.

Enter the following code:



This script writes to the index.html file, which requires supervisor privileges in order to
change it. As a result, we need to execute the script using sudo.
Open a new terminal window.
Type sudo python3 ./PycharmProjects/ouroboros/homepage.py and
press Enter
Do not close the terminal window.
Check your work: open the browser again and refresh the localhost webpage.




Now, let’s replace the HTML elements with the Google code.
Go back to the browser and open a new tab. Go to Google.
Right-click on a blank spot and select View Page Source.
Click somewhere in the window, ctrl+a, ctrl+c.


2





Go back to PyCharm and highlight lines 4–12 and press Enter a few times.
Ctrl+v to paste the Google code.
Go back to the Terminal window.
Press the up arrow to retrieve the last command we used (sudo python3
./PycharmProjects/ouroboros/homepage.py) and press Enter.
Go back to the browser and refresh the localhost page. Did it work?
Compare and contrast the home page code for each language. List 3
similarities and 3 differences. One example: what are the characters that
Python/PowerShell use to indicate the beginning and end of HTML code?
SUBMIT
Based on your Screenburst output, create a 10-page step-by-step
instruction guide using the Step-By-Step Template. It should include 3
screenshots per page, and your instructions should be suitable for
anyone to complete the tasks in this assignment.
Zero Point Activities:
Add More User Interaction to Screenburst
Modify your Screenburst Python and PowerShell codes to prompt the user for the
assignment name, time elapsed, and number of screenshots.
3
Week 8 Assignment 2
Create Your Own Webpage
Now that you’ve created web servers and copied webpages, let’s make our own webpage to
take the place of the ones we copied.
Choose a theme about you or something you’re interested in and create a webpage that
contains the following minimum requirements:
(My interests are Video Games. Theme of the assignment should be Video Games.)









3 Photos
4 Hyperlinks – all open in new tab, include at least 1 photo hyperlink
1 Paragraph
1 Table
1 Bullet/Numbered List
Background Color
Page Title
Add one interesting or fun thing to your webpage.
Ensure that your HTML is all-inclusive and does not reference locally-downloaded
elements. (All picture links must point to the web.)
Resources
HTML Tags: HTML Tags Ordered Alphabetically
How to Create a Simple Web Page with HTML
Colors: RBG Color Code
HTML Text Effects: HTML Text Examples
Tables: HTML Tables
HTML Links: HTML Links Examples
Submit a screenshot of your website in the Windows Server.
Submit a screenshot of your website in the Linux machine.
Submit your HTML file.
SUBMIT
4
ITT-111-Step-by-Step Template




Instructions Screenshots go here. Adjust size as necessary.
go here.
Bulletize
please.
Provide
example
directions.
Should be
aimed at
someone
who
doesn’t
know how
to use
computers.
© 2023. Grand Canyon University. All Rights Reserved.

Do your
best to
focus on
the
appropriate
areas…

Arrows
work well
also.
2
3
Collapse All
Create Your Own Webpage – Rubric
Webpage Theme
20 points
Criteria Description
Including 3 photos, 4 hyperlinks, paragraph, table, bulleted/numbered list, background
color, page title, and HTML is all inclusive.
5. Target
20 points
Webpage theme, including all requirements, is complete, comprehensive, and
detailed.
4. Acceptable
17 points
Webpage theme, including all requirements, is complete.
3. Approaching
15 points
Webpage theme, including all requirements, is complete but lacking some details.
2. Insufficient
13 points
Webpage theme, including all requirements, is provided but is incomplete or vague.
1. Unsatisfactory
0 points
Windows Server Screenshot
15 points
Criteria Description
Windows Server Screenshot
5. Target
15 points
Windows Server screenshot is present.
4. Acceptable
12.75 points
N/A
3. Approaching
N/A
11.25 points
2. Insufficient
9.75 points
N/A
1. Unsatisfactory
0 points
Windows Server screenshot is not present.
Linux Machine Screenshot
15 points
Criteria Description
Linux Machine Screenshot
5. Target
15 points
Linux machine screenshot is present.
4. Acceptable
12.75 points
N/A
3. Approaching
11.25 points
N/A
2. Insufficient
9.75 points
N/A
1. Unsatisfactory
0 points
Linux machine screenshot is not present.
Total 50 points
Collapse All
Website Linux – Rubric
3 Differences
10 points
Criteria Description
3 Differences
5. Target
10 points
3 differences for the home page code for each language are complete,
comprehensive, and detailed.
4. Acceptable
8.5 points
3 differences for the home page code for each language are complete.
3. Approaching
7.5 points
3 differences for the home page code for each language are complete but lacking
some details.
2. Insufficient
6.5 points
3 differences for the home page code for each language are provided but are
incomplete or vague.
1. Unsatisfactory
0 points
3 Similarities
10 points
Criteria Description
3 Similarities
5. Target
10 points
3 similarities for the home page code for each language are complete,
comprehensive, and detailed.
4. Acceptable
8.5 points
3 similarities for the home page code for each language are complete.
3. Approaching
7.5 points
3 similarities for the home page code for each language are complete but lacking
some details.
2. Insufficient
6.5 points
3 similarities for the home page code for each language are provided but are
incomplete or vague.
10-Page Instruction Guide
10 points
Criteria Description
10-Page Instruction Guide
5. Target
10 points
Instruction guide using Step-By-Step Template is complete, comprehensive, and
detailed.
4. Acceptable
8.5 points
Instruction guide using Step-By-Step Template is complete.
3. Approaching
7.5 points
Instruction guide using Step-By-Step Template is complete but lacking some details.
2. Insufficient
6.5 points
Instruction guide using Step-By-Step Template is incomplete or vague.
1. Unsatisfactory
0 points
Instruction guide is not present.
3 Screenshots per Page
10 points
Criteria Description
3 Screenshots per Page
5. Target
10 points
Instructor guide contains 3 screenshots per page.
4. Acceptable
N/A
8.5 points
3. Approaching
7.5 points
Instructor guide contains 2 screenshots per page.
2. Insufficient
6.5 points
Instructor guide contains 1 screenshot per page.
1. Unsatisfactory
0 points
Instructor guide is missing all screenshots per page.
Instructions Suitable for a Novice
10 points
Criteria Description
Instructions Suitable for a Novice
5. Target
10 points
Instructions are suitable for a novice.
4. Acceptable
8.5 points
N/A
3. Approaching
7.5 points
N/A
2. Insufficient
6.5 points
N/A
1. Unsatisfactory
0 points
Instructions are not suitable for a novice or not presented.
Total 50 points

Purchase answer to see full
attachment