Tutorial: Adding a table using HTML
#1
Hello Demons

Today/night i am going to show you how to add a table using HTML. Its very simple and a great way to manage your site.

Keeps it looking clean.



Hope this helped and please feel free to drop some suggestion via PM to me for ideas on videos.

Maybe something you want to learn? We can learn it together Smile

Source for Table Code:

Code:
<!DOCTYPE html>
<html>
<body>

<table style="width:100%">
  <tr>
    <td>SQUID-EYE</td>
    <td>Hello NGU youtube :D/</td>        
    <td>Score: 50</td>
  </tr>
  <tr>
    <td>Enter name</td>
    <td>Enter name</td>        
    <td>Enter name</td>
  </tr>
  <tr>
    <td>Enter name</td>
    <td>Enter name</td>        
    <td>Enter name</td>
  </tr>
</table>

</body>
</html>

Again really greatful you take the time to watch this

Thanks
SQUID

[Image: NdyCfS2.png]
[-] The following 1 user Likes SQUID-EYE's post:
  • Snow
Reply
#2
(10-10-2016, 04:16 PM)SQUID-EYE Wrote: Hello Demons

Today/night i am going to show you how to add a table using HTML. Its very simple and a great way to manage your site.

Keeps it looking clean.



Hope this helped and please feel free to drop some suggestion via PM to me for ideas on videos.

Maybe something you want to learn? We can learn it together Smile

Source for Table Code:

Code:
<!DOCTYPE html>
<html>
<body>

<table style="width:100%">
  <tr>
    <td>SQUID-EYE</td>
    <td>Hello NGU youtube :D/</td>        
    <td>Score: 50</td>
  </tr>
  <tr>
    <td>Enter name</td>
    <td>Enter name</td>        
    <td>Enter name</td>
  </tr>
  <tr>
    <td>Enter name</td>
    <td>Enter name</td>        
    <td>Enter name</td>
  </tr>
</table>

</body>
</html>

Again really greatful you take the time to watch this

Thanks
SQUID

Good shit Squiddie Big Grin

Have any questions? Feel free to PM me! / Knowledge is Power
[-] The following 1 user Likes Snow's post:
  • SQUID-EYE
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)