Module 1 - Reviewer
Module 1 - Reviewer
sharing, or transactions.
WEB DEVELOPMENT
Types of Websites
PERSONAL WEBSITES
WEB PAGE
- An online platform created by individuals
- A Web Page is a document commonly
to showcase their skills, portfolio, interests,
written in HTML (hypertext markup
or personal brand.
language) that is accessible through the
internet or other network using a web - Built using website builders like
browser. WordPress, Wix, or through custom coding.
DIRECTORY WEBSITES
- Official online platforms for agencies to the HTTP language to transmit data.
provide information, services, and resources - Web services, which use HTTP allow
to the public. They offer access to forms, applications to communicate in order to
regulations, statistics, and updates on exchange business logic and use the web to
various government departments. share information.
area of interest. These websites aim to contacts the web server to request for
Many people use the terms Internet and sometimes termed as Web Address, is
World Wide Web interchangeably, but in reference to a web resource that specifies
fact, the two terms are not synonymous. The its location on a computer network or the
WEB SERVERS
- Web Servers are computers that delivers HOW CAN WE APPLY CSS TO A WEB
- Hypertext Markup Language (HTML) is - Internal CSS code is put in the <head>
the standard markup language for creating section of a particular web page.
web pages and web applications. - Classes and IDs can be used to refer to
- It is like the blueprint of a web page. It the CSS code.
uses special codes called tags to define - Style will be effective for the whole web
different parts, like headings, paragraphs, page.
links, and images.
- Internal CSS is put in between <style>
Cascading Style Sheets </style> tags.
- Cascading Style Sheets (CSS) is a style
sheet language used for describing the
EXTERNAL CSS
- External CSS is the most convenient way are some of the top source code editors
to add CSS to a website. available for web development.
CSS FRAMEWORK
W3.CSS
WEB PAGE
HTML Tags
- The end tag is written like the start tag, - <head> and </head> elements contain all
with a forward slash (/) before the tag information about the html document. They
name. are written inside the <html> and </html>
tags.
- <title> and </title> elements specify the
title of the document. They are written
inside the <head> and the </head> tags.