Computer Programming Grade 11 Introduction To HTML
Computer Programming Grade 11 Introduction To HTML
Computer Programming Grade 11 Introduction To HTML
HTML
COMPUTER PROGRAMMING GRADE 11
EXPECTATION
• At the end of this module you will understand the
following:
• 1. understand html;
• 2. familiarize different basic tags and elements of
html5; and
• 3. familiarize html structure.
PRETEST
RECAP
• Computer is an electronic programmable device that can store,
retrieve and process data. It has five basic parts: Monitor, keyboard,
mouse, system unit and AVR. It performs four major operations.
First, it accepts instructions or data as input, second, the data will
process as per instructions, third, it gives result in the form of
output and it stores and data.
• Programming is a process that leads from an original formulation of
a computing problem to executable programs. There are two ways in
programming. Procedural and OOP (Object-Oriented Programming).
RECAP
• Process/Steps in programming are Analyzing the problem or the
program, developing an algorithm, Coding, Testing and debugging,
Documentation and maintenance.
• Algorithm is a step-by-step procedure or a set of rules in resolving
problem or creating programs.
• Pseudocode is a shorter description of an algorithm. It is a
combination of English and code method to illustrate the algorithm.
• Flowchart is also a description of an algorithm like pseudo code. The
difference is that the flowchart is a graphical representation of it.
INTRODUCTION TO HTML
• History of HTML
• HTML was created by Tim Berners-Lee also known as the father
of the web. The first version of HTML was HTML 1.0 published
in 1991 and latest version was HTML 5 which was published in
2014. HTML 1.0 it consists of 18 HTML tags and each new
version came with new tags and to the markup.
INTRODUCTION TO HTML
• 3. Save the file on your computer. Click File tab and click save or click Ctrl and S on your
keyboard. Name the file as “my document.html” then click save.
HTML DOCUMENT STRUCTURE
• 4. Locate your HTML file on your computer. Double click on the file, or right-click - and choose
"Open with" then choose your favorite browser.
• The result:
• (This sample is using google chrome browser)
ACTIVITIES
WRAP-UP
• This module discussed what is Hyper Text Markup Language and how to create simple webpage.
HTML documents are files that end with a .html or .htm extension. You can view the output
using any web browser like Google Chrome, Safari and Mozilla Firefox. After reading this
module you understand what is element and tag in html and also, we have syntax to follow in
creating webpage. Now according to what you have learned from this module list down the steps
in creating webpage on the space provided below;
VALUING
POST-TEST