INTRODUCTION TO HTML5
HyperText Markup Language V.5 (HTML5) HTML5 is the latest evolution of the standard that defines HTML. The term represents two different concepts: • It is a new version of the language HTML, with new elements, attributes, and behaviors, • A larger set of technologies that allows more diverse and powerful Web sites and applications
Some rules for HTML5 were established: • New features should be based on HTML, CSS, DOM, and JavaScript • Reduce the need for external plugins (like Flash) • Better error handling • More markup to replace scripting
Notes: • Place the opening bracket on the same line as the selector. • Use one space before the opening bracket. • Use 2 spaces of indentation. • Use colon plus one space between each property and its value. • Use space after each comma or semicolon. • Use semicolon after each property-value pair, including the last. • Only use quotes around values if the value contains spaces. • Place the closing bracket on a new line, without leading spaces. • Avoid lines over 80 characters.
المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
|