Course Content
WEB DEVELOPIG
Web development is the process of creating and maintaining websites and web applications. It involves designing how a website looks, building its structure, and adding functionality to make it interactive and user-friendly. Web development is mainly divided into three parts: Frontend – what users see (design, layout, buttons) Backend – how the website works (server, database) Full Stack – both frontend and backend together Using technologies like HTML, CSS, and JavaScript, developers create websites that can run on browsers and devices. From simple personal websites to complex platforms like e-commerce and social media, everything is built using web development.
0/7
Web Developing

Topic 1: What is HTML?

What is HTML?

HTML (Hyper Text Markup Language) is a standard computer language that uses web pages.
and how to create web applications. It ‘s a markup language, which is called
is that it ‘s content for the remaining tags and structures (such as text, emi, links, videos, etc.)
is managed.

What does HTML do?

It creates the structure of the web page.
It includes text, images, links, videos, form, tabi, etc.
The browser (such as Chrome, Firefox, Microsoft Edge) makes the web page useful by reading HTML.

 Main uses of HTML.

Use description
Write text like Heading, Paragraph, Bold, Italic etc.
Link link to any website, Fi or Pay

Photo or Banner in Emina Pay
Embedding Video / Audio Media Files
(Create a form from user)
Making tabi in the kitchen

HTML structure.

<html>
<head>
<title>ThinkEdu</title>
</head>
<body>
<h1>Hello Students</h1>
<p><p>My First HTML Page</p>
</body>
</html>

<!DOCTYPE>-Specifies the type of HTML document
<html>-Starts HTML documentation
<head>-For meta, title, & quote
<title>-The name of the browser tab for cooking
<body>-For cooking maintenance

 Important things

HTML coking is not a language, it is a language
HTML tags are written in brackets.
Reads through HTML browser, and the website reads from it

Conclusion

The HTML website is a backbone. No HTML website is possible.


Topic 2: How Website Work?

When you open a website , a few things happen behind the Website:

  1. You type a URL in browser
     example: www.Netflix.com
  2. Browser sends request to server
  3. Server sends files back:
    • HTML (structure)
    • CSS (design)
    • JavaScript (functionality)

Browser reads HTML and shows webpage

Simple Flow:

User → Browser → Server → HTML/CSS/JS → Website Display
 
Easy To Understand:
  • HTML = What you see
  • Browser = Shows the website
  • Server = Stores website files

Topic 3: HTML VS CSS VS Java Script?

These three are the main parts of web development:

 1.HTML (Structure)

  • Creates content
  • Example: headings, text, images

    For Example: Skeleton of body or car Body

2.CSS (Design)

  • Adds style
  • Colors, fonts, layout

For Example: Clothes / Design or car paint 

 3.JavaScript (Function)

  • Makes website interactive
  • Buttons, animations, forms

For Example: Brain / Actions or engine 


PRATICE TIME!!!!!!!!!!!!

Create a simple webpage explaining “What is HTML?” using proper HTML structure.

The webpage should contain:

  • One main heading
  • Two paragraphs
  • Information about:
    • HTML
    • How websites work
    • HTML vs CSS vs JavaScript

Notice:

Use proper HTML structure with:

  • <html>
  • <head>
  • <title>
  • <body>
error: Content is protected !!