Important Notice:

Web Pages

Web Pages

17 views 2 min read

Web Pages (वेब पेज) :-

Web Page का अर्थ इंटरनेट पर उपलब्ध एक digital document (डिजिटल दस्तावेज़) से है, जिसे किसी Web Browser के माध्यम से देखा जाता है। Web Page सामान्यतः HTML (HyperText Markup Language) का उपयोग करके बनाया जाता है और इसमें text, images, audio, video, hyperlinks, tables और forms जैसी सामग्री हो सकती है।

जब हम किसी website को खोलते हैं, तो उसके अलग-अलग pages को Web Pages कहा जाता है।

उदाहरण के लिए, किसी educational website पर Home Page, About Us Page, Contact Page और Course Page अलग-अलग Web Pages हो सकते हैं।

English

A Web Page is a digital document available on the Internet that can be viewed through a Web Browser. A Web Page is generally created using HTML (HyperText Markup Language) and may contain text, images, audio, video, hyperlinks, tables, and forms.

When we open a website, its different pages are called Web Pages.

For example, on an educational website, the Home Page, About Us Page, Contact Page, and Course Page can be different Web Pages.

Types of Web Pages :-

Web Pages को मुख्य रूप से दो प्रकारों में बाँटा जाता है:

1. Static Web Page :-

Static Web Page में content सामान्यतः fixed होता है। जब user page को open करता है, तो server सामान्यतः वही content भेजता है जो page में पहले से बना हुआ है।

Static Web Pages बनाने के लिए मुख्य रूप से HTML और CSS का उपयोग किया जाता है।

उदाहरण:

  • Basic information page
  • About Us page
  • Simple portfolio page
  • Basic information website

English:

A Static Web Page generally contains fixed content. When a user opens the page, the server generally sends the content that is already created on the page.

HTML and CSS are mainly used to create static web pages.

Examples:

  • Basic information page
  • About Us page
  • Simple portfolio page
  • Basic information website

2. Dynamic Web Page :-

Dynamic Web Page का content आवश्यकता के अनुसार change या generate हो सकता है। इसमें user interaction, database और server-side programming का उपयोग किया जा सकता है।

Dynamic Web Pages में PHP, Python, JavaScript, Java, databases आदि technologies का उपयोग किया जा सकता है।

उदाहरण:

  • Login Page
  • Online Shopping Page
  • Student Dashboard
  • Online Examination Page
  • Banking Website

English:

A Dynamic Web Page can change or generate its content according to requirements. It can use user interaction, databases, and server-side programming.

Technologies such as PHP, Python, JavaScript, Java, and databases can be used to create dynamic web pages.

Examples:

  • Login Page
  • Online Shopping Page
  • Student Dashboard
  • Online Examination Page
  • Banking Website

Related Notes