Why are there a number of blank lines between this one and the table itself?
| Question | Answer |
|---|---|
| Not Found | 42 |
| Query | Response |
Each line of HTML code is interpreted as a blank line. The code for the table above is written on 14 lines. The same code concatenated into one line:
| Question | Answer |
|---|---|
| Not Found | 42 |
| Query | Response |

No comments:
Post a Comment