Browser zoom how tis

how solve zoom to be 100%

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img class="smaller-image" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<p>Things cats love:</p>
<ul>
  <li>cat nip</li>
  <li>laser pointers</li>
  <li>lasagna</li>
</ul>
<p>Top 3 things cats hate:</p>
<ol>
  <li>flea treatment</li>
  <li>thunder</li>
  <li>other cats</li>
</ol>
<form action="/submit-cat-photo">
  <label><input type="radio" name="indoor-outdoor"> Indoor</label>
  <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>
  <label><input type="checkbox" name="personality"> Loving</label>
  <label><input type="checkbox" name="personality"> Lazy</label>
  <label><input type="checkbox" name="personality"> Energetic</label><br>
  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
  <label><input type="radio"value="indoor outdoor"checked>indoor</label>
  <label><input type='"radio"value" indoor outdoor"checked>outdoor</lbel>
  <label><input type="checkbox"name"personality">loving</label>
  <label><input type="checkbox"name="personality">lazy</label>
  <label><iput type="checkbox"name="personality">energetic</label>

</form>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.

Challenge: Use the value attribute with Radio Buttons and Checkboxes

Link to the challenge:

Can you elaborate what your mean by your question?

If you’ve never changed your browser’s zoom level, then it is probably at 100%. That’s the default behavior.

then why it does not work? plz show me example of answer

The code and link above don’t have anything to do with browser zoom.

Is that the code above the challenge that you’re having trouble with? If so, look at what the failing tests say. All of these lines have a variety of errors from spelling errors to missing symbols. It looks like rushed sloppiness.

  <label><input type="radio"value="indoor outdoor"checked>indoor</label>
  <label><input type='"radio"value" indoor outdoor"checked>outdoor</lbel>
  <label><input type="checkbox"name"personality">loving</label>
  <label><input type="checkbox"name="personality">lazy</label>
  <label><iput type="checkbox"name="personality">energetic</label>

now my probleme need to be solved ,is how to make zoom 100% , I know it is easy but I still dont know

Browser zoom does not affect this challenge. If you are failing the tests it is because you didn’t do it correctly.

In any case to reset the browser zoom press Ctrl + 0

I do it many times and the result is my zoom shoud be 100

thaaaaaaanks —done

thanks much it has been done thank u