Students Module
Web-Development
Fundamentals
For complete beginners
Of elay highschool students
Prepared by Yonatan
In this Lesson:
=> you're going to get started creating web pages and you'll learn some important concepts about how
computer languages work along the way. Here is the outline!
● The Web. We'll talk about what the Web is and—at a basic level—how it works.
● HTML. You'll learn the fundamentals of HTML, the computer language we use to
structure and write web pages.
● URLs. You'll also learn about URLs, the addresses that we use to refer to documents
and sites on the web.
Where the WEB was born?
● Tim Berners-Lee, a British scientist,
invented the World Wide Web
(WWW) in 1989.
● The creation of web solved
Many problems.
What is website and what are its benefits
● a group of World Wide Web pages usually containing hyperlinks to each other
and made available online by an individual, company, educational institution,
government, or organization.
● Websites are powerful tools for individuals, businesses, and governments to
establish an online presence and connect with a global audience. They can be
used to connect users with similar interests, share information, provide
entertainment, and sell products or services.
What is programming and programming languages
Programming refers to a technological process for telling a computer which
tasks to perform in order to solve problems.
● It is also the process of creating a set of instructions that tell a computer how
to perform a task
#Someone who writes software or programs is called a programmer
What are Programming languages?
● A programming language is a type of written language that tells computers
what to do.
/>Programming languages are used to write computer programs and
computer software.
/>There are many types of programming languages for instance; Python,
javascript, C#, C++, Ruby, Java, C, and etc…
What is Webpage and Web-browser?
A web page is a document which can be displayed in a web-browsers
A web browser is a software that enables users to access and view content on the
World Wide Web. Its primary function is to locate and retrieve web pages, images,
videos, documents, and other files from servers and display them on the user's device
through Hypertext Transfer Protocol ( http ).
There are many kinds of web-browsers like Chrome, Firefox, Microsoft Edge, Safari
Opera, etc….
How Web Browsers Work?
Don’t Forget This Concepts On All Programming Languages😁
[Link]
Concepts to watch out for
Syntax. Grammar rules of a computer language.
Formalism. Computers take code literally, and will only do exactly what you tell
it to do.
Nesting. Bits of code going inside other bits of code in an orderly way.
There's a lot of help! Make sure to use tools like documentation, or your
favorite search engine if you need to.
How can we make Web Pages?
Before we dive in to how to make websites let we look what are the structure
of web pages.
A web page is composed of html, css js. What hell are
these html, css
and js