Kreid mnjk: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
(Created page with "Welcome to Kreid's test page.")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Welcome to Kreid's test page.
Welcome to Kreid's test page.
[https://www.youtube.com/watch?v=dQw4w9WgXcQ|<span style="color:purple">link text</span>]
[https://www.youtube.com/watch?v=dQw4w9WgXcQ|<span style="color:green">link text</span>]
[https://www.youtube.com/watch?v=dQw4w9WgXcQ|<span style="color:orange">link text</span>]
[https://www.youtube.com/watch?v=dQw4w9WgXcQ|<span style="color:Fuchsia">link text</span>]
[https://www.youtube.com/watch?v=dQw4w9WgXcQ|<span style="color:Indigo">link text</span>]
<code style="background-color: lightgrey; border: solid thin grey;">
Example of a command.
</code>
<code style="background-color: lightgrey; border: solid thin grey;"> man chown<br>
man chgrp</code>
<nowiki>Using <code> </code> formatting instead or <pre> </pre> </nowiki>
<ol>
  <li> Use the command: <code>ls -al</code> to print out the files in your directory.
</ol>
<ol>
  <code>'''bold''' text</code>
</ol>
------------------
<s>strike through text</s>
1. Use command "___" to do ____
> This is a description on what the "___" command does and why it is used here
* Here is a list
* This is another item in this list
<h2>HTML Header</h2>
<table style="width:8%">
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
  <tr>
    <td>John</td>
    <td>Doe</td>
    <td>80</td>
  </tr>
</table>
=big header=
line break:
------------------
    #!/usr/bin/python
    import numpy
[[File:https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2F1000logos.net%2Fwp-content%2Fuploads%2F2017%2F03%2FLINUX-LOGO-history.jpg&f=1&nofb=1|IMAGE GOES HERE IF SAVED TO SERVER]]

Latest revision as of 22:18, 5 February 2021

Welcome to Kreid's test page.

link text link text link text link text link text

Example of a command.

man chown
man chgrp

Using <code> </code> formatting instead or <pre> </pre> 
  1. Use the command: ls -al to print out the files in your directory.
    bold text


strike through text

1. Use command "___" to do ____

> This is a description on what the "___" command does and why it is used here
  • Here is a list
  • This is another item in this list

HTML Header

Firstname Lastname Age
Jill Smith 50
Eve Jackson 94
John Doe 80

big header

line break:


   #!/usr/bin/python
   import numpy

IMAGE GOES HERE IF SAVED TO SERVER