Font size
WorksheetsPF117 WEEK 4 -3
Total questions: 40
Worksheet time: 36mins
It is refers to the textual, aural, or
visual content published on a website.
(a)
it is the special language used to
tell browsers how to display web pages.
(a)
it is refers to how the website is
set up, i.e. how the individual subpages are
linked to one another.
(a)
is a web interface that allows you
to add content to your website with minimal
technical knowledge.
(a)
it is essential to run a website successfully.
(a)
it is a computer program that let
a user enter, change, store, and usually print
text (characters and numbers, each encoded by
the computer and its input and output devices,
arranged to have meaning to users or to other
programs).
(a)
stands for Search Engine
Optimization, is the process of making a
website more visible in search results, also
termed improving search rankings
(a)
Available only for Windows users,
Notepad ++ is a free source code editor
written in C++.
(a)
it is free HTML editor
edition of their IDE—which
supports all the programming
languages you will ever need is
a great choice.
(a)
These useful shortcuts
come built-in to VS Code,
and they make writing
HTML (and CSS) a lot
faster.
(a)
To save switching
between windows, VS Code offers an integrated terminal or
CLI.
(a)
is a powerful and
popular linting tool, which
helps you spot errors in
your code and fix them as
you write, and which
helps you follow common
best-practices.
(a)
This code editor is not free - with a license
costing 70 dollars - but you can download
a free trial version.
(a)
is a widely used
framework among today's front-end
developers.
(a)
it is the other
major HTML5 framework.
(a)
it is a framework for creating
native mobile applications in HTML5.
This framework uses CSS3 transitions
to optimize site performance on
mobile devices, enabling the developer
to design carousels with flickable.js.
(a)
is an easy to implement
JavaScript library. You only need to
download the source code and extract and
save the .js and .swf files somewhere in
the project.
(a)
is an HTML5 video and
audio player. To add it to your site, all you
must do is insert some script into the
<head> of your project.
(a)
This contains the information about the
HTML document. For Example, Title of the page,
version of HTML, Meta Data etc.
(a)
This contains everything you want to
display on the Web Page.
(a)
This tag is used to tells the
HTML version. This currently tells that the version
is HTML 5.
(a)
these tag contains metadata, title, page
CSS etc.
(a)
This element Used to enclose all the data which a web
page has from texts to links.
(a)
Usually a big strip across the top
with a big heading, logo, and perhaps a
tagline. This usually stays the same from one
webpage to another.
(a)
Links to the site's main
sections; usually represented by menu
buttons, links, or tabs. Like the header, this content usually remains consistent from one webpage
to another, having inconsistent navigation on your website
will just lead to confused, frustrated users.
(a)
A big area in the center that
contains most of the unique content of a
given webpage, for example, the video you
want to watch, or the main story you're
reading, or the map you want to view, or the
news headlines, etc.
(a)
Some peripheral info, links, quotes,
ads, etc. Usually, this is contextual to what is
contained in the main content (for example
on a news article page, the sidebar might
contain the author's bio, or links to related
articles) but there are also cases where you'll
find some recurring elements like a
secondary navigation system.
(a)
A strip across the bottom of the page
that generally contains fine print, copyright
notices, or contact info. It's a place to put
common information (like the header) but
usually, that information is not critical or
secondary to the website itself.
(a)
It is added on the webpage
as text blocks or within images. The best written
content is unique textual web content that is free
from plagiarism.
(a)
can be added with
the help of Flash, Ajax, GIF images as well as
other animation tools.
(a)
it is short for hyperlink, is an HTML object
that allows you to jump to a new location when
you click or tap it.
(a)
it is the building blocks of your site
pages and page templates. Combined, they provide
the page’s structure and content.
(a)
What are the two main parts of an HTML Document?
A. Header and Footer
B. Head and Body
C. Navigation and Main
D. Sidebar and Content
What is the name of the area that contains most of the unique content of a given webpage?
A. Main Content
B. Header
C. Sidebar
D. Footer
What is the name of the attribute used in HTML links that indicates the link's destination? A. URL B. href C. Link D. Link text
A. URL
B. href
C. Link
D. Link text
The _______ of a website refers to how the individual subpages are linked to one another.
A. Web content
B. Web code
C. Web structure
D. Web tool
A _______ is a web interface that allows users to add content to a website with minimal technical knowledge. A. Web content management B. Text editor C. Web tool
A. Web content management
B. Text editor
C. Web tool
D. Web structure
_______ is the most common web coding language.
A. HTML
B. XML
C. CSS
D. JavaScript
Web pages are made up of _______.
A. Applications and graphics
B. Content and formatting
C. Databases and servers
D. Libraries and widgets
Notepad++ is a(n) _______ code editor.
A. Open source
B. Proprietary
C. Commercial
D. Freeware
