Download presentation
Presentation is loading. Please wait.
Published byBelinda Turner Modified over 9 years ago
2
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model and collections, event model filters and transitions.
3
CSS Stand for CASCADING STYLE SHEETS. This CSS allow you to specify the style of your page elements. Used to change the web page more easier. CSS can be type in body text (used inline style), in head section (used in conflicting styles) or can be type in a separate page and link it to your page. Types of CSS: Inline styles Conflicting styles By using style sheet, the designer can specify the look and feel of all elements on web page. CSS is a powerful tool for applying universal formatting.
4
INLINE STYLE Used to format the text / page in a body section. To create Inline styles, we must insert attribute STYLE in other tag, for example you can insert style attribute in,, and etc. Syntax: TEXT
5
CONFLICTING STYLE Used STYLE element/ tag. To make sure that we can use conflicting styles; we must create style sheet first, that contain style element/tag in head section to set the modification of the tag. Syntax: Tag { properties: value} Tag { properties1:value1 ; properties2:value2}
6
LINKING EXTERNAL STYLE SHEETS Is use when we create a style sheets separately from the site. The style sheet file must be save with extension css (.css). By using Linking External Style Sheets: We can give the whole web site have the same uniform. Modify only a single file to make changes to styles across your whole web site. To create a linking we can use LINK tag; that insert in head section. Syntax:
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.