Module 8&9
Module 8&9
A. Presentation/Visualization
• These are online platform that let you showcase and
share presentations, infographics, and videos with
other people.
Examples:
1. Prezi
2. Zoho
3. Slides Share
B. Cloud Computing
• This type of platform allow you to upload, organize,
and store files on the online storage, which is called
cloud instead of using offline storage like a
computer desktop. Here, users can share and even
collaborate files with other users.
Examples:
1. Google drive
2. Dropbox
3. OneDrive
C. Social Media
• These are interactive online technologies that enable
the creation and sharing of information, ideas, career
interests, and other forms of expression through
virtual communities, and networks.
Examples:
1. Facebook
2. Twitter
3. Instagram
D. Mapping
• This online platform provides detailed information
about geographical regions and sites around the
world. It allows the embedding of maps into
propriety sites.
Examples:
1. Google Maps
2. Bing Maps
3. Wikimapia
E. File Management
• This online platform allows you to convert and
manage files like images, videos, documents, audio,
and more to other formats without downloading a
software tool.
Examples:
1. Zamzar
2. word2pdf
3. Cloud Convert
F. Web Page Creation
• It is an online platform that lets you build a web page
that includes colors, texts, images, and often contains
links to media such as video and audio.
Examples:
1. WordPress
2. Wix
3. Weebly
Nature and Purpose of Online Platforms and
Applications
Which Online Platforms and Applications will
you choose
a. Address Specific Purpose
• In choosing online platforms and applications, make
sure that they have features that are fitted to your
needs.
• They should help you create content that you wanted
develop.
b. Easy to use
• Good platforms and applications must have a friendly
interface.
• It means that you can easily understand, manipulate
and use its different features.
c. Collaborative Features
• As much as possible, choose platforms and
applications that promote collaboration.
• Aside from the fact that collaboration makes tasks
easier and faster to accomplish, better content will be
developed if it is thought and worked on by more
than one brain.
d. Browser Support
• You need to ensure that a variety of browsers
supports your chosen online platforms and
applications
e. Content Security
• Any platforms or application must guarantee the
security of users’ data-for instance, features of
content privacy or the ability to delete content.
1. Which of the following is an example of file
management platform?
A. Repairing computers.
B. Sharing information
C. Organizing files.
D. Marketplace
5. Which of the following are NOT TRUE about
online tools and applications.
A. They perform specific task.
B. They do not require installation on computers.
C. They are combinations of different
technologies that are set in one place.
D. They can be access anytime and anywhere if
the user is connected to the internet.
6. A group of student wants to have an advocacy
campaign about the advantages and benefits one can
in adapting a healthy lifestyle as a requirement in one
of their subjects. Which of the following online
platform is the best to use?
A. Social Media
B. Mapping
C. Presentation/Visualization
D. File Management
7. Which of the following situations will be best addressed by
social media platforms?
A. Maria wanted to connect with her distant relatives
in the province.
B. Jackson is asked to create a jingle for their new
company’s product.
C. Michelle will have to present a business proposal
next month for her client.
D. Jhong wanted his restaurant’s location be easier to
find by his potential customers.
Basic Web Page Creation
• A Web page is a document for the World Wide Web
that can be accessed and displayed on a monitor or
smartphone using any web browser.
• Web pages are made up of Hypertext Markup
Language (HTML) and can be created and modified
by using basic application like Notepad and
professional HTML editors.
HTML is Easy to Learn and Use
• HTML is easy to learn and understand.
• For someone who wants to learn web development,
HTML is the first and foremost computer language
that you need to take note but do not worry, it is not
a sensitive case and as simple as it is.
• It already has some tags that serve a specific
purpose to make.
• One can easily understand others’ code and make
changes in it when required without reading a
whole book of a manual.
• Moreover, it does not throw any error or create
any problem like other programming languages do
when the developer forgets to close the tags or
makes mistakes in coding.
HTML is Free
• One of the biggest advantages of HTML is that it is
free of all cost and there is no need to purchase
specific software for it to be used.
Online Website Builder - Easy Use of Drag-And-
Drop Interface
• For those who love to make changes to their
website, a drag-and-drop interface is convenient.
WYSIWYG is the acronym for What You See Is What
You Get.
• This means that whatever you will type, insert, draw,
place, rearrange, or whatever you do on a web page
is what the audience will see.
• Just like using the Microsoft Word, WYSIWYG
shows and prints whatever you will type on the
screen.
HTML
• HTML stands for Hyper Text Markup Language
• HTML describes the structure of a web page
• HTML consists of a series of elements
• HTML elements tell the browser how to display the content
• HTML elements are represented by TAGS
• HTML TAGS label pieces of content such as “heading”,
“paragraph”, “table” and so on...
• Browsers do not display the HTML tags, but use them to
render the content of the page
Requirements in creating a web page using the html
1.Editor – using the Notepad (source code) in text and
extension name - .html or .htm.
2.Browser – responsible for reading HTML instruction
and displaying the web page output. (ex. Internet
Explorer, Mozilla Firefox, Google Chrome)
Creating a Website Using Notepad Web pages can be
created and modified using professional HTML editors.
However, in learning HTML, it is better to use a simple
text editor like Notepad.
Follow the steps below to create your first web page
with Notepad.