Lesson 23: HTML Interview Questions

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Lesson 23

HTML interview questions


In this lesson we will go through more than hundred the most common HTML interview questions.
Questions are ordered by course content. So, we will start with questions that are related to lesson 1
then lesson 2 etc.

recommendation: Test your current knowledge! Before you dive in video part of the lesson,
where you can find answers on all these questions, test yourself and see on how many
questions you can give answer without looking into answers.

On left side of the list there are questions and on right side of the list you can find time where you can
find answer in video lesson. Enjoy!
1. What is HTML? 0:00:35

2. How to create HTML documents? 0:00:55


3. What are HTML tags? 0:01:17
4. What are HTML elements? 0:01:32
5. What represents <!DOCTYPE > declaration? 0:01:50
6. What contains <head></head> element? 0:02:03

7. What contains <body></body> element? 0:02:15


8. What is parent element? 0:02:30
9. What is child element? 0:02:42
10. What are HTML attributes? 0:02:58

11. What HTML attribute contains? 0:03:10


12. What is id attribute? 0:03:23
13. What is title attribute? 0:03:35
14. What is class attribute? 0:03:50

15. What is style attribute? 0:04:05


hy .

Thank You for choosing us! ❤️


Lesson 23

16. What is <p></p> element? 0:04:20


17. Does paragraph recognize additional spaces and new lines? 0:04:35

18. What is <br> element? 0:04:52


19. What is <pre></pre> element? 0:05:08
20. What is <b></b> element? 0:05:26
21. What is <i></i> element? 0:05:43

22. What is <u></u> element? 0:05:58


23. What is <strike></strike> element? 0:06:14
24. What is <tt></tt> element? 0:06:30
25. What is <sup></sup> element? 0:06:45

26. What is <sub></sub> element? 0:07:02


27. What is <big></big> element? 0:07:18
28. What is <small></small> element? 0:07:34
29. What is <mark></mark> element? 0:07:50
30. What is <q></q> element? 0:08:04

31. What is <blockquote></blockquote> element? 0:08:18


32. What is <abbr></abbr> element? 0:08:34
33. What is <address></address> element? 0:08:48
34. What is <cite></cite> element? 0:09:04
35. What is <bdo></bdo> element? 0:09:18
36. What are two basic display types for HTML elements? 0:09:34
37. What are block elements? 0:09:45

Thank You for choosing us! ❤️


Lesson 23

38. What are inline elements? 0:10:06


39. What is <div></div> element? 0:10:25

40. What is <span></span> element? 0:10:41


41. What are HTML comments? 0:10:58
42. Why to use comments? 0:11:17
43. What types of comments exist? 0:11:32

44. What are valid and invalid comments? 0:11:48


45. What are HTML headings? 0:12:02
46. How many types of HTML headings exist? 0:12:22
47. Why to use HTML headings? 0:12:39

48. Where not to use HTML headings? 0:13:36


49. What are HTML lists? 0:13:21
50. What types of HTML lists exist? 0:13:38
51. What are unordered lists? 0:13:54
52. What types of <ul></ul> lists exist? 0:14:10

53. What are ordered lists? 0:14:28


54. What types of <ol></ol> lists exist? 0:14:44
55. What are description lists? 0:15:03
56. How HTML table structure looks like? 0:15:18

57. How to set table height and width? 0:15:35


58. What is cellpadding? 0:15:51
59. What is cellspacing? 0:16:07

Thank You for choosing us! ❤️


Lesson 23

60. What is colspan? 0:16:24


61. What is rowspan? 0:16:41
62. What are tables sections <thead>, <tbody>, <tfoot>? 0:16:57

63. What is image <img /> HTML element? 0:17:14


64. What represents src attribute for <img /> element? 0:17:32
65. What are HTML links or hyperlinks? 0:17:46
66. What represents href link attribute? 0:18:03
67. What represents target link attribute? 0:18:18

68. What types of HTML links exist? 0:18:33


69. What are HTML frames? 0:18:49
70. Why we should avoid frames? 0:19:04
71. How to cover frames failure? 0:19:24

72. What is iframe? 0:19:43


73. How to define iframe source? 0:20:03
74. How to remove frame border for iframe? 0:20:16
75. How to set iframe height and width? 0:20:33

76. What are marginwidth and marginheight iframe attributes? 0:20:48


77. How to handle scrolling in iframe? 0:21:06
78. What is HTML form? 0:21:19
79. How HTML form structure looks like? 0:21:35

80. What are HTML form important attributes? 0:21:58

Thank You for choosing us! ❤️


Lesson 23

81. What are the most common form elements? 0:22:20


82. What is <select></select> element? 0:22:37
83. What is <textarea></textarea> element? 0:22:54
84. What is <button></button> element? 0:23:13
85. What is <datalist></datalist> element? 0:23:29
86. What are input types before HTML5? 0:23:46
87. What are input types from HTML5? 0:24:14
88. What is disabled attribute? 0:24:42
89. What is readonly attribute? 0:25:00
90. What is required attribute? 0:25:22
91. What is size attribute? 0:25:45
92. What is step attribute? 0:26:04
93. What is pattern attribute? 0:26:24
94. What are min and max attributes? 0:26:40
95. What are minlength and maxlength attributes? 0:26:58
96. What is <base> HTML tag? 0:27:18
97. What is <link> HTML tag? 0:27:33
98. What is <meta> HTML tag? 0:27:45
99. What is <script> HTML tag? 0:28:01

Thank You for choosing us! ❤️


Lesson 23

100. What is <style> HTML tag? 0:28:17


101. What is <title> HTML tag? 0:28:31
102. How structure of <meta> tag looks like? 0:28:49
103. What is author <meta> tag? 0:29:04
104. What is description <meta> tag? 0:29:16

105. What is keywords <meta> tag? 0:29:33


106. What is revised <meta> tag? 0:29:50
107. What is refresh <meta> tag? 0:30:05
108. What is Content-Type <meta> tag? 0:30:20

109. What is viewport <meta> tag? 0:30:35

Thank You for choosing us! ❤️

You might also like