Dana Vrajitoru
C151 Multi-User Operating Systems
C151 Homework 8
Due date: Monday, March 22, 2021.
In this homework you will apply the knowledge about HTML
you acquired from the lab and the lecture to create another web page.
Ex. 1 Web Page
After you complete Lab 8, create another
html page in your home directory called
linux_reference.html. Add the following things to it:
- A tag for the title and for the author in the head part of the
document.
- A title at the top, centered, with the caption Linux
Reference.
- An unordered (bulleted) list containing at least 5 commands that
you think might be useful to remember. For each of them, start the
list item with the name of the command in bold, followed by an
explanation on the next line in plain text.
- A paragraph below the list (not part of the list) containing a
link to your favorite Linux distribution.
- A horizontal rule below this paragraph.
- A table with a border of 1 and 3 columns containing the common
compilation options for g++. Add a caption above the table
explaining what it is. In the first column have a title called Scope,
in bold, and this will classify the options into compilation only
options and linking options. The second column should have the title
Option at the top, and the third one should have the title
Purpose.
- Add a few rows to this table, starting with the compilation only
options (-I and -c). You can specify "Compilation
only" in the first cell of the first row of these options, and leave
the first cell of the other lines empty. Then add a few more rows for
linking options, and you can do the same thing with the first
cell.
- A paragraph at the end starting with the text "Personal note" in
bold, where you state the best reason for which you think that
programmers need to know how to use Linux.
Place this html page in your public_html folder and make
it readable by everyone. Its URL will be the URL of your home page
followed by /linux_reference.html. For example, since my
username is dvrajito, my file would have the URL:
http://www.cs.iusb.edu/~dvrajito/linux_reference.html
Canvas Submission
Submit: to Canvas, Assignments, Homework 8, the URL
(http://) of the file linux_reference.html that you created
for the homework. Write this link in the text of the homework
submission (you can upload the file if you want to make sure).