SlideShare uma empresa Scribd logo
1 de 39
Opening and Closing Expression WebOpening and Closing Expression Web
To open the programTo open the program::
-Click the Start menu
-Choose Microsoft Expression Web
To close Expression Web:
-Choose File
-Choose Exit.
Create a WebCreate a Web sitesite
To create a new blank Web
site:
Choose File New Web Site
.In the New dialog box that appears,
General is automatically selected
Tip
■To help you build a full-styled Web site
more quickly, Expression Web includes a
variety of CSS-based templates and style
sheets.
Creating Template-based SitesCreating Template-based Sites
To select and customize Web site templates:
Choose File New Web Site.
.In the New dialog box that appears, select
Templates.
Using the Main WindowUsing the Main Window
Using the Task PanesUsing the Task Panes
By default, Expression Web displays four
task panes:
Folder List, Tag Properties, Apply Styles
,Toolbox.
You can, however, display
any of the 18 task panes
To open a task pane:
From the Menu bar, choose Task Panes
and the drop-down menu highlights the
panes already open.
To close a task pane:
Click the button in the top-right corner
of any tab or pane. The pane closes
immediately.
To switch Editing window viewsTo switch Editing window views::
By default, Expression Web opens in the Split view, with Code view at the top of the
Editing window and Design view at the bottom.
Split viewDesign viewCode view
Choose View Page
To switch among open pages:
At the top of the Editing window, click the tab of the
page you want to see
OR cycle through the tabs
using the keyboard shortcuts: ctrl + tab
and ctrl + shift + tab.
Working with pagesWorking with pages
To create a new blank page:
-Open the Web site in which you want to work
-Choose File New Page
- Click OK
When the New dialog box appears,
HTML is selected automatically
)To change that, see last tip on the next page.(
Setting Page SizeSetting Page Size
To change the page size view:
View Page Size
To modify a page size:
View Page Size Modify Page Sizes.
To set page propertiesTo set page properties::
File Properties
If you want to use a Background sound, click that pane’s
Browse button to navigate to the sound file.
To set page propertiesTo set page properties::
File Properties
To save pageTo save page::
File save
File preview in browser
Enter text on a Web pageEnter text on a Web page::
Write “ welcome to web site”
View page code
Enter text on a Web pageEnter text on a Web page::
Align text on a Web pageAlign text on a Web page::
To insert a horizontal lineTo insert a horizontal line::
To add an imageTo add an image::
Open a Web page, and click where you want to insert an image.
Insert Picture
Editing of imageEditing of image::
1. Insert a picture from your computer, digital camera, or scanner
2. Create smaller version of image linked to larger original
3. Rotate picture to left or right
4. Flip picture horizontally or vertically
5. Increase or decrease picture’s contrast
6. Increase or decrease picture’s brightness
7. Crop picture
8. Make one color in the picture transparent
9. Make a picture black and white or wash out the color
10. Add a bevel around a picture
11. Resample a picture
12. Create hyperlinked hotspots in picture Restore image to its appearance before
changes
7 83 4 5 61 2 9 10 11 12
Editing of imageEditing of image::
Hyperlink of imageHyperlink of image::
TableTable
Open a Web page, and click where you want to insert an table.
Table insert table
Adding interactiveAdding interactive
behaviorsbehaviors
Adding interactive behaviorsAdding interactive behaviors
Adding behavior to element
Adding an interactive button
Create a popup massage windows
Create a status bar image
Using jump menu
Adding interactive buttonAdding interactive button
To add an interactive button:
In Design view create new web site with four web pages
To add an interactive button:
In Design view, click on the page where you want to add a button.
Choose Insert Interactive Button
Adding an interactive buttonAdding an interactive button
Adding behavior to elementAdding behavior to element
1- In Design view, click the element to which you want to add a behavior.
2-Format Behaviors OR choose Task Panes Behaviors.
Adding behavior to elementAdding behavior to element
1- In Design view, click the element to which you want to add a behavior.
2-Format Behaviors OR choose Task Panes Behaviors.
Create a popup massage windowsCreate a popup massage windows
1- In Design view, click the element to which you want to add a behavior.
2-Format Behaviors OR choose Task Panes Behaviors.
Create a status bar imageCreate a status bar image
1- In Design view, click the element to which you want to add a behavior.
2-Format Behaviors OR choose Task Panes Behaviors.
Hyper linkHyper link
Hyper link (framesHyper link (frames((
Hyper link (framesHyper link (frames((
‫قديمة‬ ‫مناطق‬
‫الهرم‬ ‫منطقة‬
‫العامة‬ ‫الميادين‬
‫الرئيسية‬ ‫الصفحة‬
Using jump menuUsing jump menu
1- In Design view, click the element to which you want to add a behavior.
2-Format Behaviors OR choose Task Panes Behaviors.
Cascading Style SheetsCascading Style Sheets
Cascading Style SheetsCascading Style Sheets
• Cascading style sheets (CSS) give you control over the presentation of your
web pages. Using CSS, you can precisely position and set the appearance
of elements on a web page.
• A CSS can be external, internal, or inline, relative to a web page and a
web page can use one or more of these types of CSS simultaneously.
• In general, styles that are defined in an inline CSS take precedence over
those in an internal or external CSS, and styles in an internal CSS take
precedence over styles in an external CSS.
Inline CSSInline CSS
• Use an inline style to apply cascading style sheet properties to individual
elements on a page and don't need to reuse the style. An inline style is
defined within the start tag of an HTML element in the web page.
An example of an inline style
inline style
Internal CSSInternal CSS
• Use an internal CSS, sometimes referred to as embedded CSS, when you
want to define styles only for the current web page and also when you want
to override the styles that are defined in an external CSS attached to the
current web page.
• An internal CSS is contained within the <head> tags of a web page.
Example of an internal style sheet
<style type="text/css">
.alert {
font-weight: bold;
color: #FF0000;
}
h1 {
font-size: 16pt;
font-family: Arial, Helvetica, sans-serif;
}
#headlines {
border-color: #000000;
border-width: thin;
border-style: solid;
}
</style>
To create an internal CSS
Open the web page you want to contain the CSS.
In the Apply Styles or Manage Styles task panes or, click New Style.
External CSSExternal CSS
• Use an external style sheet when you want to apply the same styles
consistently across some or all web pages in your website.
• By defining styles in one or more external style sheets and attaching
them to web pages, you can ensure your entire website has a
consistent appearance.
• If you decide to change a style, you need to make only one
change — in the external CSS — and the change is automatically
reflected in all web pages that reference that style and CSS.
• An external CSS is contained within a .css file Such as global.css.
• The syntax of an external CSS is the same as an internal CSS.
To create an external CSS
To create a new external CSS and create a new style for the style sheet
In the Apply Styles or Manage Styles task pane
or the Style toolbar click New Style , and then in the New Style dialog box, set the
Define in option to New style sheet.
External CSSExternal CSS

Mais conteúdo relacionado

Mais procurados

Unit j adobe dreamweaver cs6
Unit j adobe dreamweaver cs6Unit j adobe dreamweaver cs6
Unit j adobe dreamweaver cs6Krista Lawrence
 
Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6Krista Lawrence
 
SP Fest Chicago - User Profiles: I Didn’t Know I Could Do That!!
SP Fest Chicago - User Profiles:  I Didn’t Know I Could Do That!!SP Fest Chicago - User Profiles:  I Didn’t Know I Could Do That!!
SP Fest Chicago - User Profiles: I Didn’t Know I Could Do That!!Stacy Deere
 
Unit c adobe dreamweaver cs6
Unit c adobe dreamweaver cs6Unit c adobe dreamweaver cs6
Unit c adobe dreamweaver cs6Krista Lawrence
 
Oncourse website
Oncourse websiteOncourse website
Oncourse websiteDebbie Hale
 
Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6Krista Lawrence
 
NetObjects Fusion 2015 Manual Book
NetObjects Fusion 2015 Manual BookNetObjects Fusion 2015 Manual Book
NetObjects Fusion 2015 Manual BookBrandon Taylor
 
Unit e adobe dreamweaver cs6
Unit e adobe dreamweaver cs6Unit e adobe dreamweaver cs6
Unit e adobe dreamweaver cs6Krista Lawrence
 
Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6Krista Lawrence
 
Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6Krista Lawrence
 
Dreamweaver Notes
Dreamweaver NotesDreamweaver Notes
Dreamweaver Notessmasi27
 
Setting Wordpress website guide for starters
Setting Wordpress website guide for startersSetting Wordpress website guide for starters
Setting Wordpress website guide for startersjatindsim
 
A2WPress Woodberry Theme Documentation
A2WPress Woodberry Theme DocumentationA2WPress Woodberry Theme Documentation
A2WPress Woodberry Theme DocumentationA2WPress
 
After Wordpress Website Installation, Now What?
After Wordpress Website Installation, Now What?After Wordpress Website Installation, Now What?
After Wordpress Website Installation, Now What?Abbie De Villar
 
How to create landing page using Thrive Theme
How to create landing page using Thrive ThemeHow to create landing page using Thrive Theme
How to create landing page using Thrive Thememeriam caballero
 

Mais procurados (19)

Unit j adobe dreamweaver cs6
Unit j adobe dreamweaver cs6Unit j adobe dreamweaver cs6
Unit j adobe dreamweaver cs6
 
Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6
 
SP Fest Chicago - User Profiles: I Didn’t Know I Could Do That!!
SP Fest Chicago - User Profiles:  I Didn’t Know I Could Do That!!SP Fest Chicago - User Profiles:  I Didn’t Know I Could Do That!!
SP Fest Chicago - User Profiles: I Didn’t Know I Could Do That!!
 
Unit c adobe dreamweaver cs6
Unit c adobe dreamweaver cs6Unit c adobe dreamweaver cs6
Unit c adobe dreamweaver cs6
 
Oncourse website
Oncourse websiteOncourse website
Oncourse website
 
Master page
Master pageMaster page
Master page
 
Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6
 
NetObjects Fusion 2015 Manual Book
NetObjects Fusion 2015 Manual BookNetObjects Fusion 2015 Manual Book
NetObjects Fusion 2015 Manual Book
 
Unit e adobe dreamweaver cs6
Unit e adobe dreamweaver cs6Unit e adobe dreamweaver cs6
Unit e adobe dreamweaver cs6
 
Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6
 
Ibs las vegas
Ibs las vegasIbs las vegas
Ibs las vegas
 
Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6
 
Sharepoint
SharepointSharepoint
Sharepoint
 
Dreamweaver Notes
Dreamweaver NotesDreamweaver Notes
Dreamweaver Notes
 
How to Use PBWiki
How to Use PBWikiHow to Use PBWiki
How to Use PBWiki
 
Setting Wordpress website guide for starters
Setting Wordpress website guide for startersSetting Wordpress website guide for starters
Setting Wordpress website guide for starters
 
A2WPress Woodberry Theme Documentation
A2WPress Woodberry Theme DocumentationA2WPress Woodberry Theme Documentation
A2WPress Woodberry Theme Documentation
 
After Wordpress Website Installation, Now What?
After Wordpress Website Installation, Now What?After Wordpress Website Installation, Now What?
After Wordpress Website Installation, Now What?
 
How to create landing page using Thrive Theme
How to create landing page using Thrive ThemeHow to create landing page using Thrive Theme
How to create landing page using Thrive Theme
 

Semelhante a Webexpration2007 ii

Modernize Microsoft Power Pages with OOTB Styles and Custom Styles.docx
Modernize Microsoft Power Pages with OOTB Styles and Custom Styles.docxModernize Microsoft Power Pages with OOTB Styles and Custom Styles.docx
Modernize Microsoft Power Pages with OOTB Styles and Custom Styles.docxSharepoint Designs
 
A2WPress Rethink Theme Documentation
A2WPress Rethink Theme DocumentationA2WPress Rethink Theme Documentation
A2WPress Rethink Theme DocumentationA2WPress
 
Web project – Web SiteConsistency with Web Design Site PlanYou.docx
Web project – Web SiteConsistency with Web Design Site PlanYou.docxWeb project – Web SiteConsistency with Web Design Site PlanYou.docx
Web project – Web SiteConsistency with Web Design Site PlanYou.docxmelbruce90096
 
Website development using dreamweaver
Website development using dreamweaverWebsite development using dreamweaver
Website development using dreamweaverTekblink Jeeten
 
Streamlining Website Development in Dreamweaver
Streamlining Website Development in DreamweaverStreamlining Website Development in Dreamweaver
Streamlining Website Development in Dreamweaverjkchapman
 
Project PlanPlan the website for your project by completing th.docx
Project PlanPlan the website for your project by completing th.docxProject PlanPlan the website for your project by completing th.docx
Project PlanPlan the website for your project by completing th.docxwkyra78
 
A2WPress Themia Documentation
A2WPress Themia DocumentationA2WPress Themia Documentation
A2WPress Themia DocumentationA2WPress
 
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004brighteyes
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateSean Burgess
 

Semelhante a Webexpration2007 ii (20)

Modernize Microsoft Power Pages with OOTB Styles and Custom Styles.docx
Modernize Microsoft Power Pages with OOTB Styles and Custom Styles.docxModernize Microsoft Power Pages with OOTB Styles and Custom Styles.docx
Modernize Microsoft Power Pages with OOTB Styles and Custom Styles.docx
 
Walkthrough asp.net
Walkthrough asp.netWalkthrough asp.net
Walkthrough asp.net
 
microsoft-power-pages.docx
microsoft-power-pages.docxmicrosoft-power-pages.docx
microsoft-power-pages.docx
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Sharepoint
SharepointSharepoint
Sharepoint
 
Sharepoint
SharepointSharepoint
Sharepoint
 
A2WPress Rethink Theme Documentation
A2WPress Rethink Theme DocumentationA2WPress Rethink Theme Documentation
A2WPress Rethink Theme Documentation
 
Web project – Web SiteConsistency with Web Design Site PlanYou.docx
Web project – Web SiteConsistency with Web Design Site PlanYou.docxWeb project – Web SiteConsistency with Web Design Site PlanYou.docx
Web project – Web SiteConsistency with Web Design Site PlanYou.docx
 
Website development using dreamweaver
Website development using dreamweaverWebsite development using dreamweaver
Website development using dreamweaver
 
Fms Web Cms Training
Fms Web Cms TrainingFms Web Cms Training
Fms Web Cms Training
 
Wix
WixWix
Wix
 
TemplateTutorial
TemplateTutorialTemplateTutorial
TemplateTutorial
 
TemplateTutorial
TemplateTutorialTemplateTutorial
TemplateTutorial
 
Streamlining Website Development in Dreamweaver
Streamlining Website Development in DreamweaverStreamlining Website Development in Dreamweaver
Streamlining Website Development in Dreamweaver
 
Project PlanPlan the website for your project by completing th.docx
Project PlanPlan the website for your project by completing th.docxProject PlanPlan the website for your project by completing th.docx
Project PlanPlan the website for your project by completing th.docx
 
E commerce-website
E commerce-websiteE commerce-website
E commerce-website
 
A2WPress Themia Documentation
A2WPress Themia DocumentationA2WPress Themia Documentation
A2WPress Themia Documentation
 
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
Wix
WixWix
Wix
 

Mais de Omar Computer Teacher (20)

Ms expression
Ms expressionMs expression
Ms expression
 
ملزمة اولي 2015
ملزمة اولي 2015ملزمة اولي 2015
ملزمة اولي 2015
 
Ch1 ar
Ch1 arCh1 ar
Ch1 ar
 
Ch2 ar
Ch2 arCh2 ar
Ch2 ar
 
Ch3 ar
Ch3 arCh3 ar
Ch3 ar
 
Ch4 ar
Ch4 arCh4 ar
Ch4 ar
 
Ch5 ar2
Ch5 ar2Ch5 ar2
Ch5 ar2
 
Ch6 ar2
Ch6 ar2Ch6 ar2
Ch6 ar2
 
Ch7 ar2
Ch7 ar2Ch7 ar2
Ch7 ar2
 
Ch8 ar2
Ch8 ar2Ch8 ar2
Ch8 ar2
 
Module 2 a_win 7
Module 2 a_win 7Module 2 a_win 7
Module 2 a_win 7
 
Module 2 b_win 7
Module 2 b_win 7Module 2 b_win 7
Module 2 b_win 7
 
Module 3 word2010
Module 3 word2010Module 3 word2010
Module 3 word2010
 
Module 4 excel2010
Module 4 excel2010Module 4 excel2010
Module 4 excel2010
 
Module 5 access2010
Module 5 access2010Module 5 access2010
Module 5 access2010
 
Module 6 powerpoint2010
Module 6 powerpoint2010Module 6 powerpoint2010
Module 6 powerpoint2010
 
Module 7 a_internet 1 (ie8)
Module 7 a_internet 1 (ie8)Module 7 a_internet 1 (ie8)
Module 7 a_internet 1 (ie8)
 
Module 7 b_outlook_2010
Module 7 b_outlook_2010Module 7 b_outlook_2010
Module 7 b_outlook_2010
 
مستشفى رباب و غادة
مستشفى رباب و غادةمستشفى رباب و غادة
مستشفى رباب و غادة
 
تخطيط قاعده بيانات مدرسه
تخطيط قاعده بيانات مدرسهتخطيط قاعده بيانات مدرسه
تخطيط قاعده بيانات مدرسه
 

Último

Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 

Último (20)

Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 

Webexpration2007 ii

  • 1.
  • 2. Opening and Closing Expression WebOpening and Closing Expression Web To open the programTo open the program:: -Click the Start menu -Choose Microsoft Expression Web To close Expression Web: -Choose File -Choose Exit.
  • 3. Create a WebCreate a Web sitesite To create a new blank Web site: Choose File New Web Site .In the New dialog box that appears, General is automatically selected Tip ■To help you build a full-styled Web site more quickly, Expression Web includes a variety of CSS-based templates and style sheets.
  • 4. Creating Template-based SitesCreating Template-based Sites To select and customize Web site templates: Choose File New Web Site. .In the New dialog box that appears, select Templates.
  • 5. Using the Main WindowUsing the Main Window
  • 6. Using the Task PanesUsing the Task Panes By default, Expression Web displays four task panes: Folder List, Tag Properties, Apply Styles ,Toolbox. You can, however, display any of the 18 task panes To open a task pane: From the Menu bar, choose Task Panes and the drop-down menu highlights the panes already open. To close a task pane: Click the button in the top-right corner of any tab or pane. The pane closes immediately.
  • 7. To switch Editing window viewsTo switch Editing window views:: By default, Expression Web opens in the Split view, with Code view at the top of the Editing window and Design view at the bottom. Split viewDesign viewCode view Choose View Page To switch among open pages: At the top of the Editing window, click the tab of the page you want to see OR cycle through the tabs using the keyboard shortcuts: ctrl + tab and ctrl + shift + tab.
  • 8. Working with pagesWorking with pages To create a new blank page: -Open the Web site in which you want to work -Choose File New Page - Click OK When the New dialog box appears, HTML is selected automatically )To change that, see last tip on the next page.(
  • 9. Setting Page SizeSetting Page Size To change the page size view: View Page Size To modify a page size: View Page Size Modify Page Sizes.
  • 10. To set page propertiesTo set page properties:: File Properties If you want to use a Background sound, click that pane’s Browse button to navigate to the sound file.
  • 11. To set page propertiesTo set page properties:: File Properties
  • 12. To save pageTo save page:: File save File preview in browser
  • 13. Enter text on a Web pageEnter text on a Web page:: Write “ welcome to web site” View page code
  • 14. Enter text on a Web pageEnter text on a Web page::
  • 15. Align text on a Web pageAlign text on a Web page::
  • 16. To insert a horizontal lineTo insert a horizontal line::
  • 17. To add an imageTo add an image:: Open a Web page, and click where you want to insert an image. Insert Picture
  • 18. Editing of imageEditing of image:: 1. Insert a picture from your computer, digital camera, or scanner 2. Create smaller version of image linked to larger original 3. Rotate picture to left or right 4. Flip picture horizontally or vertically 5. Increase or decrease picture’s contrast 6. Increase or decrease picture’s brightness 7. Crop picture 8. Make one color in the picture transparent 9. Make a picture black and white or wash out the color 10. Add a bevel around a picture 11. Resample a picture 12. Create hyperlinked hotspots in picture Restore image to its appearance before changes 7 83 4 5 61 2 9 10 11 12
  • 21. TableTable Open a Web page, and click where you want to insert an table. Table insert table
  • 23. Adding interactive behaviorsAdding interactive behaviors Adding behavior to element Adding an interactive button Create a popup massage windows Create a status bar image Using jump menu
  • 24. Adding interactive buttonAdding interactive button To add an interactive button: In Design view create new web site with four web pages
  • 25. To add an interactive button: In Design view, click on the page where you want to add a button. Choose Insert Interactive Button Adding an interactive buttonAdding an interactive button
  • 26. Adding behavior to elementAdding behavior to element 1- In Design view, click the element to which you want to add a behavior. 2-Format Behaviors OR choose Task Panes Behaviors.
  • 27. Adding behavior to elementAdding behavior to element 1- In Design view, click the element to which you want to add a behavior. 2-Format Behaviors OR choose Task Panes Behaviors.
  • 28. Create a popup massage windowsCreate a popup massage windows 1- In Design view, click the element to which you want to add a behavior. 2-Format Behaviors OR choose Task Panes Behaviors.
  • 29. Create a status bar imageCreate a status bar image 1- In Design view, click the element to which you want to add a behavior. 2-Format Behaviors OR choose Task Panes Behaviors.
  • 31. Hyper link (framesHyper link (frames((
  • 32. Hyper link (framesHyper link (frames(( ‫قديمة‬ ‫مناطق‬ ‫الهرم‬ ‫منطقة‬ ‫العامة‬ ‫الميادين‬ ‫الرئيسية‬ ‫الصفحة‬
  • 33. Using jump menuUsing jump menu 1- In Design view, click the element to which you want to add a behavior. 2-Format Behaviors OR choose Task Panes Behaviors.
  • 35. Cascading Style SheetsCascading Style Sheets • Cascading style sheets (CSS) give you control over the presentation of your web pages. Using CSS, you can precisely position and set the appearance of elements on a web page. • A CSS can be external, internal, or inline, relative to a web page and a web page can use one or more of these types of CSS simultaneously. • In general, styles that are defined in an inline CSS take precedence over those in an internal or external CSS, and styles in an internal CSS take precedence over styles in an external CSS.
  • 36. Inline CSSInline CSS • Use an inline style to apply cascading style sheet properties to individual elements on a page and don't need to reuse the style. An inline style is defined within the start tag of an HTML element in the web page. An example of an inline style inline style
  • 37. Internal CSSInternal CSS • Use an internal CSS, sometimes referred to as embedded CSS, when you want to define styles only for the current web page and also when you want to override the styles that are defined in an external CSS attached to the current web page. • An internal CSS is contained within the <head> tags of a web page. Example of an internal style sheet <style type="text/css"> .alert { font-weight: bold; color: #FF0000; } h1 { font-size: 16pt; font-family: Arial, Helvetica, sans-serif; } #headlines { border-color: #000000; border-width: thin; border-style: solid; } </style> To create an internal CSS Open the web page you want to contain the CSS. In the Apply Styles or Manage Styles task panes or, click New Style.
  • 38. External CSSExternal CSS • Use an external style sheet when you want to apply the same styles consistently across some or all web pages in your website. • By defining styles in one or more external style sheets and attaching them to web pages, you can ensure your entire website has a consistent appearance. • If you decide to change a style, you need to make only one change — in the external CSS — and the change is automatically reflected in all web pages that reference that style and CSS. • An external CSS is contained within a .css file Such as global.css. • The syntax of an external CSS is the same as an internal CSS.
  • 39. To create an external CSS To create a new external CSS and create a new style for the style sheet In the Apply Styles or Manage Styles task pane or the Style toolbar click New Style , and then in the New Style dialog box, set the Define in option to New style sheet. External CSSExternal CSS