COMP 9 U1 - L1.pptx COMP 9 U1 - L1.pptxCOMP 9 U1 - L1.pptx

JdEspinosa 0 views 53 slides Sep 14, 2025
Slide 1
Slide 1 of 53
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25
Slide 26
26
Slide 27
27
Slide 28
28
Slide 29
29
Slide 30
30
Slide 31
31
Slide 32
32
Slide 33
33
Slide 34
34
Slide 35
35
Slide 36
36
Slide 37
37
Slide 38
38
Slide 39
39
Slide 40
40
Slide 41
41
Slide 42
42
Slide 43
43
Slide 44
44
Slide 45
45
Slide 46
46
Slide 47
47
Slide 48
48
Slide 49
49
Slide 50
50
Slide 51
51
Slide 52
52
Slide 53
53

About This Presentation

COMP 9 U1 - L1.pptx


Slide Content

AN INTRODUCTION TO WEB DESIGN UNIT 1 LESSON 1 Ms. Janine B. Costillas

At the end of the lesson, students are expected to: learn HTML and how it works; differentiate static and dynamic websites; understand the process of displaying a website from plain texts; and identify the shortcut keys used in Notepad++ and some simple ways in HTML codin. Learning Objectives

Fix the jumbled letters. MOTIVATIONAL ACTIVITY

SREBWOR

BROWSER

DPTAONE

NOTEPAD

BWE GAPE

WEB PAGE

CATSIT

STATIC

DOER

REDO

KLYPHNIRe

HYPERLINK

KARUMP

MARKUP

MYCIDNA

DYNAMIC

COTHRUST

SHORTCUT

TYEXPHRET

HYPERTEXT

HTML STANDS FOR?

HYPERTEXT MARKUP LANGUAGE

HYPERTEXT MARKUP LANGUAGE It makes up the structure and content of web pages. It is a markup language that is globally recognized for its efficiency and ease of use for bulding websites. It uses symbols and texts that are translated into a webpage’s visual and interactive composition.

WEB DEVELOPERS These are the individuals who create and design web pages using markup languages like HTML. They are skilled and fluent in writing codes.

TWO (2) KINDS OF WEB PAGES

STATIC WEB PAGE DYNAMIC WEB PAGE

STATIC WEB PAGE It is web page that is viewed by a user exactly as it is stored. In other words, it has a fixed content.

EXAMPLES: A personal portfolio website with text and images An “About Us” page of a company A school’s mission and vision page A basic resume webpage A restaurant menu page

WHAT ELSE

DYNAMIC WEB PAGE It is web page that is capable of dynamically displaying information or content that varies depending on the users. It requires web programming and database design.

EXAMPLES: Facebook – Your feed shows your friends' posts, comments, likes, etc. YouTube – Recommends videos based on your viewing history Shopee/Lazada – Shows different products and prices for every user Google Search – Shows results based on what you type Gmail – Shows your personal inbox

WHAT ELSE

HOW HTML WORKS

HTML is handled by a host PC or a web server. The web serrver is responsible for storing and sharig the converted texts and symbols to a web display. The server will retrieve the information from its storage and it will give all the requests of the user. Users can view the web page using any mobile internet device that has a display or a screen, such as smartphones, tablets, laptops or personal computers. For web developers, it is possible to view their own web pages even without an internet connection because they have access to their HTML files which they can view locally through a web browser.

What is a web browser or browser?

WEB BROWSER/BROWSER It is an application that locates, retrieves, and displays data from the World Wide Web (WWW) so that a user can view it as a web page. A browser works by reading HTML files and other web languages that are compiled as one design. A web page is equivalent to one HTML file. This can be linked to other web pages through clickable objects on the web page called LINKS. When the user clicks a link, the browser identifies that request, and will process the command. It will interpret the tagss and their meanings, structures, including texts.

WEB BROWSER/BROWSER What else?

HTML allows you to create web pages that display various inforrmation such as news, advertisements, entertainment purposes, business profiles, etc.

Websites’ appearance depends on the HTML codes. Aside from HTML, you can also include CCS or Javascript in your HTML file to give your website a more appealing look. CSS: Cascading Style Sheets

If a website was a house: HTML is the frame (walls, rooms, roof), CSS is the paint and decorations (colors, style), JavaScript is the electricity (things that move or react when you click).

To create an HTML file, we use a compiler application such as Notepad++. NOTEPAD - it is an application that creates and edits HTML files easily.

NOTEPAD++ It is a text editor used to write and edit code. It is better than regular Notepad because it highlights code, organizes it, and supports many programming languages like HTML, CSS, JavaScript, It’s mainly used by programmers or web developers to write clean code. 🧠 Think of Notepad++ as your writing notebook for code.

NOTEPAD++ SHORTCUTS ACTION SHORCUT KEYS Copy New File Open File Find Undo Cut Paste Save Select All Replace Redo Another Line Ctrl + C Ctrl + N Ctrl + O Ctrl + F Ctrl + Z Ctrl + X Ctrl + V Ctrl + S Ctrl + A Ctrl + H Ctrl + Y Ctrl + D/ Ctrl + M

What is a website?

WEBSITE It is a group of related web pages that can be accessed with the use of a browser. It usually contains hyperlinks and made available through the internet or through a private local area network (LAN). STATIC WEBSITE It has web pages that are stored on the server in the same format that is sent to the browser. DYNAMIC WEBSITE it is website that automatically changes or customizes itself to display the state of dialogue between its userrs, monitor a changing situation, or provide information that is personalized of the user.

Tech Support pg. 7
Tags