Skip to content

Commit 8a06317

Browse files
committed
Change <option> and <html> elements both into escape character in css.html and README.md to fix suddenly disappear issue.
1 parent cd785eb commit 8a06317

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ ____________
4747
1. Does padding-top or padding-bottom has effect on inline element?
4848
1. Does padding-left or padding-right or margin-left or margin-right has effect on inline element?
4949
1. If you have a &lt;p&gt; element with font-size: 10rem, will the text be responsive when the user resizes / drags the browser window?
50-
1. The pseudo class :checked will select inputs with type radio or checkbox, but not
51-
1. In a HTML document, the pseudo class :root always refers to the element.
50+
1. The pseudo class :checked will select inputs with type radio or checkbox, but not &lt;option&gt; elements.
51+
1. In a HTML document, the pseudo class :root always refers to the &lt;html&gt; element.
5252
1. The translate() function can move the position of an element on the z-axis.
5353
1. Which one would you prefer among px, em % or pt and why?
5454
1. How absolute, relative, fixed and static position differ?

css.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ <h3>List of Questions</h3>
221221
<li class="skipListItem blueish"><a href="#rapidFire">Does padding-top or padding-bottom has effect on inline element?</a></li>
222222
<li class="skipListItem blueish"><a href="#rapidFire">Does padding-left or padding-right or margin-left or margin-right has effect on inline element?</a></li>
223223
<li class="skipListItem blueish"><a href="#rapidFire">If you have a &lt;p&gt; element with font-size: 10rem, will the text be responsive when the user resizes / drags the browser window?</a></li>
224-
<li class="skipListItem blueish"><a href="#rapidFire">The pseudo class :checked will select inputs with type radio or checkbox, but not <option> elements.</a></li>
225-
<li class="skipListItem blueish"><a href="#rapidFire">In a HTML document, the pseudo class :root always refers to the <html> element.</a></li>
224+
<li class="skipListItem blueish"><a href="#rapidFire">The pseudo class :checked will select inputs with type radio or checkbox, but not &lt;option&gt; elements.</a></li>
225+
<li class="skipListItem blueish"><a href="#rapidFire">In a HTML document, the pseudo class :root always refers to the &lt;html&gt; element.</a></li>
226226
<li class="skipListItem blueish"><a href="#rapidFire">The translate() function can move the position of an element on the z-axis.</a></li>
227227
<li value="4"><a href="#units">Which one would you prefer among px, em % or pt and why?</a></li>
228228
<li><a href="#position">How absolute, relative, fixed and static position differ?</a></li>

0 commit comments

Comments
 (0)