Programozás | HTML » Craighead-Zhang - Introduction to HTML, CSS

A doksi online olvasásához kérlek jelentkezz be!

Craighead-Zhang - Introduction to HTML, CSS

A doksi online olvasásához kérlek jelentkezz be!


 2009 · 20 oldal  (3 MB)    angol    33    2017. július 19.  
    
Értékelések

11110 Anonymus 2023. február 15.
  Great book.

Tartalmi kivonat

Source: http://www.doksinet Introduction to Web Design Lecture #1: Introduction to HTML/CSS Jonté Craighead & Cathy Zhang January 6th, 2009 Student Information Processing Board (SIPB) 1 Source: http://www.doksinet Overview  Editors  HTML document structure  CSS  Web browsers 2 Source: http://www.doksinet Text Editors  jEdit  Notepad++ (Windows only) Kate (Windows: partial)  gedit   Emacs  Vim 3 Source: http://www.doksinet Text Editors: jEdit 4 Source: http://www.doksinet Text Editors: Notepad++ 5 Source: http://www.doksinet Text Editors: Kate 6 Source: http://www.doksinet Text Editors: gedit 7 Source: http://www.doksinet Text Editors: Emacs 8 Source: http://www.doksinet Text Editors: Vim 9 Source: http://www.doksinet WYSIWYG Editors  Dreamweaver  Microsoft Frontpage 10 Source: http://www.doksinet WYSIWYG Editors: Dreamweaver 11 Source: http://www.doksinet WYSIWYG Editors: Frontpage

12 Source: http://www.doksinet WYSIWYG Editors: Frontpage 13 Source: http://www.doksinet WYSIWYG Editors: Frontpage Example: sipb.mitedu/iap/webdesign/examples/firhtml 14 Source: http://www.doksinet HTML Document Structure Example: sipb.mitedu/iap/webdesign/examples/wmdahtml 15 Source: http://www.doksinet HTML Document Structure Reference: http://www.w3schoolscom/tags/defaultasp 16 Source: http://www.doksinet HTML Document Structure  Tag/element nesting  Attributes Indentation  Use elements for their intended purpose  − Tables for data, not layout  Deprecated elements (new HTML tags or CSS)  HTML comments 17 Source: http://www.doksinet HTML Document Structure  Document Types − − − − − − − − .html/htm .xhtml .php .asp/aspx .do .jsp/jspx .ssi .cgi/fcgi 18 Source: http://www.doksinet XHTML vs. HTML  All tags must be in lower case  All documents must have a doctype All documents must be properly

formed  All tags must be closed   All attributes must be added properly The name attribute has changed  Attributes cannot be shortened   All tags must be properly nested 19 Source: http://www.doksinet Other SIPB Classes • Caffeinated Crash Course in PHP • Jan 12 07:30pm-10:30pm, 4-237 • Building Websites for Mobile Devices • Jan 19 07:30pm-09:30pm, 4-237 20 20