Internet Tech. and Web Design assignment 5
Internet Tech. and Web Design assignment 5
The History List keeps track of all the web pages you've visited.
It’s like a digital breadcrumb trail of your online activities. If you
need to find a page you visited a week ago but forgot to
bookmark, you can usually track it down in your history list. It's
also useful for tracing back steps if you need to recall what sites
you visited on a particular day.
1. URL Bar
2. Navigation Buttons
3. Bookmarks
ITWD Assignment 5
4. History
5. Tabs
6. Extensions/Add-ons
7. Search Bar
A web search engine is a tool that helps you find information on the
internet by searching for keywords or phrases. When you enter a
query, the search engine scans its index for relevant web pages and
ranks them based on their relevance to your query.
Search engines offer a variety of criteria to help refine and target your
searches:
1. Keywords: The most basic and common method, where you use
specific words or phrases related to what you’re looking for.
2. Boolean Operators: Using AND, OR, NOT to combine or exclude
keywords.
3. Exact Match: Putting your search term in quotation marks to find
results with the exact phrase.
4. File Type: Searching for specific file formats, like PDFs or DOCs.
ITWD Assignment 5
Web Meta Searches: These are search engines that send your query
to multiple search engines simultaneously and aggregate the results. T
hey don't have their own index but rely on the indexes of other search
engines. This can give you a broader range of results and save time by
not having to search each engine separately. Examples include Dogpile
and Metacrawler.
Web Search Agents: Also known as intelligent agents or bots, these
are programs that perform searches on behalf of users, automating tas
ks such as retrieving data from the internet, monitoring changes to we
b pages, or even conducting real-time searches. They work in the back
ground and can provide notifications or updates based on the criteria y
ou’ve set. Think of them as your personal web assistants.
9. What is the use of ? Explain tag with description and key word
attributes.
The <meta> tag is used in HTML to provide metadata about the HTML
document. This metadata isn't visible on the web page itself but is valu
able for search engines and browsers.
Description Attribute: Provides a brief summary of the page's conte
nt. This description often appears in search engine results under the pa
ge title, giving users a snapshot of what to expect.
<meta name="description" content="A comprehensive guide on how
to use the meta tag in HTML.">
Keyword Attribute: Specifies a list of keywords relevant to the page.
This helps search engines understand what topics the page covers. Ho
wever, it's less used today because search engines rely more on conte
nt quality.
<meta name="keywords" content="HTML, meta tag, web
development, SEO">
ITWD Assignment 5
1. Google
2. Bing
3. DuckDuckGo
4. Yahoo
Web Hosting: This involves providing storage space and access for
websites on the internet. Web hosts offer the technology and
infrastructure needed to keep your website up and running, visible to
users around the world. Think of it as renting space on a server to
house your website's files.
1. Planning: Define the site's goals, target audience, and content structu
re. It's like the blueprint phase of a construction project.
2. Design: Create the visual look and feel of the site. This involves layout
, color schemes, typography, and graphics. Think of it as the artistic ph
ase where the blueprints come to life.
3. Development: Code the site using HTML, CSS, JavaScript, and other te
chnologies. This is where designers hand off to developers to bring the
site’s visuals to life with interactivity.
4. Testing: Ensure everything works correctly across different browsers a
nd devices. This phase is crucial for catching bugs and ensuring a smo
oth user experience.
5. Launch: Make the site live and accessible to the public. It’s like unveili
ng a new product to the world.
6. Maintenance: Regular updates and troubleshooting to keep the site ru
nning smoothly. It's like routine maintenance on a car, keeping everythi
ng in tip-top shape.
FrontPage was a web design tool created by Microsoft that allowed user
s to design and manage websites with a WYSIWYG (What You See Is W
hat You Get) interface. It was particularly popular in the late 1990s and
early 2000s because it made web development more accessible to tho
se without deep coding knowledge. It provided templates, drag-and-
drop functionality, and built-in support for scripting languages. Though
it has since been discontinued, its legacy lives on in modern web desig
n tools that prioritize user-friendliness and accessibility.