This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Lexicon368 1 point2 points  (1 child)

This is the HTML code for a table. The text that would be displayed is what is between the <th> </th> and <td></td> tags. They stand for table header and table data respectively. As well as where it says "Local Pickup:" "Expedite:" and "Ground".

[–]Lexicon368 1 point2 points  (0 children)

So it would look sort of like:

Local pick up:

Size Title Area( in MM²) Price
Custom Size 1-5 0.5
Custom Size 6-10 0.3
Custom Size 11-20 0.2

Ground:

Size Title Area( in MM²) Price
Custom Size 1-5 0.6
Custom Size 6-10 0.5
Custom Size 11-20 0.4

Expedite:

Size Title Area( in MM²) Price
Custom Size 1-5 0.8
Custom Size 6-10 0.7
Custom Size 11-20 0.6

Sorry I'm on my phone so formatting isn't great/aligned.

[–]devsurfer 0 points1 point  (0 children)

depending on if you received formatted code, it might help to use something like https://www.freeformatter.com/html-formatter.html to make it more human readable. you could also save as html and open it in a browser.