Week 3 - HTML Basics
Week 3 - HTML Basics
WBDV111
COMPUTER STUDIES
OUR LADY OF FATIMA UNIVERSITY – Q.C
Learning Outcomes
• Create a well-formed website
according to W3C standards.
• Appreciate the use of HTML tags and
CSS properties.
• Evaluate other websites.
WEB TOOLS
Notepad Web Browser
• The text editor you will be using • The Web browser you will be
to manually encode the Web using to view the Web page files.
page files.
Using Notepad++ is a text editor. This software has helpful
features such as syntax highlighting when working with
programming, scripting, and markup languages.
The
Notepad++
User Interface
Notepad++ also
supports keyboard
shortcuts.
HTML BASICS
HTML
• HTML stands for hypertext markup language. It is
used to create web pages and is responsible for their
content and structure.
Let’s find out the functions of the tags used in
the example.
Observe the following HTML
code for a basic document.
The document will be
structured as:
Try creating your first document.
OUTPUT
Metadata and Comments
Structuring Text Content in HTML
Headings
  <br/>
LISTS
Lists - are a great way to communicate related information efficiently.
Types of Lists
1. Ordered List