Skip to content

Commit 5accc9c

Browse files
committed
format javascript and html
1 parent 03a9fb7 commit 5accc9c

File tree

2 files changed

+26
-37
lines changed

2 files changed

+26
-37
lines changed

Course Curriculum/HTML.md

Lines changed: 17 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,24 @@
1010

1111
In this tutorial video, you will learn:
1212

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
3725
📝 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.
4831

4932
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. 🙌
5033

Course Curriculum/JavaScript.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ Good luck with the assignment!
145145
- 🎵 Adding Music to the Game
146146
- ⌛ Using setTimeout() for Delayed Actions
147147

148-
### **Design Preview**
148+
<details>
149+
<summary><strong> Design Preview </strong> </summary>
149150

151+
150152
1. Starting Screen of Game (Desktop)
151153

152154
<div align="center">
@@ -160,7 +162,7 @@ Good luck with the assignment!
160162
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/whack-a-mole-final-screen.png"/>
161163
</div>
162164

163-
165+
</details>
164166

165167
### 🔨 Task:
166168

@@ -187,11 +189,15 @@ Good luck with the assignment!
187189
- 📁 Creating cards for projects
188190
- ⏭️ Async & Await in JS
189191

190-
### **Basic Design Preview (Try to Re design it completely)**
192+
<details>
193+
<summary><strong> Basic Design Preview (Try to Re design it completely) </strong> </summary>
194+
191195

192196
<div align="center">
193197
<img src="https://github.com/Vishal-raj-1/Frontend-Development-Essentials/blob/main/Assets/github-wrapper-preview.png"/>
194198
</div>
199+
200+
</details>
195201

196202
### 🔨 Task:
197203

0 commit comments

Comments
 (0)