• History, Navigator, Screen and Form ObjectsHistory, Navigator, Screen and Form Objects

    Chapter 11. Beginning HTML, XHTML,CSS, and JavaScript, by Jon Duckett, Wiley Publishing; 2009, ISBN: 978-0-470-54070-1. Chapter 6,11. Learn JavaScript, by Chuck Easttom, Wordware Publishing; 2002, ISBN 1-55622-856-2

    pptx28 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 787 | Lượt tải: 0

  • Working with background, images and date objectWorking with background, images and date object

    The Date object is used to work with dates and times It can be used to find the current time and date Many time based tasks can be performed Date objects are created as var today=new Date()

    pptx27 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 901 | Lượt tải: 0

  • HTML DOMHTML DOM

    Chapter 11. Beginning HTML, XHTML,CSS, and JavaScript, by Jon Duckett, Wiley Publishing; 2009, ISBN: 978-0-470-54070-1. Chapter 3,6, Learn JavaScript, by Chuck Easttom, Wordware Publishing; 2002, ISBN 1-55622-856-2

    pptx26 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 951 | Lượt tải: 0

  • Introduction to JavaScriptIntroduction to JavaScript

    What is JavaScript? Embedding JavaScript with HTML JavaScript conventions Variables in JavaScript JavaScript operators Input output in JavaScript JavaScript functions Conditional Statements Looping Statements

    pptx34 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 1032 | Lượt tải: 0

  • Page LayoutPage Layout

    Divs required to make the structure: Main container Header Logo Center container Form container Form heading Form row

    pptx42 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 952 | Lượt tải: 0

  • CSS propertiesCSS properties

    border : border-style (solid, dashed, doted, double etc.) border-color border-bottom (solid, dashed, doted, double etc.) padding Padding-left Padding-right Padding-top padding-bottom

    pptx36 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 943 | Lượt tải: 0

  • Introduction to Cascading Style-Sheets (CSS)Introduction to Cascading Style-Sheets (CSS)

    you can’t have more than one tag with the same ID value You can apply the same Class value to multiple document tags Classes or Id? use ID's for any elements that are simply used once on a page OR only use classes to style websites, but, when you have to use an element in JavaScript, use an identifier

    pptx33 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 939 | Lượt tải: 0

  • HTML 5 Form elementsHTML 5 Form elements

    Email element Date element Number element Color element

    pptx38 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 879 | Lượt tải: 0

  • HTML FORMSHTML FORMS

    Text-area Rows Cols Name

    pptx37 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 951 | Lượt tải: 0

  • Tables in HTMLTables in HTML

    The align Attribute: The bgcolor Attribute: The valign Attributes: The rowspan Attributes: used when a cell should span across more than one rows The colspan Attribute: used when a cell should span across more than one column

    pptx35 trang | Chia sẻ: dntpro1256 | Ngày: 23/11/2020 | Lượt xem: 914 | Lượt tải: 0