User Agent is: Mozilla/5.0 (Linux; Android 7.0; CUBOT NOTE Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36.
Hi!
Usually HTML elements are wrapped between tags like so: <tag> element </tag>
The first one is the opening tag and the last one ( that includes a /) is the closing one.
If you take a close look at your code you’ll see just a couple of them missing something or having something where it shouldn’t.
Feel free to reach out again if you still need help.
Keep it up!
User Agent is: Mozilla/5.0 (Linux; Android 7.0; CUBOT NOTE Plus Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36.
remove everything below the first h2 element, if you close it correctly it will work
you are trying to close an h2 with half of a closing h1 tag. Fix that and it will work