@@ -149,32 +149,32 @@ __________________
149149##[ html: Basic Questions for Begginers] ( http://www.thatjsdude.com/interview/html.html )
15015015 basic questions and asnwers
151151______
152- 1 . Why do u need doctype?
153- 2 . What is the use of data-* attribute ?
154- 3 . How can you generate public key in html?
155- 4 . How do you change direction of html text?
152+ 1 . Why do you need doctype?
153+ 2 . What are data-* attributes used for ?
154+ 3 . How can you generate a public key in html?
155+ 4 . How do you change the direction of html text?
1561565 . How can you highlight text in html?
1571576 . Can you apply css to a part of html document only?
158- 7 . Will browser make http request for the following cases?
158+ 7 . Will a browser make http request for the following cases?
1591598 . Which resource would be downloaded first?
160- 9 . What is optional tag?
160+ 9 . What is an optional tag?
16116110 . What are the differences between div and span?
162- 11 . How would you differentiate div, section and article?
163- 12 . How to select svg or canvas for your site?
162+ 11 . How would you differentiate between div, section, and article?
163+ 12 . How would you select svg or canvas for your site?
16416413 . How to serve html in multiple languages?
16516514 . Explain standard and quirks mode.
166- 15 . What is semantic tag?
166+ 15 . What is a semantic tag?
167167
168168####[ HTML: Answers for Basic Questions] ( http://www.thatjsdude.com/interview/html.html )
169169
170170
171- ##[ JavaScript: LinkedList (part - 4: work in porcess )] ( http://www.thatjsdude.com/interview/linkedList.html )
171+ ##[ JavaScript: LinkedList (part 4: work in process )] ( http://www.thatjsdude.com/interview/linkedList.html )
172172Very rough stage..need to finish (for intermediate)
173173
174- ##[ JavaScript: search and Sort (part - 5: work in porcess )] ( http://khan4019.github.io/front-end-Interview-Questions/sort.html )
174+ ##[ JavaScript: search and Sort (part 5: work in process )] ( http://khan4019.github.io/front-end-Interview-Questions/sort.html )
175175Very rough stage..need to finish (for expert)
176176
177- ##[ JavaScript: Binary Search Tree (part - 6: work in porcess )] ( http://khan4019.github.io/front-end-Interview-Questions/bst.html )
177+ ##[ JavaScript: Binary Search Tree (part 6: work in process )] ( http://khan4019.github.io/front-end-Interview-Questions/bst.html )
178178Very rough stage..need to finish (for expert)
179179__________________
180180
0 commit comments