Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

Types of HTML Page

  • Static Pages – स्टैटिक वेबसाइट वो वेबसाइट होती है जिनके वेब पेज में निश्चित सामग्री होती है। इस तरह के वेबसाइट में हर यूजर को एक ही सामग्री दिखाई देती है चाहे वो दुनिया में कहीं से भी उसे एक्सेस कर रहा हो।
  • Dynamic PagesDynamic Website उन वेबसाइट को कहते हैं, जिनमे यूजर द्वारा या वेबसाइट खुद ब खुद चेंज करती रहती हैं जैसे इ-कॉमर्स वेबसाइट, फेसबुक, इंस्टाग्राम, आदि. ऐसी वेबसाइट में यूजर द्वारा और खुद वेबसाइटद्वारा बदलाव होते हैं, इन्ही वेबसाइट को डायनामिक वेबसाइट कहा जाता है

Types of HTML Page

  • Static Pages – Static pages, as the name indicates, comprise static content (text or images). So you can only see the contents of a web page without being able to have any interaction with it.
  • Dynamic Pages – Dynamic pages are those where the content of the web page depend on user input. So interaction with the user is required in order to display the web page. For example, consider a web page which requires a number to be entered from the user in order to find out if it is even or odd. When the user enters the number and clicks on the appropriate button, the number is sent to the web server, which in turn returns the result to the user in an HTML page.
error: Content is protected !!