Untitled - Pastebin
<html>
<style>
table, tbody{
border: 2px solid black;
/* border-collapse: collapse; */
}
table{
border-spacing: 20px;
}
th,td{
border-color: brown;
padding-left: 10%;
}
</style>
<head>
<body style="background-color: aliceblue;">
<h3>This is an unordered list</h3>
<ul style="list-style-type: disc;">
<li>Fist1 Line</li>
<li>Second Line</li>
<li>Third Line</li>
</ul>
<h3>This is a ordered list</h3>
<ol type="A">
<li>Fist Line</li>
<li>Second Line</li>
<li>Third Line</li>
</ol>
<ol type="a">
<li>Fist Line</li>
<li>Second Line</li>
<li>Third Line</li>
</ol>
<ol start="1">
<li>Fist Line</li>
<li>Second Line</li>
<li>Third Line</li>
</ol>
<!-- <h3>Nested List</h3>
<ol>
<li>A
<ul>B</ul>
<ul>C</ul>
<ul>D</ul>
</li>
</ol> -->
<h3>Description list</h3>
<dl>
<dt>Hello</dt>
<dd>Hello World</dd>
</dl>
<!--Hello This is a comment-->
<h3>HTML Table</h3>
<table style="width: 100%;">
<tr>
<th style="width: 20%;">Name</th>
<th colspan="2">Parents Name</th>
<th>Address</th>
<th>Mobile No.</th>
</tr>
<tr>
<td>a</td>
<td>a</td>
<td>a</td>
<td>a</td>
<td>a</td>
</tr>
<tr>
<td>a</td>
<td>a</td>
<td>a</td>
<td>a</td>
<td>a</td>
</tr>
<tr>
<td>a</td>
<td>a</td>
<td>a</td>
<td>a</td>
<td>a</td>
</tr>
</table>
</body>
</head>
</html>
{"html5":"htmlmixed","css":"css","javascript":"javascript","php":"php","python":"python","ruby":"ruby","lua":"text\/x-lua","bash":"text\/x-sh","go":"go","c":"text\/x-csrc","cpp":"text\/x-c++src","diff":"diff","latex":"stex","sql":"sql","xml":"xml","apl":"apl","asterisk":"asterisk","c_loadrunner":"text\/x-csrc","c_mac":"text\/x-csrc","coffeescript":"text\/x-coffeescript","csharp":"text\/x-csharp","d":"d","ecmascript":"javascript","erlang":"erlang","groovy":"text\/x-groovy","haskell":"text\/x-haskell","haxe":"text\/x-haxe","html4strict":"htmlmixed","java":"text\/x-java","java5":"text\/x-java","jquery":"javascript","mirc":"mirc","mysql":"sql","ocaml":"text\/x-ocaml","pascal":"text\/x-pascal","perl":"perl","perl6":"perl","plsql":"sql","properties":"text\/x-properties","q":"text\/x-q","scala":"scala","scheme":"text\/x-scheme","tcl":"text\/x-tcl","vb":"text\/x-vb","verilog":"text\/x-verilog","yaml":"text\/x-yaml","z80":"text\/x-z80"}