You are on page 1of 12

WEB DEVELOPMENT

TRAINING

DAY 1
AGENDA:

BY THE END OF THIS TRAINING, YOU WOULD KNOW ABOUT:

● Web Development - Definition & Importance


● Different ways for Web Development
● HTML and its uses
● Creating a basic web page
DISCUSSION - FAVOURITE WEBSITE:

THINK ABOUT THE WEBSITES YOU VISIT FREQUENTLY.

WHICH ONE IS YOUR FAVOURITE?


WEB DEVELOPMENT:

What is Web Development?


● Web development refers to the creating, building, and maintaining of
websites. It includes aspects such as web design, web publishing, web
programming.
● It is the creation of an application that works over the internet i.e. websites.

Importance of Web Development:


● It gives businesses the advantage of online presence. Websites can be
accessed from any corner of the world.
● Web can be used to provide vital information to your desired audience.
WAYS FOR WEB DEVELOPMENT:

Web Development can be done using various ways:

● Web Development languages


○ Eg. HTML

● Web Development platforms


○ Eg. Blogger, WordPress
HTML AND ITS USES:

HTML is an acronym that stands for HyperText Markup Language.

WHAT CAN HTML BE USED FOR:

● Organize a page
● Format contents on the page
● Inserting images
● Inserting hyperlinks
CREATING A BASIC WEB PAGE (1/2):

It’s easy!
You can open a notepad window and use HTML to write the
code.
SAMPLE BASIC CODE:
<html>
<head><title>Page Title</title></head>
<body>Welcome to my web page</body>
</html>
CREATING A BASIC WEB PAGE (2/2):

Once you are done typing the code, you can save the file with the extension .html

You can then open the file in any browser to view the web page.
ACTIVITY - CREATE YOUR WEB PAGE:

Create a basic page using HTML.

Title: My Web Page

Text: Hello World!


CONCLUSION:

NOW YOU WOULD KNOW ABOUT:

● Web Development - Definition & Importance


● Different ways for Web Development
● HTML and its uses
● Creating a basic web page
NEXT SESSION:

IN THE NEXT SESSION, WE WILL LEARN ABOUT:

● Changing background colour using HTML


● Changing text color
● Changing font size
● Inserting images
● Inserting links
Day 1 -
Knowledge
Check

You might also like