O
O
Oleg Pravdin2015-08-29 13:28:11
Web development
Oleg Pravdin, 2015-08-29 13:28:11

Why are there extra tags?

Hello, I have the following table code:

<div><table><thead><tr><td colspan=2>Алгебра</td></tr></thead>
<tbody>
<tr><td>2.28</td><td>5<td></tr>
<tr><td>3.14</td><td>5<td></tr>
<tr><td>3.21</td><td>5<td></tr>
<tr><td>5.23</td><td>5<td></tr>
</tbody></table></div>

But when opened in a browser (Edge and Firefox), extra cells are added to the table in each line.
Looks like this:
https://jsfiddle.net/nv8ms6jn/
CHADNT?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan Bogachev, 2019-03-13
@sfi0zy

Horizontal scroll - transform: translate for the container, bound to the scroll.
Skew blocks - transform: skew for block, skew back for content.
The size of a skew block is conveniently expressed in units of vh.
Pictures - object-fit: cover.
When hovering over the block, change its opacity to 1, plus transform: translate for the text and scale for the image.
Page transitions - some css transformations + something like barba.js.
The authors of this masterpiece decided to rely on JS instead of CSS. No wonder everything slows down.

O
Oleg Pravdin, 2015-08-29
@opravdin

Not relevant, immediately noticed the error after I posted the question. Forgot closing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question