P
P
Pasha2016-01-21 00:23:08
HTML
Pasha, 2016-01-21 00:23:08

Is such a construction possible?

Actually, is this correct?

<div class="container">
  <div class="row">
    <div class="col-md-12">
    <header class="main_head">

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Burov, 2016-01-21
@BuriK666

https://validator.w3.org/ does not swear at:

<!doctype html>
<html>
<head>
<title>test</title>
</head>
<body>
<div class="container">
  <div class="row">
    <div class="col-md-12">
      <header class="main_head">
      </header>
    </div>
  </div>
</div>
</body>
</html>

L
lem_prod, 2016-01-21
@lem_prod

Why an extra block, why not just add the "main_head" class to the previous one? so just an extra wrapper turns out ....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question