SOURCE:
https://its.temple.edu/creating-tables-html
<TABLE>
<TR>
<TD>Data 1</TD>
<TD>Data 2</TD>
</TR>
<TR>
<TD>Data 3</TD>
<TD>Data 4</TD>
</TR>
<TR>
<TD>Data 5</TD>
<TD>Data 6</TD>
</TR>
</TABLE>
<TABLE BORDER="5" WIDTH="50%" CELLPADDING="4" CELLSPACING="3">
<TR>
<TH COLSPAN="2"><BR><H3>TABLE TITLE</H3>
</TH>
</TR>
<TR>
<TH>Column A</TH>
<TH>Column B</TH>
</TR>
<TR ALIGN="CENTER">
<TD>Data 1</TD>
<TD>Data 2</TD>
</TR>
</TABLE>
HTML tags
<table border= - listing the size table's border, cell padding, and cell spacing
<tr> - table tag
<th> - table header
<TH COLSPAN> - amount of space
SOURCE:
https://its.temple.edu/creating-tables-html
Code - Cheat Sheet
Wednesday, May 27, 2020
Subscribe to:
Post Comments (Atom)
Panels
Panels are the items at the right side of the Photoshop window that can display layer information and text options SOURCE: https://www...
-
With get, data is included in the form body when send to the server. With post, the data goes through the URL HTTP's purpose is to en...
-
A <track> is used as a child of an audio <video width="640" height="480" src="https://archive.org/do...
-
SOURCE: https://www.quora.com/What-are-the-difference-between-centralized-database-system-and-client-server-database-system Centralized dat...
No comments:
Post a Comment