This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="calculator-box"> | |
| <h1>CGPA CALCULATOR</h1> | |
| <p> | |
| This CGPA Calculator is based on the Nigerian University grading | |
| system. | |
| </p> | |
| <div id="course-wrapper"> | |
| <form class="key-0"> | |
| <p> <label id="course-row" for="courses">Courses:</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form action="action_page.php"> | |
| First name:<br> | |
| <input type="text" name="firstname" value="Musa"><br> | |
| Last name:<br> | |
| <input type="text" name="lastname" value="Adam"><br><br> | |
| <input type="submit" value="Submit"> | |
| </form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <iframe src="www.hikmahtechis.org.ng" width="200" height="200"></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <table border="1" style="width:100%"> | |
| <tr> | |
| <th>First name</th> | |
| <th>Last name</th> | |
| <th>Country</th> | |
| </tr> | |
| <tr> | |
| <td>Musa</td> | |
| <td>Smith</td> | |
| <td>Nigeria</td> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div> | |
| <p>Hello! This is an example of div container</p> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p>LOVE | |
| <br> stroke of unknown imagination <br> | |
| steered on the wheels of commitment <br> | |
| voice to rancor deep thoughts of the heart.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p>This is an example of <b>Horizontal Rule<b>.</p> | |
| <hr> | |
| <p>This is an example of <b>Horizontal Rule<b>.</p> | |
| <hr> | |
| <p>This is an example of <b>Horizontal Rule<b>.</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p>Here is a quote by Abraham Lincoln</p> | |
| <blockquote cite="https://www.google.com/amp/s/www.goalcast.com/2018/01/05/abraham-lincoln-quotes/amp/"> | |
| My concern is not whether God is on our side; my greatest concern is to be on God’s side, for God is always right. | |
| </blockquote> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h1>Unodered list<h1/> | |
| <ul> | |
| <li>Coffee</li> | |
| <li>Tea</li> | |
| <li>Milk</li> | |
| </ul> | |
| <h1>Odered list<h1/> | |
| <ol> | |
| <li>Coffee</li> | |
| <li>Tea</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="https://www.hikmahtechis.org.ng/">Visit the site to see</a> |
NewerOlder