Sie sind auf Seite 1von 2

Deja White 4th web design

IT-WD-5
Define and apply essential aspects of the
Cascading Style Sheets to format elements within
a web site.
5.1 Use knowledge of how and why style sheets are used in web
design to explain design elements of a web site.
Cascading Style Sheets or CSS allow you to control
the layout and look of your page easily. CSS tags or
properties are easy to use and affect the look and feel
or style of your pages.
Cascading Style Sheets is a style sheet language used
for describing the look and formatting of a document
written in a markup language. While most often used
to change the style of web pages and user interfaces
written in HTML and XHTML.
5.2 Create and modify internal and external style sheets to format
the styling of text, layout tables, content flow, positioning of
objects.
An internal style sheet is located inside the header
tag of an HTML or similar markup language. The CSS
rules located in the internal style sheet take a higher
precedence then rules located in an external style
sheet. Typically, an internal style sheet is used when
the rules you are writing are only being used on that
one page, or you need to override particular rules on
just one page.
An external style sheet is ideal when the style is
applied to many pages. With an external style sheet,
you can change the look of an entire Web site by
changing just one file.
Layout tables are arrangements/ organization

5.3 Design web pages utilizing CSS to manage text flow using
regions, columns, and graphical interfaces.
Graphical user interface is a type of interface that
allows users to interact with electronic devices
through graphical icons and visual indicators
In order to make the Web layout more flexible like in
print media, a new CSS3 Module was introduced
CSS3 Regions. Rather than placing the content within
multiple elements, this module allows the content to
flow in the specified areas (regions) on the page.

IT-WD-6
Use (Graphic User-Interface) GUI-based HTML
editing software to create web sites.
6.1 Explain the differences between the types of editing software
and when to editing software: text, object, and WYSIWYG (What
You See Is What You Get).
6.2 Design web sites using a GUI-based editor following the
design principles to enable navigation, usability, and accessibility.
6.3 Explore advanced layouts & scripting tools available through
GUI-based editors such as widgets, image sliders, etc.
6.4 Create a website which implements tables.
6.5 Create and use interactive forms on a web site.
6.6 Design and implement layers, image maps, and navigation
bars.
6.7 Enhance a website with media objects and images.

Das könnte Ihnen auch gefallen