For example,
00000200 6E 74 3D 22 49 45 3D 65 64 67 65 22 20 2F 3E 0D nt="IE=edge" />.
00000210 0A 20 20 20 20 3C 6D 65 74 61 20 6E 61 6D 65 3D . <meta name=
For example,
00000200 6E 74 3D 22 49 45 3D 65 64 67 65 22 20 2F 3E 0D nt="IE=edge" />.
00000210 0A 20 20 20 20 3C 6D 65 74 61 20 6E 61 6D 65 3D . <meta name=
it's the offset
In general, your file begins at 0x0000h, and then it's shown at 16 bytes each time. So the next address is 0x0010h (that's 16 bytes = 10h bytes).
In your example, you are showing at 200h bytes from the begining, and then 210h bytes from the begining... :)