Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

Chapter 1: Introduction. Contents Whats New in Dreamweaver CS4? The Dreamweaver CS4 Interface Setting Up a Site Creating a Web Page Adding Text to Your.
Chapter 3 – Web Design Tables & Page Layout
Cascading Style Sheets
Chapter 8 Creating Style Sheets.
Tutorial 2: Formatting Text. Objectives Session 2.1 – Learn the functions of the Common toolbar – Change the size of text – Discern which fonts to use.
Chapter 3 Tables and Page Layout
Introducing Cascading Style Sheets  Cascading Style Sheet Basics  Creating Styles  Using Styles  Manipulating Styles  Text Formatting with CSS.
HTML and Web Page Design Presented by Frank H. Osborne, Ph. D. © 2005 ID 2950 Technology and the Young Child.
Macromedia Dreamweaver MX 2004 Design Professional Tables WORKING WITH.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
HTML Introduction HTML
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
Chapter 14 Introduction to HTML
Chapter 19 – Macromedia Dreamweaver MX 2004
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
Basics of HTML Shashanka Rao. Learning Objectives 1. HTML Overview 2. Head, Body, Title and Meta Elements 3.Heading, Paragraph Elements and Special Characters.
Dreamweaver Domain 3 KellerAdobe CS5 ACA Certification Prep Dreamweaver Domain 5: Organizing Content by Using Dreamweaver CS5 Adobe Creative Suite 5 ACA.
Getting Started with Dreamweaver
Organizing Content by Using Dreamweaver CS5 Domain 5.
Chapter 4 Dreamweaver: Part II The Web Warrior Guide to Web Design Technologies.
Web Design HTML, Frontpage, DreamWeaver μέρος β ΠΡΥ019 - Πληροφορική Δρ.Βάσος Βασιλείου.
Tutorial 6 Creating Tables and CSS Layouts. Objectives Session 6.1 – Create a data table to display and organize data – Modify table properties and layout.
Chapter 3 Working with Text and Cascading Style Sheets.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
Web Technologies Website Development Trade & Industrial Education
Chapter 2 Developing a Web Page. Chapter 2 Lessons Introduction 1.Create head content and set page properties 2.Create, import, and format text 3.Add.
1 Macromedia Dreamweaver Outline Introduction Macromedia Dreamweaver Text Styles Images and Links Symbols and Lines Tables Forms Scripting in Dreamweaver.
Website Development with Dreamweaver
Chapter 2 HTML Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
CIS 205—Web Design & Development Dreamweaver Chapter 5 Using HTML Tables to Lay Out a Page.
Adobe Dreamweaver CS3 Revealed CHAPTER FIVE: USING HTML TABLES TO LAY OUT A PAGE.
Web Site Design Marion Setton
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
Lesson 12: Working with Code-editing Features Introduction to Adobe Dreamweaver CS6 Adobe Certified Associate: Web Communication using Adobe Dreamweaver.
Copyright © 2013 MyGraphicsLab / Pearson Education THE INTERFACE MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication.
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
FILES AND ASSETS PANELS
Chapter 1 Creating a Dreamweaver Web Page and Local Site
HTML: Hyptertext Markup Language Doman’s Sections.
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
Introduction to HTML Xiangming Mu 9/23/ Learning Objectives Understand basic HTML tags and their attributes Learn to create a simple HTML page.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
CHAPTER 5 Working with Data Tables and Inline Frames.
1 © Netskills Quality Internet Training, University of Newcastle Using Style Sheets in Dreamweaver CS © Netskills, Quality Internet Training, University.
Tutorial 3 Adding and Formatting Text with CSS Styles.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
1 Creating Links Lesson 2. 2 In the center column type : Home | Order Now | Contact Us This is the navigation button which will link to the other pages.
What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup.
Positioning Objects with CSS and Tables
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Building a Website: Layout Fall Overall Structure: Home Page Title Section Title Frame Picture UNCP Math Menu Content Footer Contact Information.
Web and Multimedia Development Copyright © Genetic Computer School 2007WM LESSON OVERVIEW  Use of Tables  Creating Tables  Try It – 1  Creating.
Tutorial 3 Adding and Formatting Text. Objectives Session 3.1 – Type text into a page – Copy/paste text from a Word document – Check for spelling errors.
Plug-In T11: Creating Webpages Using Dreamweaver
Positioning Objects with CSS and Tables
Chapter A - Getting Started with Dreamweaver MX 2004
Positioning Objects with CSS and Tables
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Copyright © 2013 MyGraphicsLab / Pearson Education STRUCTURE AND HTML TAGS MyGraphicsLab: Adobe Dreamweaver CS6 ACA Certification Preparation for Web Communication

OBJECTIVES Copyright © 2013 MyGraphicsLab / Pearson Education This presentation covers the following ACA Exam objectives: 4.1 Demonstrate knowledge of Hypertext Markup Language Import tabular data to a web page. 5.3 Modify text and text properties. 5.6 Use basic HTML tags to set up an HTML document, format text, add links, create tables, and build ordered and unordered lists. 5.7 Add head content to make a web page visible to search engines.

STRUCTURE AND HTML TAGS TOPICS Learn how to separate structure from presentation Learn how to apply HTML structure Learn how to apply HTML in Code view Learn how to apply HTML in Design view Learn how to apply HTML table structure Learn how to apply HTML page layout structure Copyright © 2013 MyGraphicsLab / Pearson Education

HTML STRUCTURE HTML tags give the content meaning (semantics). HTML has tags for:  Formatting text  Page structure  Enabling interactivity HTML is used for document structure, not for presentation Properly structured HTML markup consists of an opening tag and a closing tag  In XHTML, tags with no closing element are self closing (example: ) Page information generally appears within the element.  Example: Page title, Meta Tags Page content appears within the element. See Adobe Dreamweaver CS6 Classroom in a Book, page 21. Copyright © 2013 MyGraphicsLab / Pearson Education

COMMON HTML4 (XHTML1.0) TAGS (1 OF 2) HTML text formatting  – – headings 1 thru 6  (paragraph) , – unordered and ordered lists  – list items  - quotation (creates a standalone indented paragraph) Tabular data  – creates table  – creates table row  – creates table header  – creates table cell Layout  – creates a division (used to divide page content into discernible grouping. Used extensively to create multicolumn layouts) Copyright © 2013 MyGraphicsLab / Pearson Education

COMMON HTML4 (XHTML1.0) TAGS (2 OF 2) Interactive  – anchor (creates a hyperlink) Other tags  – HTML comments (used to add notes with the HTML that are not displayed in the browser window)  – places an image  – adds semantic emphasis (displays as bold by default)  – adds semantic emphasis (displays as italic by default)  – contains a script or links to an external script  – add metadata in the head section of the document Copyright © 2013 MyGraphicsLab / Pearson Education

COMMON HTML5 TAGS (1 OF 2) HTML5 includes HTML4 and XHTML 1.0 tags.  HTML5 is backward compatible. HTML5 tags in Dreamweaver CS6 can only be added in Code view. – designates the introduction of a document or section – designates a section of navigation – designates a section in a document  Example: a chapter or group of related content – designates independent, self-contained content which can be syndicated independently from the rest of the site – designates graphic content created using a script See Adobe Dreamweaver CS6 Classroom in a Book, pages 30–34. Copyright © 2013 MyGraphicsLab / Pearson Education

COMMON HTML5 TAGS (2 OF 2) – designates sidebar content that is related to the surrounding content – designates a footer for a document or section – designates a section of standalone content containing an image or video – designates a caption for a element – designates multimedia content, sounds, music, or other audio streams – designates video content – designates media resources for audio or video Copyright © 2013 MyGraphicsLab / Pearson Education

HTML IN CODE VIEW You can enter HTML tags in Dreamweaver code view. HTML tags are color-coded for quick visual identification.  You can change coloring in the Preferences > Code Coloring area. The Property inspector and tag selector reflect the HTML format.  You may need to click Refresh in the Property inspector after code is altered. See Adobe Dreamweaver CS6 Classroom in a Book, pages 26–29. Copyright © 2013 MyGraphicsLab / Pearson Education

APPLY SOURCE FORMATTING Dreamweaver-generated code can be organized and colored in Code view by choosing Commands > Apply Source Formatting. The formatting is based on set preferences. HTML version can be converted by choosing File > Convert. Copyright © 2013 MyGraphicsLab / Pearson Education

HTML CODE HINTING Code hinting is menu listing available for HTML tags and attributes (including HTML5). Code hinting is invoked when you type the beginning of a tag:  Type a right angle bracket (<).  To insert an attribute, place the insertion point immediately after a tag name, and press the spacebar. Code hinting is activated by default.  You can change code hinting under Preferences > Code Hints. Code hinting automatically closes tags. You can force code hints to appear.  Press Ctrl+spacebar (Windows and Mac). Copyright © 2013 MyGraphicsLab / Pearson Education

HTML STRUCTURE SHORTCUTS You can apply formatting using the Format menu or via keyboard shortcuts.  Shortcuts can be used in Code or Design view. Headings –  Press Ctrl+1 – Ctrl+6 (Windows)  Press Cmd+1 – Cmd+6 (Mac) Paragraph  Press Ctrl+Shift+P (Windows)  Press Cmd+Shift+P (Mac) Remove formatting  Press Ctrl+0 (Windows)  Press Cmd+0 (Mac) Copyright © 2013 MyGraphicsLab / Pearson Education

DREAMWEAVER QUICK TAG EDITOR The Quick Tag Editor provides easy and convenient access to HTML tags.  Select content in the page, and click the Quick Tag Editor to wrap content within a tag.  Or place your cursor in the page and click to insert tag.  Or choose Modify > Quick Tag Editor.  Or click Quick Tag Editor in the Property inspector.  Or press Ctrl+T (Windows) or Cmd+T (Mac). See Adobe Dreamweaver Classroom in a Book, page 90. Copyright © 2013 MyGraphicsLab / Pearson Education

HTML FORMAT IN DESIGN MODE Apply HTML format using the Property inspector:  headings 1-6  paragraph  none  preformatted (html tag) Headings –  Ctrl+1 – Ctrl+6 (Windows)  Cmd+1 – Cmd+6 (Mac) Paragraph  Press Ctrl+Shift+P (Windows)  Press Ctrl+Shift+P (Mac) Remove formatting  Press Ctrl+0 (Windows)  Press Cmd+0 (Mac) Copyright © 2013 MyGraphicsLab / Pearson Education

HTML UNORDERED LISTS Select multiple paragraphs in the Design view, and click Unordered List in the Property inspector to make a bulleted list.  You can also use Format > List > Unordered List. This generates and tags. Unordered lists are used extensively for structuring navigation bars and menus. See Adobe Dreamweaver Classroom in a Book, pages 175–178. Copyright © 2013 MyGraphicsLab / Pearson Education

HTML ORDERED LISTS Select multiple paragraphs in the Design view, and click Ordered List in the Property inspector to make a numbered list.  You can also use Format > List > Ordered List. This generates and tags. Copyright © 2013 MyGraphicsLab / Pearson Education

HTML STRONG/EMPHASIS SEMANTICS Strong (B)  Press B in the Property inspector  Format > Style > Bold  Ctrl+B (Windows) / Cmd+B (Mac)  Sets the HTML tag Strong (I)  Press I in the Property inspector  Format > Style > Italic  Ctrl+I (Windows) / Cmd+I (Mac)  Sets the HTML tag See Adobe Dreamweaver Classroom in a Book, page 24. Copyright © 2013 MyGraphicsLab / Pearson Education

HTML BLOCKQUOTE The HTML blockquote creates a standalone indented paragraph.  Click the blockquote (indent) symbol in the Property inspector.  Or press Ctrl+Alt+] (Windows) or Cmd+Option+] (Mac).  Or choose Format > Indent. This generates the and tags. See Adobe Dreamweaver Classroom in a Book, pages 178–181. Copyright © 2013 MyGraphicsLab / Pearson Education

HTML TABLES Insert tables in your layout:  Click Table in the Common or Layout category in the Insert panel.  Or choose Insert > Table.  Or press Ctrl+Alt+T (Windows) or Cmd+Option+T (Mac). The Table dialog box lets you set the following items:  Number of rows and columns  Table widths (% or pixels)  Border thickness  Cell padding and spacing (2 pixels by default)  Header row or column designation  Summary (used for assistive technology) See Adobe Dreamweaver Classroom in a Book, pages 182–195. Copyright © 2013 MyGraphicsLab / Pearson Education

HTML TABLE PROPERTIES Table properties appear when a table is selected in the page.  Good practice to use the tag selector for selecting a table Avoid using HTML formatting in the Property inspector, such as:  Width  Cell padding and spacing  Border  Alignment Table styling should be accomplished using Cascading Style Sheets (CSS). Copyright © 2013 MyGraphicsLab / Pearson Education

ADDING TABLE ROWS AND COLUMNS To add rows, click in a row, and then do one of the following:  Click Insert Row Above or Insert Row Below in the Layout category in the Insert panel.  Choose Insert > Table Objects. To add columns, click in a column, and do one of the following:  Click Insert Column To The Left or Insert Column To The Right in the Layout category in the Insert panel.  Choose Insert > Table Objects. For an overview, watch the video Inserting a Table. Copyright © 2013 MyGraphicsLab / Pearson Education

HTML LAYOUT TAGS tags are used for structuring page layout. They divide page content into discernible grouping areas. Insert tags via the Layout category in the Insert panel or by choosing Insert > Layout Objects > Div Tag. tag insertion options:  At insertion (cursor) point  Wrap around selection (if selection is made)  After start of tag (embeds within)  Before end of tag (embeds within) IDs are commonly added to tags. HTML5,,,, and tags can be used as alternates to. Copyright ©.2013 MyGraphicsLab/Pearson Education For an overview, watch the video Inserting Div Tags and IDs.