Style Guide MNJK
Revision as of 16:10, 19 April 2021 by MikeTieden (talk | contribs) (MikeTieden moved page Stylesheet mnjk to Style Guide MNJK)
Introduction
This lab assumes that you know the IP address of your Linux system and are connected to the ITCnet VPN network. If you need help with these steps please see the VPN instructions and the previous lab.
In this lab you will perform the following tasks:
- Installing the links web browser
- Installing the Apache webserver
- Installing Python and its dependencies
You will use the following commands:
Lab Procedure
Lab Section Titles Should Capitalize First Letters of Words except Prepositions or Conjunctions
Video Tutorial - Lab Section Title
If there is something at the beginning before the numbering starts don't indent it.
- Steps should be numbered using li tags.
- Sub-steps should be bulleted using asterisks.
- Another sub-step.
- Yet another sub-step.
- Step 2.
- Sub-step about Step 2
- NOTE: Notes should be indented with a colon, and wrapped in double apostrophes. Also, they should start with the word NOTE capitalized, and end with a period.
- This is a step to show how the code tag should be used. To place it on its own line and not within the paragraph, move it to the next line and place a colon before it.
mkdir <my_directory>
- NOTE: When using a variable name in a code tag, such as <my_directory>, it should be wrapped in < > to make it stand out.
- This is a step to show how to highlight a command, such as apt install, within the step.
- NOTE: If the command is in a note, it will be bold and italicized such as apt install.
- Example of a multi-line pre tag. Best for keeping all lines within the same box or for showing indentation.
- This is an example of the same printout, but with code tags.
- NOTE: Each line is a separate box and there is no indentation.
If you have multi-line code / printout that needs to show indentation for whatever reason using pre tags work better than code tags. This is an example of a pre tag.
If you have multi-line code / printout
that needs to show indentation for whatever reason,
using pre tags
work better than code tags.
This is an example of a code tag.