Skip to content

Commit aeff1e3

Browse files
committed
# Conflicts: # README.md
2 parents ec9d199 + e8380b4 commit aeff1e3

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ ____________
5252
1. Does padding-top or padding-bottom has effect on inline element?
5353
1. Does padding-left or padding-right or margin-left or margin-right has effect on inline element?
5454
1. If you have a <p> element with font-size: 10rem, will the text be responsive when the user resizes / drags the browser window?
55-
1. The pseudo class :checked will select inputs with type radio or checkbox, but not
56-
1. In a HTML document, the pseudo class :root always refers to the element.
55+
1. The pseudo class :checked will select inputs with type radio or checkbox, but not <option> elements.
56+
1. In a HTML document, the pseudo class :root always refers to the <html> element.
5757
1. The translate() function can move the position of an element on the z-axis.
5858
1. Which one would you prefer among px, em % or pt and why?
5959
1. How absolute, relative, fixed and static position differ?
@@ -116,7 +116,7 @@ __________________
116116
1. Find the largest sum of any two elements?
117117
1. Total number of zeros from 1 upto n?
118118
1. Check whether a given string is a substring of bigger string
119-
2. Get permutaitons of a string
119+
2. Get permutations of a string
120120

121121
#### [JS: Answer for Algorithm Beginners Level](http://www.thatjsdude.com/interview/js1.html)
122122

@@ -151,7 +151,11 @@ __________________
151151

152152

153153

154+
<<<<<<< HEAD
154155
## [html: Basic Questions for Begginers](http://www.thatjsdude.com/interview/html.html)
156+
=======
157+
##[html: Basic Questions for Beginners](http://www.thatjsdude.com/interview/html.html)
158+
>>>>>>> e8380b49e13b19166a7b548487515285eb456c16
155159
15 basic questions and asnwers
156160
______
157161
1. Why do you need doctype?

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>

html.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2>5. mark</h2>
137137
<div id="scopped">
138138
<h2>6. scoped</h2>
139139
<p><strong>Question:</strong> Can u apply css rule to a part of html document?</p>
140-
<p><strong>Answer:</strong> yes. by using "scopped" in the style tag.</p>
140+
<p><strong>Answer:</strong> yes. by using "scoped" in the style tag.</p>
141141
ref <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style">MDN: style</a>
142142
</div>
143143
<div id="http_request">

todo.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<ul>
2+
<li>read this <a href="https://blog.devmastery.com/how-to-win-the-coding-interview-71ae7102d685#.h30qv3u5t">here</a></li>
3+
<ul>

0 commit comments

Comments
 (0)