This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
playground:newb [2017/05/25 22:44] michael |
playground:newb [2018/06/01 20:12] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| </head> | </head> | ||
| </html> | </html> | ||
| + | |||
| + | <html> | ||
| + | <style> | ||
| + | table { | ||
| + | border-collapse: collapse; | ||
| + | width: 120%; | ||
| + | text-align: left; | ||
| + | } | ||
| + | |||
| + | th, td { | ||
| + | padding: 10px; | ||
| + | text-align: left; | ||
| + | border-bottom: 1px solid #ddd; | ||
| + | } | ||
| + | th { | ||
| + | background-color: #000000; | ||
| + | color: white; | ||
| + | } | ||
| + | </style> | ||
| + | </head> | ||
| + | <body> | ||
| + | <p><font Size="5"><u> Select type of Software you need help with </u></font></p> | ||
| + | <p><font size="3">These our two types of software </font></p> | ||
| + | </body> | ||
| + | </html> | ||
| + | |||
| + | ------ | ||
| <html> | <html> | ||