|
10 | 10 |
|
11 | 11 | In this tutorial video, you will learn: |
12 | 12 |
|
13 | | -📝 Introduction to HTML |
14 | | - |
15 | | -🔧 Setting up the HTML boilerplate |
16 | | - |
17 | | -📌 Adding a title to an HTML page |
18 | | - |
19 | | -🚀 Using the Live Server extension |
20 | | - |
21 | | -📚 HTML heading tags |
22 | | - |
23 | | -📖 HTML paragraph tag |
24 | | - |
25 | | -↩️ Adding line breaks and horizontal lines in HTML |
26 | | - |
27 | | -🎨 HTML elements and tags |
28 | | - |
29 | | -💪 Formatting text in HTML using bold and italic tags |
30 | | - |
31 | | -🔗 Creating links (anchor tags) in HTML |
32 | | - |
33 | | -📝 Creating lists in HTML, including unordered and ordered lists |
34 | | - |
35 | | -📊 Creating tables in HTML |
36 | | - |
| 13 | +- 📝 Introduction to HTML |
| 14 | +- 🔧 Setting up the HTML boilerplate |
| 15 | +- 📌 Adding a title to an HTML page |
| 16 | +- 🚀 Using the Live Server extension |
| 17 | +- 📚 HTML heading tags |
| 18 | +- 📖 HTML paragraph tag |
| 19 | +- ↩️ Adding line breaks and horizontal lines in HTML |
| 20 | +- 🎨 HTML elements and tags |
| 21 | +- 💪 Formatting text in HTML using bold and italic tags |
| 22 | +- 🔗 Creating links (anchor tags) in HTML |
| 23 | +- 📝 Creating lists in HTML, including unordered and ordered lists |
| 24 | +- 📊 Creating tables in HTML |
37 | 25 | 📝 Creating forms in HTML, including text inputs, labels, checkboxes, radio buttons, date inputs, number inputs, color inputs, file inputs, and submit/reset buttons |
38 | | - |
39 | | -🖼️ Adding images to an HTML page |
40 | | - |
41 | | -📺 Embedding YouTube videos and other web pages using the iframe tag |
42 | | - |
43 | | -🎧 Adding audio and video to an HTML page |
44 | | - |
45 | | -🌐 Introduction to HTML semantic tags |
46 | | - |
47 | | -📝 HTML assignment to practice the concepts learned in the tutorial video. |
| 26 | +- 🖼️ Adding images to an HTML page |
| 27 | +- 📺 Embedding YouTube videos and other web pages using the iframe tag |
| 28 | +- 🎧 Adding audio and video to an HTML page |
| 29 | +- 🌐 Introduction to HTML semantic tags |
| 30 | +- 📝 HTML assignment to practice the concepts learned in the tutorial video. |
48 | 31 |
|
49 | 32 | By the end of this tutorial, you will have a basic understanding of HTML and will be able to create simple web pages and forms. 🙌 |
50 | 33 |
|
|
0 commit comments