Skip to content

Commit 90545c5

Browse files
committed
added link to css and js1 questions
1 parent ef973ce commit 90545c5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

css.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ <h3>Deleted Scenes!</h3>
258258
<li>Why reset css is useful? or how normalize.css works?</li>
259259
<li>What do you know about text shadows, box shadows?</li>
260260
</ul>
261+
<p><strong>Need more:</strong> <strong><a href="html.html">HTML Interview Questions</a></strong>, <strong><a href="js1.html">JavaScript Beginners Algorithm</a></strong></p>
261262
<div id="float">
262263
<h2>1. float</h2>
263264
<p><strong>Question:</strong> What does float do?</p>
@@ -613,6 +614,7 @@ <h3>read selector</h3>
613614
</div>
614615
<div>
615616
</div>
617+
<p><strong>Need more:</strong> <strong><a href="html.html">HTML Interview Questions</a></strong>, <strong><a href="js1.html">JavaScript Beginners Algorithm</a></strong></p>
616618
<div>
617619
<h3 class="purpleBold">Express anger!</h3>
618620
<p class="gray">Feel free to express your anger (sorry u have to use facebook). also find out mistakes ( technical, wrong answer, spelling, grammar, sentence, whatever), let ur dude learn and grow.</p>

html.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ <h2>HTML related interview questions</h2>
8181
<li><a href="#standard_quirks">Explain standard and quirks mode.</a></li>
8282
<li><a href="#semantic_html">What is semantic tag?</a></li>
8383
</ol>
84+
<p><strong>Need more:</strong> <strong><a href="css.html">CSS Interview Questions</a></strong>, <strong><a href="js1.html">JavaScript Beginners Algorithm</a></strong></p>
8485
<div id="doctype">
8586
<h2>1. doctype</h2>
8687
<p><strong>Question:</strong> What is doctype? Why do u need it?</p>
@@ -229,6 +230,7 @@ <h2>15. semantic</h2>
229230
<p><strong>Answer:</strong> read it in <a href="http://stackoverflow.com/questions/1294493/what-does-semantically-correct-mean/1294512#1294512">Stackoverflow</a></p>
230231

231232
</div>
233+
<p><strong>Need more:</strong> <strong><a href="css.html">CSS Interview Questions</a></strong>, <strong><a href="js1.html">JavaScript Beginners Algorithm</a></strong></p>
232234
<div>
233235
<h2>Need more!</h2>
234236
read: <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5?redirectlocale=en-US&redirectslug=HTML%2FHTML5">HTML5</a>

0 commit comments

Comments
 (0)