accessing the computer by referencing the “actual web address”
Uniform Resource Locator
URL consists of three parts
Protocol , Protocol (HTTP) , Domain Name, and Resource ID
Instructs how a web browser should communuicate
protocol
send and receive web pages and files
Hypertext transfer
contains the web page your searching
Domain name
name of the file
Resource ID
Basic guides in planning a website
Know your topic, define ur purpose, determine the structure decide how ur site willl look, design consideration.
a great way to create a web page since it is not complicated
HTML
consists of a short code called a
tag
in simple terms means “active”
Hyper
means that it is universal
Text
it will describe the format of text
Markup
3 kinds of markups
tag, attribute, and value
is a set of grammatical rules and structural patterns
Syntax
using a languague with all its syntax
language
are markers in HTML documents
Tags
two basic types of tags
Paired tags and Unpaired tags
type of tag that has a companion
opening tag
known as the stand alone tag
unpaired tag
these tags are mandatory
structural tags
<html>
</html>
for an HTML document
<head>
</head>
for the head section
<title>
</title>
for the web page title
<body>
</body>
for the body section