- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
How to Create a HTML Web Page using Notepad हिंदी में | Lesson 3 |
In this class we will Understanding How to Create a HTML Web Page using Notepad हिंदी में.
IN THIS CLASS:
00:00 - Introduction
00:14 - Similar Software's in other OS
00:27 - Steps by Step Explanation
00:30 - Step1: Create and Save the Notepad File
01:05 - Step2: Write the HTML Code
01:32 - Step3: Execute the File
02:08 - Next Lesson: Heading Elements h1 to h6
IMPORTANT LINKS:
Wisdomers Learning Agent Link: https://www.wisdomers.in
--
ABOUT THIS COURSE:
This channel is a Dedicated Hindi Channel for The Digital Product Architecture Specialization. This course is part of The Digital Product Architecture Specialization in Hindi. This Channel Digital Product Architect is the masterclass for developers who want to design, build, and operate scalable digital products. In this specialization this course HTML 5 and CSS 3 is to master the architecture of the Presentation Layer. The student will learn to architect a robust, scalable, and meaningful foundation for a digital product, thinking in terms of semantic blueprints (HTML) and scalable design systems (Advanced CSS).
--
LESSON SUMMARY:
In this lesson, the focus shifts from theory to practical application. You will learn how to create your first HTML webpage using a simple, pre-installed text editor (Notepad for Windows, TextEdit for Mac, or Gedit for Linux) instead of relying on heavy software.
The Process is Broken Down into 3 Simple Steps:
Step 1: Create and Save the File
Open your text editor and choose Save As.
Crucial Step: You must save the file with a .html extension at the end of the file name (e.g., paragraph.html). If you forget this extension, it will save as a standard text file and your web browser won't be able to run it.
Step 2: Write the HTML Code
To display a paragraph, use the p tag.
Type the opening tag, your text, and the closing tag. It should look exactly like this: pI am a paragraph/p.
Remember to save the file again (Ctrl+S).
Step 3: Execute (Run) the File
Method 1: Open your web browser, type file:// in the address bar, paste the complete file path, and press Enter.
Method 2 (Easiest): Locate your saved .html file (for example, on your Desktop) and simply double-click it. Your text will instantly go live in the browser.
DETAILED DESCRIPTION:
इस class में हम theory से practice की तरफ बढ़ेंगे. हम Notepad का use करके अपना पहला HTML web page बनाने जा रहे हैं.
इसके लिए हमें किसी भारी software की ज़रूरत नहीं है. Windows users Notepad, Mac users TextEdit, और Linux users Gedit का use कर सकते हैं. अपना editor open करें और मेरे साथ steps follow करें.
Step 1 में File को Create और Save करना सीखेंगे.
सबसे पहले Notepad open करें.
ऊपर File menu में Save As select करें.
Computer में एक location choose करें—मैं इसे Desktop पर save कर रहा हूँ.
अब सबसे ज़रूरी हिस्सा: File Naming.
आप file को कोई भी नाम दे सकते हैं, लेकिन आखिर में .html लगाना बहुत ज़रूरी है.
अगर आप यह extension नहीं लगाएंगे, तो यह एक normal text file बन जाएगी और browser इसे run नहीं कर पाएगा.
तो चलिए, इस file का नाम paragraph.html रखते हैं और save करते हैं.
Step 2 में HTML Code लिखना.
अब paragraph display करने के लिए code लिखते हैं.
जैसा हमने सीखा, tag name है 'p'.
Opening tag p type करें.
फिर content लिखें: 'I am a paragraph'.
और आखिर में, closing tag /p के साथ बंद करें.
File को दोबारा save (Ctrl+S) करना न भूलें.
Step 3 में File को Execute करेंगे.
Output देखने के दो तरीके हैं.
Method 1: Browser open करें. Address bar में file:// type करें और अपनी file का complete path डालकर Enter press करें.
Method 2 (सबसे आसान तरीका): Desktop पर अपनी paragraph.html file को ढूँढें और उस पर double-click करें.
और देखिये! हमारा text अब browser पर live है.
Видео How to Create a HTML Web Page using Notepad हिंदी में | Lesson 3 | канала Wisdomers - Digital Product Architect Hindi
IN THIS CLASS:
00:00 - Introduction
00:14 - Similar Software's in other OS
00:27 - Steps by Step Explanation
00:30 - Step1: Create and Save the Notepad File
01:05 - Step2: Write the HTML Code
01:32 - Step3: Execute the File
02:08 - Next Lesson: Heading Elements h1 to h6
IMPORTANT LINKS:
Wisdomers Learning Agent Link: https://www.wisdomers.in
--
ABOUT THIS COURSE:
This channel is a Dedicated Hindi Channel for The Digital Product Architecture Specialization. This course is part of The Digital Product Architecture Specialization in Hindi. This Channel Digital Product Architect is the masterclass for developers who want to design, build, and operate scalable digital products. In this specialization this course HTML 5 and CSS 3 is to master the architecture of the Presentation Layer. The student will learn to architect a robust, scalable, and meaningful foundation for a digital product, thinking in terms of semantic blueprints (HTML) and scalable design systems (Advanced CSS).
--
LESSON SUMMARY:
In this lesson, the focus shifts from theory to practical application. You will learn how to create your first HTML webpage using a simple, pre-installed text editor (Notepad for Windows, TextEdit for Mac, or Gedit for Linux) instead of relying on heavy software.
The Process is Broken Down into 3 Simple Steps:
Step 1: Create and Save the File
Open your text editor and choose Save As.
Crucial Step: You must save the file with a .html extension at the end of the file name (e.g., paragraph.html). If you forget this extension, it will save as a standard text file and your web browser won't be able to run it.
Step 2: Write the HTML Code
To display a paragraph, use the p tag.
Type the opening tag, your text, and the closing tag. It should look exactly like this: pI am a paragraph/p.
Remember to save the file again (Ctrl+S).
Step 3: Execute (Run) the File
Method 1: Open your web browser, type file:// in the address bar, paste the complete file path, and press Enter.
Method 2 (Easiest): Locate your saved .html file (for example, on your Desktop) and simply double-click it. Your text will instantly go live in the browser.
DETAILED DESCRIPTION:
इस class में हम theory से practice की तरफ बढ़ेंगे. हम Notepad का use करके अपना पहला HTML web page बनाने जा रहे हैं.
इसके लिए हमें किसी भारी software की ज़रूरत नहीं है. Windows users Notepad, Mac users TextEdit, और Linux users Gedit का use कर सकते हैं. अपना editor open करें और मेरे साथ steps follow करें.
Step 1 में File को Create और Save करना सीखेंगे.
सबसे पहले Notepad open करें.
ऊपर File menu में Save As select करें.
Computer में एक location choose करें—मैं इसे Desktop पर save कर रहा हूँ.
अब सबसे ज़रूरी हिस्सा: File Naming.
आप file को कोई भी नाम दे सकते हैं, लेकिन आखिर में .html लगाना बहुत ज़रूरी है.
अगर आप यह extension नहीं लगाएंगे, तो यह एक normal text file बन जाएगी और browser इसे run नहीं कर पाएगा.
तो चलिए, इस file का नाम paragraph.html रखते हैं और save करते हैं.
Step 2 में HTML Code लिखना.
अब paragraph display करने के लिए code लिखते हैं.
जैसा हमने सीखा, tag name है 'p'.
Opening tag p type करें.
फिर content लिखें: 'I am a paragraph'.
और आखिर में, closing tag /p के साथ बंद करें.
File को दोबारा save (Ctrl+S) करना न भूलें.
Step 3 में File को Execute करेंगे.
Output देखने के दो तरीके हैं.
Method 1: Browser open करें. Address bar में file:// type करें और अपनी file का complete path डालकर Enter press करें.
Method 2 (सबसे आसान तरीका): Desktop पर अपनी paragraph.html file को ढूँढें और उस पर double-click करें.
और देखिये! हमारा text अब browser पर live है.
Видео How to Create a HTML Web Page using Notepad हिंदी में | Lesson 3 | канала Wisdomers - Digital Product Architect Hindi
How to Create a HTML Web Page using Notepad हिंदी में html full course html and css full course html tutorial for beginners html5 and css3 course in telugu html in telugu html tutorials html full course in telugu html free full course html5 tutorial full course wisdomers digital product architect digital product architect How to Create a HTML Web Page using Notepad web design html coding in notepad html basics for web development HTML5 and CSS3 Course in Hindi
Комментарии отсутствуют
Информация о видео
7 апреля 2026 г. 18:01:06
00:02:02
Другие видео канала







