Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Create test_tabularformat_html.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deepshikha2k5 authored Nov 7, 2017
1 parent 9ed2505 commit 98005c0
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions pages/features-documentation/test_tabularformat_html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
type: landing
directory: features-documentation
title: test tabularformat html
page_title: test tabularformat html
description: Administration
keywords: 'System Admin,Org Admin,Network Admin,Roles, Permissions, Rights'
hide_platform_selector: true
hide_section_selector: true
published: true
---

<!DOCTYPE html>
<html>
<style>
table, th, td {
border: 1px solid black;
}
</style>
<body>
<H1>HELLO</H1>
<p>

<table>
<tr>
<th>Steps</th>
<th>Images</th>
</tr>
<tr>
<td>Step 1:
<ul>
<li> Sign in the portal using your registered credential</li>
<li> Enter your User ID</li>
<li> Enter your password</li>
<li> Click log in button</li>
</ul>
</td>
<td> <img src="/pages/features-documentation/images/login1.png" width="650" height="250">
</td>
</tr>
<tr>
<td>Step 2:
<ul>
<li> You will land to the Home page: </li>
<li> In the Home page, you can find your courses that your are enrolled to </li>
<li> Locate all the courses that you are enrolled to in To Do </li>
<li> Click on Resume button, to take up a course </li>
</ul>
</td>
<td><img src="/pages/features-documentation/images/workspace2.png" width="650" height="250">
</td>
</tr>
</table>
</p>
</body>
</html>

0 comments on commit 98005c0

Please sign in to comment.