SlideShare uma empresa Scribd logo
1 de 20
CHAPTER 3: UNIQUE HTML FEATURES




WEB DESIGN &
DEVELOPMENT
       L A S T U P D AT E : 2 / 2 7 / 1 2
ESSENTIAL OUTCOMES

3. You will analyze and create unique features in
   HTML by:
    Writing and using scrolling marquees and
     rollovers
        Scrolling marque to left
        Slide in Text
        Bouncing Text
        Upward Scroll
        Rollovers
    Inserting rounded edges in tables
    Copying and pasting codes that secure a
     website
        No right click
        Disable copy and paste
    Define key words presented in this chapter.
SCROLLING MARQUES / BANNERS

o Scrolling text
o Use discretion
o Not all websites should have
  scrolling banner
SCROLLING MARQUES / BANNERS ELEMENT


o <marque></marque>
o Paired element
SCROLLING MARQUES / BANNERS ATTRIBUTE

o bgcolor=“green” (sets background
  color)
o width=“100%” (sets width)
o direction=“Left” (sets direction)
o scrollamount=“1” (sets speed of
  banner)
VARIOUS TYPES OF SCROLLING BANNERS

  o Scrolling Marque from
    Left
  o Slide in Text
  o Bouncing Text
  o Upward Scroll
SLIDE IN TEXT



<marque behavior=“slide”
direction=“left”>scroll text
here</marque>
BOUNCING TEXT



<marque behavior=“alternate”>scroll
text here</marque>
UPWARD SCROLL

<p align=“center”>
<marque bgcolor=“#000080”
scrollamount=“2” direction=“up”
loop=“true” width=“25%”><font
color=“#ffffff”><strong>scroll text
here</strong></font</marque>
</p> (click here)
SCROLLING IMAGE WITH TEXT

<p align=“center”>
<marque bgcolor=“#000080”
behavior=“scroll” direction=“left”><font
size=“10 color=“#ffffff”
scrollamount=“2”>>Go Vikings<img
scroll text
here</strong></font</marque>
</p> (click here for ex.)
ROLLOVERS

• Displays separate images or text to
  user once button or image has been
  rolled over with mouse
• Need two images:
    1. One image as button;
    2. One image as rollover;
CREATING THE ROLLOVER

• Save your two images to your image
  folder
• Go to where you want your rollover to
  appear
• Write the following code:
<p align="center">
<a href="http://www.google.com"><img
src="Graphics/bugs-01.gif"
onmouseover="this.src='Graphics/bart-
09.gif'"
onmouseout="this.src='Graphics/bugs-
01.gif'" alt="Click Me"></a>
ROUNDING TABLES

• In web design, no rounded tables
• All images are rectangles




• Rounding tables: means that you
  round the corner edges of the table
ROUNDING TABLES

• To create a semblance of rounded
  tables:
• Need circle & the # of corners you
  need (in this case 4 since we are rounding all
   four corners)
       1. Need 4 different images
       2. In Photoshop, create a circle
 Our starting   Top-left   Top-right   Bottom-left Bottom-right

   image        corner      corner       corner      corner
ROUNDING TABLES

               Top Corners
<td width="14"><img src="Graphics/LC.jpg"
width="14"
height="14" border="0" alt="..." /></td>


<td width="14"><img src="Graphics/RC.jpg"
width="14"
height="14" border="0" alt="..." /></td>
ROUNDING TABLES


          Bottom Corners

<td><img src="Graphics/BLC.jpg"
width="14" height="14"
border="0" alt="..." /></td>

<td><img src="Graphics/BRC.jpg"
width="14" height="14"
border="0" alt="..." /></td>
IMPORTANT NOTES IN ROUNDING TABLES

• When rounding corners, make
  sure cellpadding, cellspacing &
  border attributes have 0 value
• Background color for corners
  must be same color as table
• Use the “alt” tag for images
  (required)
• Do not use “bgcolor”; rather use
  the following:

style=“background-color: #9c084A”
IMPORTANT NOTES IN ROUNDING TABLES

• Height of a table is controlled by
  the actual content
• Roundness of a table depends
  on curves created in image;
• Circle is small, curves will be
  tighter;
• Circle is larger, curves will be
  looser
SECURING YOUR WEBSITE

• For this, you may just copy and
  paste codes since these include
  JavaScript
• 3 codes:
     No copy & paste of images
     No right click
     No copy & paste of information
• Codes are saved in Notepad++
  for you to copy under Security
WEB DESIGN &
DEVELOPMENT
     L A S T U P D AT E : 2 / 2 7 / 1 2

Mais conteúdo relacionado

Semelhante a Chapter 3 class power point

World wide web with multimedia
World wide web with multimediaWorld wide web with multimedia
World wide web with multimedia
Afaq Siddiqui
 
Creating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSSCreating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSS
BG Java EE Course
 

Semelhante a Chapter 3 class power point (20)

Layout with CSS
Layout with CSSLayout with CSS
Layout with CSS
 
HTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptHTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 
World wide web with multimedia
World wide web with multimediaWorld wide web with multimedia
World wide web with multimedia
 
Formatting Images with CSS in MadCap Flare - MadCap webinar, Scott DeLoach, C...
Formatting Images with CSS in MadCap Flare - MadCap webinar, Scott DeLoach, C...Formatting Images with CSS in MadCap Flare - MadCap webinar, Scott DeLoach, C...
Formatting Images with CSS in MadCap Flare - MadCap webinar, Scott DeLoach, C...
 
A More Perfect Union with CSS
A More Perfect Union with CSSA More Perfect Union with CSS
A More Perfect Union with CSS
 
Designing web page marquee and img tag
Designing web page  marquee and img tagDesigning web page  marquee and img tag
Designing web page marquee and img tag
 
Presentation html5 css3 by thibaut
Presentation html5 css3 by thibautPresentation html5 css3 by thibaut
Presentation html5 css3 by thibaut
 
HTML(5) and CSS(3) for beginners - I
HTML(5) and CSS(3) for beginners - IHTML(5) and CSS(3) for beginners - I
HTML(5) and CSS(3) for beginners - I
 
CSS 3
CSS 3CSS 3
CSS 3
 
Creating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSSCreating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSS
 
Style guide for share point 2013 branding
Style guide for share point 2013 brandingStyle guide for share point 2013 branding
Style guide for share point 2013 branding
 
Aryan kumar
Aryan kumarAryan kumar
Aryan kumar
 
Web fundamental concept and tags
Web fundamental concept and tags Web fundamental concept and tags
Web fundamental concept and tags
 
Web Design 101
Web Design 101Web Design 101
Web Design 101
 
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG Meeting
 
Face/Off: APEX Templates & Themes
Face/Off: APEX Templates & ThemesFace/Off: APEX Templates & Themes
Face/Off: APEX Templates & Themes
 
Flash Camp - Degrafa & FXG
Flash Camp - Degrafa & FXGFlash Camp - Degrafa & FXG
Flash Camp - Degrafa & FXG
 
Clean separation
Clean separationClean separation
Clean separation
 

Mais de cmurphysvhs

Unit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriersUnit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriers
cmurphysvhs
 
Chapter 3 power point
Chapter 3 power pointChapter 3 power point
Chapter 3 power point
cmurphysvhs
 
Chapter 4 class presentation
Chapter 4 class presentationChapter 4 class presentation
Chapter 4 class presentation
cmurphysvhs
 
Chapter 13 power point presentation
Chapter 13 power point presentationChapter 13 power point presentation
Chapter 13 power point presentation
cmurphysvhs
 
Chapter 1 Class PP Notes
Chapter 1 Class PP NotesChapter 1 Class PP Notes
Chapter 1 Class PP Notes
cmurphysvhs
 
WDD Chapter 1 class pp notes
WDD Chapter 1 class pp notesWDD Chapter 1 class pp notes
WDD Chapter 1 class pp notes
cmurphysvhs
 

Mais de cmurphysvhs (20)

Unit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriersUnit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriers
 
Unit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriersUnit 1 chapter 3 student trade barriers
Unit 1 chapter 3 student trade barriers
 
Unit 1 chapter 3 trade barriers
Unit 1 chapter 3 trade barriersUnit 1 chapter 3 trade barriers
Unit 1 chapter 3 trade barriers
 
Chapter 3 power point
Chapter 3 power pointChapter 3 power point
Chapter 3 power point
 
Chap 2 class notes
Chap 2 class notesChap 2 class notes
Chap 2 class notes
 
Acct chapter 17
Acct chapter 17Acct chapter 17
Acct chapter 17
 
Acct chapter 16
Acct chapter 16Acct chapter 16
Acct chapter 16
 
Acct chapter 15 class presentation
Acct chapter 15 class presentationAcct chapter 15 class presentation
Acct chapter 15 class presentation
 
Chapter 4 class power point
Chapter 4 class power pointChapter 4 class power point
Chapter 4 class power point
 
Acct chapter 14
Acct chapter 14Acct chapter 14
Acct chapter 14
 
Acct chapter 14
Acct chapter 14Acct chapter 14
Acct chapter 14
 
Chapter 4 class presentation
Chapter 4 class presentationChapter 4 class presentation
Chapter 4 class presentation
 
Chapter 4 class presentation
Chapter 4 class presentationChapter 4 class presentation
Chapter 4 class presentation
 
Chapter 3 class power point
Chapter 3 class power pointChapter 3 class power point
Chapter 3 class power point
 
Chapter 13 power point presentation
Chapter 13 power point presentationChapter 13 power point presentation
Chapter 13 power point presentation
 
Chapter 2 class power point
Chapter 2 class power pointChapter 2 class power point
Chapter 2 class power point
 
Chapter 3 class presentation
Chapter 3 class presentationChapter 3 class presentation
Chapter 3 class presentation
 
Chapter 1 Class PP Notes
Chapter 1 Class PP NotesChapter 1 Class PP Notes
Chapter 1 Class PP Notes
 
Chapter 12 Class Power Point
Chapter 12 Class Power PointChapter 12 Class Power Point
Chapter 12 Class Power Point
 
WDD Chapter 1 class pp notes
WDD Chapter 1 class pp notesWDD Chapter 1 class pp notes
WDD Chapter 1 class pp notes
 

Último

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Último (20)

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Chapter 3 class power point

  • 1. CHAPTER 3: UNIQUE HTML FEATURES WEB DESIGN & DEVELOPMENT L A S T U P D AT E : 2 / 2 7 / 1 2
  • 2. ESSENTIAL OUTCOMES 3. You will analyze and create unique features in HTML by:  Writing and using scrolling marquees and rollovers  Scrolling marque to left  Slide in Text  Bouncing Text  Upward Scroll  Rollovers  Inserting rounded edges in tables  Copying and pasting codes that secure a website  No right click  Disable copy and paste  Define key words presented in this chapter.
  • 3. SCROLLING MARQUES / BANNERS o Scrolling text o Use discretion o Not all websites should have scrolling banner
  • 4. SCROLLING MARQUES / BANNERS ELEMENT o <marque></marque> o Paired element
  • 5. SCROLLING MARQUES / BANNERS ATTRIBUTE o bgcolor=“green” (sets background color) o width=“100%” (sets width) o direction=“Left” (sets direction) o scrollamount=“1” (sets speed of banner)
  • 6. VARIOUS TYPES OF SCROLLING BANNERS o Scrolling Marque from Left o Slide in Text o Bouncing Text o Upward Scroll
  • 7. SLIDE IN TEXT <marque behavior=“slide” direction=“left”>scroll text here</marque>
  • 9. UPWARD SCROLL <p align=“center”> <marque bgcolor=“#000080” scrollamount=“2” direction=“up” loop=“true” width=“25%”><font color=“#ffffff”><strong>scroll text here</strong></font</marque> </p> (click here)
  • 10. SCROLLING IMAGE WITH TEXT <p align=“center”> <marque bgcolor=“#000080” behavior=“scroll” direction=“left”><font size=“10 color=“#ffffff” scrollamount=“2”>>Go Vikings<img scroll text here</strong></font</marque> </p> (click here for ex.)
  • 11. ROLLOVERS • Displays separate images or text to user once button or image has been rolled over with mouse • Need two images: 1. One image as button; 2. One image as rollover;
  • 12. CREATING THE ROLLOVER • Save your two images to your image folder • Go to where you want your rollover to appear • Write the following code: <p align="center"> <a href="http://www.google.com"><img src="Graphics/bugs-01.gif" onmouseover="this.src='Graphics/bart- 09.gif'" onmouseout="this.src='Graphics/bugs- 01.gif'" alt="Click Me"></a>
  • 13. ROUNDING TABLES • In web design, no rounded tables • All images are rectangles • Rounding tables: means that you round the corner edges of the table
  • 14. ROUNDING TABLES • To create a semblance of rounded tables: • Need circle & the # of corners you need (in this case 4 since we are rounding all four corners) 1. Need 4 different images 2. In Photoshop, create a circle Our starting Top-left Top-right Bottom-left Bottom-right image corner corner corner corner
  • 15. ROUNDING TABLES Top Corners <td width="14"><img src="Graphics/LC.jpg" width="14" height="14" border="0" alt="..." /></td> <td width="14"><img src="Graphics/RC.jpg" width="14" height="14" border="0" alt="..." /></td>
  • 16. ROUNDING TABLES Bottom Corners <td><img src="Graphics/BLC.jpg" width="14" height="14" border="0" alt="..." /></td> <td><img src="Graphics/BRC.jpg" width="14" height="14" border="0" alt="..." /></td>
  • 17. IMPORTANT NOTES IN ROUNDING TABLES • When rounding corners, make sure cellpadding, cellspacing & border attributes have 0 value • Background color for corners must be same color as table • Use the “alt” tag for images (required) • Do not use “bgcolor”; rather use the following: style=“background-color: #9c084A”
  • 18. IMPORTANT NOTES IN ROUNDING TABLES • Height of a table is controlled by the actual content • Roundness of a table depends on curves created in image; • Circle is small, curves will be tighter; • Circle is larger, curves will be looser
  • 19. SECURING YOUR WEBSITE • For this, you may just copy and paste codes since these include JavaScript • 3 codes:  No copy & paste of images  No right click  No copy & paste of information • Codes are saved in Notepad++ for you to copy under Security
  • 20. WEB DESIGN & DEVELOPMENT L A S T U P D AT E : 2 / 2 7 / 1 2