Project Direction in Tle 8
Project Direction in Tle 8
PROJECT IN TLE 8
WEB SITE LAYOUT
PROJECT REQUIREMENTS:
PICTURES,INFORMATION(TEXT OR PARAGRAPH)
DIRECTION:
Do the following:
1. In your Website, create at least 4 navigation links. Use/Apply the 3 types of CSS
links SELECTORS.
A. a
B. a:hover
C. a:active
Note: Yu can user other links name. On your first link, use HOME link.
HOME PAGE
What is the purpose of a websites home page?
The homepage of your site is the first introduction each visitor will have to your business. Before they
make up their mind to become a customer, they'll review your homepage to get an idea of what you
sell, why that matters to them, and how they can benefit from what you have to offer
ABOUT US PAGE
SERVICES PAGE
A service website is a type of website that's designed to showcase and promote a
specific service or set of services from a business or individual The main purpose of
a service website is to inform potential clients or customers about the services
provided, while highlighting the benefits of those services.
.
CONTACT PAGE
A contact page is a common web page on a website for visitors to contact the
organization or individual providing the website . The page contains one or more of
the following items: an e-mail address. a telephone number. a postal address,
sometimes accompanied with a map showing the location.
2. To create and design your navigation links, use the following CSS properties:
A. text-decoration
B. background-color
C. color
D. font-size
E. font-family
4. You can use either element selector, id selector, class selector, universal selector , or
grouping selectors in the CSS styles you will create.
Example:
body{background-color:blue;} – ELEMENT SELECTOR
5. For the background of your links, you can use color or pictures, depending on which you prefer.
A. background-color
-use color name value
B. background –image
-use jpg or any image format.
-use other css background properties to change the layout of your background-image:This are the
following:
- Background-image
- background-repeat
- background-size
- background-position
B. BORDER PROPERTIES
border-style
border-color
border-width
7. Add relevant images or pictures that are related to your website. Use the the <img>
tag to create a photo or photo galleries in your web pages. Add images a total of 20
images in your web pages.
Example:
REMINDER:
If you are done with your project, submit it earlier and don't wait for the deadline.
Late projects submitted will have a grade of 75 only.