Comprog
Comprog
HTML
& CSS 1
Handouts
Name:___________________
Course :_________________
Section:__________________
1
SOUTHWESTERN INSTITUTE OF BUSINESS AND TECHNOLOGY
Panggulayan, Pinamalayan Oriental Mindoro
INTRODUCTION
OBJECTIVES
TOPICS:
Getting Started
HTML Basics
Working with Texts and Colors
Working with Anchors and Hyperlinks
Images
2
Week 1
Key words:
URL (uniform resource locator)
Web Servers
Sites
World Wide Web vs The Internet
Pages
Web Browsers
Internet Service Providers
Target Audience/s:
1. 4.
2. 5.
3.
3
Goal or Objective:
________________________________________________
____________________________________________________
____________________________________________________
____________________________________________________
Content Organization:
Category Name Folder
4
Week 2
Exercise #2: Write a pen and paper HTML Program using basic
HTML Tags and Ways of Adding Additional Spaces that displays
your personal information.
(Sample Output)
5
Write your code below:
Week 3
6
Text Alignment using Style Sheet
text-align - aligns the text (left, right, center, and justify)
vertical-align - aligns text vertically
Exercise #3: Write a pen and paper HTML Program using Text,
Font, Color, and Background properties that displays a lyrics
page. (sample page below)
7
Write your code below:
Week 4
Key Words:
Absolute Links - used when linking to pages not part of your website
Relative Links - linking a page contained in your website
8
Tags and Attributes Associated with Anchors
<a> - anchor/link
href - specifies the source where the anchor is linking to
name - enables naming a section of your website
mailto - linking to an email address
ftp - File Transfer Protocol, a way to send or receive files thru
Internet
title - a tool that can be used to tell what clicking the anchor does
tabindex - defines the tab order of the page
accesskey - assigns a keyboard shortcut for a page
target=”_blank” - opens the page in a new tab
target=”_self” - opens the page in the same page
9
Week 5
10
Write your code below:
11