R
R
Raul Abdullin2018-03-06 22:04:27
HTML
Raul Abdullin, 2018-03-06 22:04:27

Where is the closed Div tag missing?

I have already broken my whole head, for some reason the sublime shows that some apparently div in the code is not closed. Already checked everything a hundred times, everything seems to be closed. But the feeling of perfectionism does not let you calm down. Where is the closing tag missing? Or is it redundant?

<div class="blog">
    <div class="container">
      <div class="row">

        <div class="col-md-6">
          <h3 class="near-titles">Blog</h3>
          <h2>News</h2>
        </div>
        <div class="clearfix"></div>

          <div class="col-md-6">
            <div class="first-type">
              <div class="row">

                <div class="col-md-6">
                  <div class="photo-news"></div>
                </div>

                <div class="col-md-6">
                  <div class="first-text all-text">

                    <div class="info">
                      <p>January 18</p>
                      <h3>Machines will be good at doing repetitive tasks that are based</h4>
                    </div>

                  </div>
                </div>

              </div>
            </div>
          </div>

          <div class="col-md-6">
            <div class="second-type">
              <div class="row">

                <div class="col-md-6">
                  <div class="photo-news"></div>
                </div>

                <div class="col-md-6">
                  <div class="second-text all-text">

                    <div class="info">
                      <p>December 30</p>
                      <h3>That opportunity is for editors and creative directors</h4>
                    </div>
                    
                  </div>
                </div>

              </div>
            </div>
          </div>


      </div>
    </div>
  </div>

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
aloky, 2018-03-06
@raulvodov

561656c6c7.jpg
h3 and h4 - what I found)

P
pingo, 2018-03-06
@pingo

cool question, you have to subscribe by
the way, this post showed a small bug of a toaster: who has FF, look at the ssl certificate icon, probably because of the http:// picture that you attached. it looks like you need to pull the image, put it on the host with https:// and replace the url in the tag

A
Andrey Sanych, 2018-03-07
@mountpoint

Use normal code editors that automatically close tags and highlight problem areas
5a9f03b10846f724057859.jpeg

R
ReflexHacked, 2018-03-06
@ReflexHacked

there’s no need to hide it there, just place them in one plan and then close it all up,
make it a little smaller

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question