diff --git a/README.md b/README.md index 60debd6..e0afd6f 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ __________________ ## [html: Basic Questions for Begginers](http://www.thatjsdude.com/interview/html.html) -15 basic questions and asnwers +15+ basic questions and asnwers ______ 1. Why do you need doctype? 2. What are data-* attributes used for? @@ -187,6 +187,7 @@ ______ 13. How to serve html in multiple languages? 14. Explain standard and quirks mode. 15. What is a semantic tag? +16. Differentiate between an Ordered list and an Unordered list? #### [HTML: Answers for Basic Questions](http://www.thatjsdude.com/interview/html.html) diff --git a/html.html b/html.html index badeb7c..58258a8 100644 --- a/html.html +++ b/html.html @@ -80,6 +80,7 @@
Need more: CSS Interview Questions, JavaScript Beginners Algorithm
Answer: read it in Stackoverflow
Question: Differentiate between an Ordered list and an Unordered list?
+Answer: An unordered list uses
+
+
+
+
+
+
+ HTML List Example
+
+
+
+ - Coffee
+
+ - Tea
+
+ - Milk
+
+
+
+
+
+ - Coffee
+
+ - Tea
+
+ - Milk
+
+
+
+
+
+
+
+ More questions: CSS Interview Questions, JavaScript Beginners Algorithm
read: HTML5