Kreid mnjk: Difference between revisions
Jump to navigation
Jump to search
MikeTieden (talk | contribs) (Created page with "Welcome to Kreid's test page.") |
No edit summary |
||
Line 1: | Line 1: | ||
Welcome to Kreid's test page. | Welcome to Kreid's test page. | ||
[Like to lab 1](https://wiki.ihitc.net/w/Franske_ITC-2480_Lab_1 "Redirect to lab one on the assignments page") | |||
___bold and italic text test___ | |||
<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 | |||
These wont be used but testing them anyway: | |||
- [ ] unchecked | |||
- [x] checked | |||
<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: | |||
------------------ | |||
![Image goes here](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmaxcdn.icons8.com%2FShare%2Ficon%2FOperating_Systems%2Flinux1600.png&f=1&nofb=1 "Linux icon") | |||
#!/usr/bin/python | |||
import numpy |
Revision as of 21:27, 22 January 2021
Welcome to Kreid's test page.
[Like to lab 1](https://wiki.ihitc.net/w/Franske_ITC-2480_Lab_1 "Redirect to lab one on the assignments page")
___bold and italic text test___
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
These wont be used but testing them anyway:
- [ ] unchecked - [x] checked
HTML Header
Firstname | Lastname | Age |
---|---|---|
Jill | Smith | 50 |
Eve | Jackson | 94 |
John | Doe | 80 |
big header
line break:
![Image goes here](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmaxcdn.icons8.com%2FShare%2Ficon%2FOperating_Systems%2Flinux1600.png&f=1&nofb=1 "Linux icon")
#!/usr/bin/python import numpy