1. Trang chủ
  2. » Tất cả

Html css review 01 html

22 2 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Nội dung

HTML Review Content HTML Version History HTML Tag & Attributes Basic Structure of HTML Document Head Elements HTML Comments Sectioning Elements Groupings Elements Text-Level Elements Embedded Elements 10 Commonly used HTML Attributes 11 Special Characters 12 Lists 13 Linking HTML to StyleSheet 14 Hypertext Links HTML Version History Version Date Description HTML 1.0 1989 The first public version of HTML HTML 2.0 1995 HTML version that added interactive elements including web forms 1997 HTML version that provided additional support for web tables and expanded the options for interactive form elements and a scripting language HTML 4.01 1999 HTML version that added support for style sheets to give web designers greater control over page layout and appearance, and provided support for multimedia elements such as audio and video XHTML 1.0 2001 A reformulation of HTML 4.01 using the XML markup language in order to provide enforceable standards for HTML content and to allow HTML to interact with other XML languages HTML 3.2 XHTML 2.0 discontinued The follow-up version to XHTML 1.1 designed to fix some of the in 2009 problems inherent in HTML 4.01 syntax HTML 5.0 2012 HTML version providing support for mobile design, semantic page elements, column layout, form validation, offline storage, and enhanced multimedia HTML 5.2 2017 The current version of HTML HTML Tag & Attributes  Two-sided tag: is a tag that contains some document content General syntax for a two-sided tag: content  A two-sided tag’s opening tag (

) and closing tag (

) should completely enclose its content

Welcome to the HTML

 One-sided tag: is an empty element General syntax for a one-sided tag Basic Structure of HTML Document Head Elements Attributes of the meta element Meta examples HTML Comments Sectioning Elements (Block Level) Groupings Elements (Block Level) Text-Level Elements (Inline Level) Embedded Elements 10 Commonly used HTML Attributes 11 Special Characters  Character Encoding (&#code;): E.g ©  ©  Character Entity References (&char;): E.g ©  ©  References: https://www.w3schools.com/html/html_symbols.asp 12.Lists  Ordered lists (ol): items that follow some defined sequential order (alphabetically or numerically)  Unordered lists (ul): items have no sequential order 13 Linking HTML to StyleSheet 14 Hypertext Links (The Tag) Specifying Folder Paths  From ct_about.html: ct_contact.html or /ct_contact.html  From index.html file: general/ct_contact.html or /general/ct_contact.html  From ct_about.html: /docs/imgs/image.jpg or / /docs/imgs/image.jpg  Absolute path: /docs/css/style.css Linking within a Document THE END ... video XHTML 1.0 2 001 A reformulation of HTML 4 .01 using the XML markup language in order to provide enforceable standards for HTML content and to allow HTML to interact with other XML languages HTML. .. XML languages HTML 3.2 XHTML 2.0 discontinued The follow-up version to XHTML 1.1 designed to fix some of the in 2009 problems inherent in HTML 4 .01 syntax HTML 5.0 2012 HTML version providing... used HTML Attributes 11 Special Characters 12 Lists 13 Linking HTML to StyleSheet 14 Hypertext Links HTML Version History Version Date Description HTML 1.0 1989 The first public version of HTML HTML

Ngày đăng: 09/02/2023, 15:34

w