1. Introduction to HTML
2. Download HTML Notes, Codes, and PPT
3. Tags and Elements in HTML
4. Attributes in HTML
5. HTML Tag
6. Head Tag
7. Title Tag
8. Body Tag
9. How to Create a Simple HTML Page
10. Types of Tags in HTML
11. Versions of HTML
12. Introduction to HTML5
13. Features of HTML5
14. HTML5 Doctype Declaration
15. Create a Plain Text Web Page in HTML5
16. Line Break with `<br>` Tag
17. Headings with `<h>` Tag
18. Paragraph with `<p>` Tag
19. Subscript and Superscript Tags (`<sub>` and `<sup>`)
20. Horizontal Line with `<hr>` Tag
21. Align Attribute in HTML
22. Bold Text with `<b>` Tag
23. Italic Text with `<i>` Tag
24. Strong and Emphasis Tags (`<strong>`, `<em>`)
25. Blockquote and `<q>` Tag
26. Abbreviation and Acronym Tags
27. Address Tag
28. `<ins>` and `<del>` Tags
29. `<s>` Tag
30. Meta Tag
31. Description, Name, and Content Attributes
32. Keywords for SEO in HTML
33. Author of Web Page
34. Auto-Refresh Web Page Every 5 Seconds
35. `<pre>` Tag
36. Unordered List
37. Ordered List
38. Definition List
39. Nested Unordered List
40. Nested Ordered List
41. Create a Table in HTML
42. Table with Border
43. Aligning a Table
44. Aligning Table Content
45. Setting Table Width
46. Setting Column Width
47. Table Background Color
48. Table Cell Background Color
49. Cell Padding in Table
50. Cell Spacing in Table
51. Row Span in Table
52. Column Span in Table
53. Nested Table
54. Anchor Tag
55. Anchor Tag Attributes
56. `href` Attribute
57. `download` Attribute
58. `media` Attribute
59. `hreflang` and `type` Attributes
60. `rel` Attribute
61. Examples of `href` Attribute
62. `id` Attribute
63. Example: Script in `href` Value
64. Example: `download` Attribute
65. Example: `media` Attribute
66. Example: `hreflang` Attribute
67. Example: `type` Attribute
68. Example: `rel` Attribute
69. Example: `target=”_blank”`
70. Changing Link Color
71. `<iframe>` Tag
72. Setting Width and Height for Frame
73. Sandbox Attribute
74. `allow-same-origin` in Sandbox
75. `allow-top-navigation` and `target=”_top”`
76. `allow-scripts` in Sandbox
77. `allow-popups` in Sandbox
78. Nested Frame and `target=”_parent”`
79. `target=”_self”`
80. `target=”framename”`
81. Frame as Hyperlink Target
82. Image Tag
83. `src` Attribute
84. `alt` Attribute
85. `width` and `height` Attributes
86. `ismap` Attribute
87. `<map>` Tag
88. `<area>` Tag
89. `coords` Attribute
90. Image Map with `usemap` Attribute
91. Link on Image
92. Background Image
93. Comments and Conditional Comments
94. `<audio>` Tag
95. Adding Audio to Web Page
96. `autoplay` Attribute
97. `muted` Attribute
98. `loop` Attribute
99. `preload` Attribute
100. Audio Tag Fallback Message
101. `<video>` Tag
102. Adding Video to Web Page
103. `poster` Attribute
104. `<source>` Tag
105. Example: `<source>` Tag
106. `<embed>` Tag
107. `<noembed>` Tag
108. `<object>` Tag
109. `<param>` Tag
110. `<form>` Tag
111. `<input>` Tag
112. `type` Attribute
113. Text Field
114. Password Field
115. Button Element
116. Button with Value
117. Email Field
118. Name Attribute
119. Value Attribute
120. Checkbox Input
121. Radio Button
122. `checked` Attribute
123. URL Field
124. Search Box
125. Telephone Input
126. Range Input
127. Number Input
128. File Input
129. Image Button
130. Hidden Input
131. Date Input
132. Time Input
133. Datetime Input
134. Datetime-local Input
135. Month Input
136. Week Input
137. Submit Button
138. Reset Button
139. Color Picker
140. `accept-charset` Attribute
141. `action` Attribute
142. `autocomplete` Attribute
143. Form Method: GET vs POST
144. Difference Between GET and POST
145. `enctype` Attribute
146. `required` Attribute
147. `novalidate` Attribute
148. `formnovalidate` Attribute
149. `accept` Attribute
150. `autofocus` Attribute
151. `dirname` Attribute
152. `disabled` Attribute
153. `form` Attribute
154. `formaction` Attribute
155. `formenctype` Attribute
156. `formmethod` Attribute
157. `form` Tag’s `target` Attribute
158. `formtarget` Attribute
159. `min` and `max` Attributes
160. `minlength` and `maxlength` Attributes
161. `size` Attribute
162. `placeholder` Attribute
163. `readonly` Attribute
164. `multiple` Attribute
165. `step` Attribute
166. `pattern` Attribute
167. `title` Attribute
168. `<textarea>` Tag
169. `cols` and `rows` Attributes
170. `wrap` Attribute
171. `<label>` Tag
172. `for` Attribute
173. `<fieldset>` Tag
174. `<legend>` Tag
175. `<select>` Tag
176. `<option>` Tag
177. Attributes of `<select>` Tag
178. `selected` Attribute
179. `label` Attribute
180. `<optgroup>` Tag
181. `<button>` Tag
182. `<datalist>` Tag
183. Notes About `<input>` Tag
184. `<link>` Tag
185. `<style>` Tag
186. `<div>` Tag
187. `style` Attribute
188. `class` Attribute
189. Important HTML5 Tags
190. `<meter>` Tag
191. `<mark>` Tag
192. `<dialog>` Tag
193. `<main>` Tag
194. `<wbr>` Tag
195. `<figure>` and `<figcaption>` Tags
196. `<progress>` Tag
197. Final Video – What Next?