Doing HTML Just For Fun😃

I have done some HTML coding. I did them just for fun. I am a beginner. I want to learn programming language. After completing HTML I will shift any programming language.
Here are some HTML codes :-

Input :-

<!DOCTYPE html>
<html><body>
<table border="2">
<tr>
    <th bgcolor="green">Roll</th>
    <th bgcolor="red">Name</th>
    <th bgcolor="green">Result</th>
</tr>
<tr>
    <td bgcolor="green">101</td>
    <td bgcolor="red">Rakib</td>
    <td bgcolor="green">5.00</td>
 </tr>
<tr> 
    <td bgcolor="green">102</td>
    <td bgcolor="red">Shakib</td>
    <td bgcolor="green">4.75</td>
</tr>
<tr>
    <td bgcolor="green">103</td>
    <td bgcolor="red">Zariyah</td>
    <td bgcolor="green">4.89</td>
 </tr>

</table>
</body>

</html> 

Output :-

image

Here is another :-

Input :-

<!doctype html> 
<html><body> 
<table border="2">
<tr>
    <th>তারিখ</th>
    <th> ল্যাব-১(১০২),ল্যাব-২(১০৩)-সকাল (১১-১২ টা)</th>
    <th>১০২,১০৩ রুম - ১২:০০-১:০০ টা</th>
    <th>১০২,১০৩ রুম - ১:০০ - ২:০০ টা</th>
</tr>
<tr> 
    <td align="center">১৯/০১/১৯</td>
    <td align="center">L</td>
    <td align="center">L</td>
    <td align="center">L</td>
</tr>
<tr> 
    <td align="center">০৯/০২/১৯</td>
    <td align="center">L</td>
    <td align="center">L</td>
    <td align="center">L</td>
</tr>
</table>
</body> 

</html>

Output :-

image

Here is another :-

Input :-

<!doctype html> 
<html> 
<body> 
<table border="2"> 
    <tr> 
        <th bgcolor="red">Roll No.</th>
        <th bgcolor="green">Total Mark</th>
        <th bgcolor="blue">Grade</th>
    </tr>
    <tr> 
        <td bgcolor="pink">11051</td>
        <td bgcolor="yellow">800</td>
        <td bgcolor="maroon">A+</td>
    </tr>
    <tr>
        <td bgcolor="yellow">10510</td>
        <td bgcolor="sky blue">650</td>
        <td bgcolor="violet">A-</td>
    </tr>
    <tr>
        <td bgcolor="orange">15525</td>
        <td bgcolor="pink">750</td>
        <td bgcolor="yellow">A</td>
    </tr>
    <tr>
        <td bgcolor="red">13122</td>
        <td bgcolor="green">800</td>
        <td bgcolor="orange">A+</td>
    </tr>

</table>
</body>
</html>

Output :-

image

Thanks To Everyone

This post is made from esteem. If you are not using esteem yet, join there Discord server to know more details about their services and giveaways.

image
image

Sort:  

moshkari na? 🤦‍♀️

Thanks for using eSteem!
Your post has been voted as a part of eSteem encouragement program. Keep up the good work! Install Android, iOS Mobile app or Windows, Mac, Linux Surfer app, if you haven't already!
Learn more: https://esteem.app
Join our discord: https://discord.gg/8eHupPq

Coin Marketplace

STEEM 0.35
TRX 0.12
JST 0.040
BTC 70884.24
ETH 3570.27
USDT 1.00
SBD 4.76