How to Make Tables in Blogger for MCQs

For making the MCQs,Qizz key points for Thorough study Bloggers can use this Beautiful HTMl. Codes.


You just need to Change the Questions According to you choice and length of Question.


Quizz cards


Html code is  

<p>Resize the browser window to see the effect.</p>


<div class="row">

  <div class="column">

    <div class="card">

      <h3>Card 1</h3>

      <p>Some text</p>

      <p>Some text</p>

    </div>

  </div>


  <div class="column">

    <div class="card">

      <h3>Card 2</h3>

      <p>Some text</p>

      <p>Some text</p>

    </div>

  </div>

  

  <div class="column">

    <div class="card">

      <h3>Card 3</h3>

      <p>Some text</p>

      <p>Some text</p>

    </div>

  </div>

  

  <div class="column">

    <div class="card">

      <h3>Card 4</h3>

      <p>Some text</p>

      <p>Some text</p>

    </div>

  </div>