@@ -149,32 +149,32 @@ __________________
149
149
##[ html: Basic Questions for Begginers] ( http://www.thatjsdude.com/interview/html.html )
150
150
15 basic questions and asnwers
151
151
______
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?
156
156
5 . How can you highlight text in html?
157
157
6 . 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?
159
159
8 . Which resource would be downloaded first?
160
- 9 . What is optional tag?
160
+ 9 . What is an optional tag?
161
161
10 . 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?
164
164
13 . How to serve html in multiple languages?
165
165
14 . Explain standard and quirks mode.
166
- 15 . What is semantic tag?
166
+ 15 . What is a semantic tag?
167
167
168
168
####[ HTML: Answers for Basic Questions] ( http://www.thatjsdude.com/interview/html.html )
169
169
170
170
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 )
172
172
Very rough stage..need to finish (for intermediate)
173
173
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 )
175
175
Very rough stage..need to finish (for expert)
176
176
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 )
178
178
Very rough stage..need to finish (for expert)
179
179
__________________
180
180
0 commit comments