Skip to main content

Home/ Learning Library/ Group items tagged Web Design

Rss Feed Group items tagged

Sunny Jackson

W3Schools Online Web Tutorials - 0 views

fictionalworlds

Excel 1: Creating a Worksheet and an Embedded Chart - 0 views

  • A requirements document includes a needs statement, source of data, summary of calculations, and any other special requirements for the worksheet, such as charting and Web support.
  • The recommended methodology for creating worksheets includes: (1) analyze requirements (supplied in a requirements document); (2) design solution; (3) validate design; (4) implement design; (5) test solution; and (6) document solution.
Sunny Jackson

HTML img tag - 0 views

  • width=
    • Sunny Jackson
       
      optional
  • height=
    • Sunny Jackson
       
      optional
  • <img src="
    • Sunny Jackson
       
      required
  • ...8 more annotations...
  • " alt="
    • Sunny Jackson
       
      required
  • alt text Specifies an alternate text for an image
    • Sunny Jackson
       
      required
  • In HTML the <img> tag has no end tag
  • In XHTML the <img> tag must be properly closed
  • The <img> tag has two required attributes: src and alt
  • height pixels Specifies the height of an image
    • Sunny Jackson
       
      optional
  • src URL Specifies the URL of an image
    • Sunny Jackson
       
      required
  • width pixels Specifies the width of an image
    • Sunny Jackson
       
      optional
1 - 3 of 3
Showing 20 items per page