Skip to content

Commit 02d86c5

Browse files
committed
added a section for preprocessor
1 parent 0e1df5e commit 02d86c5

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

css.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,13 @@ <h2>2. clear</h2>
139139
</div>
140140
<p>ref: <a href="http://www.w3.org/TR/CSS1/#clear">W3.org: clear</a>
141141
</div>
142-
<!-- <div id="keygen">
143-
<h2>3. keygen</h2>
144-
<p><strong>Question:</strong> How can u generate public key in html?</p>
145-
<p><strong>Answer:</strong> html has a keygen element that failitate generation of key and submission via a form.</p>
146-
<pre><code>
147-
&lt;keygen name=&quot;name&quot; challenge=&quot;challenge string&quot; keytype=&quot;type&quot; keyparams=&quot;pqg-params&quot;&gt;
148-
</code></pre>
149-
<p><strong>extra:</strong> keygen has to be used inside a form.</p>
150-
ref: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen">MDN: keygen</a>
151-
</div> -->
142+
<div id="keygen">
143+
<h2>3. preprocessor</h2>
144+
<p><strong>Question:</strong> What are the reasons to use preprocessor?</p>
145+
<p><strong>Answer:</strong> .</p>
146+
147+
ref: <a href="http://www.frontendjournal.com/most-common-technical-interview-question-for-frontend-developers/">most common interview questions</a>
148+
</div>
152149

153150
<!-- <div id="bdo">
154151
<h2>4. bdo</h2>
@@ -265,7 +262,7 @@ <h2>References</h2>
265262
<li><a href=""></a></li>
266263
<li><a href="http://css-tricks.com/interview-questions-css/">very good: css tricks</a></li>
267264
<li><a href="https://github.com/johnpolacek/Front-end-Developer-Interview-Questions/blob/master/README.md">decent in github</a></li>
268-
<li><a href=""></a></li>
265+
<li><a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions">just the list of questions</a></li>
269266
<li><a href="http://www.frontendjournal.com/most-common-technical-interview-question-for-frontend-developers/">some basic: float clear</a></li>
270267
<li><a href="http://www.codeproject.com/Articles/702051/40-important-HTML-5-Interview-questions-with-answe">have some basic css</a></li>
271268
<li><a href="http://www.getallfix.com/2012/11/web-developer-interview-questions-ui-developer-interview-questions-most-common-web-developer-interview-questions/">some old css question</a></li>

0 commit comments

Comments
 (0)