Web Page Designing Using HTML V.
The <body> element contains the
visible page content
The Internet Page displayed on the website is
called a Web Page VI. The <h1> elements defines a large
heading
A web page may include different Data and
Information based on: VII. The <p> elements defines a
paragraph
I. Title, Heading and Paragraph
VIII. The <b> elements defines a bold
II. Image, Audios and Videos
of text
III. Schedules of Events
HTML headings
IV. Search Forms
Headings are the title of HTML pages
V. Sign Up and Login Forms etc.
Headings- <h1> amd <h6>
HTML stands for Hypertext Markup
Largest heading tag- <h1>
Language
Smallest heading tag- <h6>
Describes the structure of Web pages
using markup language -HTML <p> element defines a paragraph
HTML elements are the building HTML tags are element names
blocks of HTML pages surrounded by angle brackets.
HTML elements are represented by HTML elements are the coded commands
HTML tags within the HTML.
HTML Tags are enclosed in the < and Kinds of Tags
the > symbols.
Container Tag are paired with a beginning
It has two pairs, an Opening tag e.g. and an opening tag.
<html> and a Closing tag e.g. </html>.
<html> </html>
The <html> element defines the
Empty Tag are stand alone. It can be
whole document.
encoded even without the closing tag.
It has a start tag <html> and an end
It do not require an end/
tag </html>
closing tag.
HTML Tags Explained
Common Empty Tags
I. The <!DOCTYPE html> declaration
<br> Line Break
defines this document to be HTML5
<hr> Horizontal Ruler
II. The <html> element is the root
element of an HTML page
III. The <head> element contains the Logical Tags
title of document
Indicate type of content they enclose
IV. The <title> element specifies a title
for the document It does not control the display of the
text.
It is up to the browser to decide how
the text is to be displayed.
Physical Tags
It defines how the text should be
displayed on the browser
It control the physical characteristics
of the text.
Internet
Web browser
This is an application you use to view
websites. There are many web browsers for
example, Internet Explorer, Firefox and Safari.
Mobile web
Accessing the web through a browser on a
mobile phone.
Search engine
Software that helps you find what you are
looking for on the web. Google uses a search
engine to find relevant results.
Hyperlink
Pages on the web are linked together via
clickable links. These are called hyperlinks.
Broadband
A faster way of accessing content on the
web. You generally pay a telecom operator a
fee to get broadband
Wifi
WiFi is a way of accessing the web without
any physical connection.
Wireless hotspot Chat
A place where you can get access to a wireless -is a virtual community where people from all
network. over the world can communicate on-line by
exchanging text data at almost real time.
Internet is a worldwide collection of
networks, gateways, servers and computers HTML LISTS & ALIGNMENT
using a common set of telecommunications
Ordered List
protocols to link them together.
Also called a numbered list
-originally called ARPANET
Used to create a sequential list of items or
-its best known feature, the world wide web,
steps, similar to numbered lists done in MS
presents rich content, including multimedia
word document
clips and even live radio and video. You view
this content on web pages by using web Unordered List
browser. When you open a web browser, the
first page you see is also called your home Also known as a bulleted list
page Commonly used to create a list of items that
-each web page has a specific address, are to be taken in a particular order
sometimes known as a URL(Uniform Resource They used bullets and have no specific
Locator). You can type the address to go structure or relationships among the data
directly to the page. It indicates a number of
thingsL for example, with Definition list
http://www.microsoft.com, HTTP or - commonly known as a glossary list
Hypertext Transfer Protocol, tells your
computer how to communicable with the - has a format that looks like a dictionary
internet computer. entry
WWW indicates that the site is on the world - with a term and an indented paragraph
wide web. The .com suffix indicates a
commercial site as .edu is used for
educational institutions or .org for other
organizations.
Internet Services & Tools
World Wide Web
-describes a cross-platform, interactive
network of internet sites that offer
interconnected document access. Also known
as the WWW or simply the web, the WWW
support as variety of data formats.
-it was created by Tim Berners-Lee in 1992
and inspired by Ted Nelson’s Xanadu and the
hypertext concept, www is an extension of
the gopher idea with many improvements.