HTML DHTML Full Presentation
HTML DHTML Full Presentation
Comprehensive Guide
Creating a Website and Markup
Languages
Table of Contents
• - Features:
• - Easy to learn and use.
• - Supported by all browsers.
• - Allows multimedia integration.
• - Structure of HTML Document:
• - <!DOCTYPE html>
• - <html>, <head>, <body> tags define
structure.
HTML Elements and Creating Links
• - HTML Elements:
• - Paired and Void Elements.
• - Nested Elements for better structure.
• - Creating Links:
• - Anchor Tag: <a href="URL">Link</a>
• - Internal and External Links.
Headers, Text Styles, and
Structuring
• - Page Layouts:
• - Divisions (<div>) and Inline Elements
(<span>).
• - CSS for layout control.
• - Images:
• - <img src="image.jpg" alt="description">.
• - Attributes: src, alt, width, height.
Lists, Graphics, and Tables
• - Frames:
• - Deprecated in HTML5 but used <frameset>
earlier.
• - Forms:
• - Input Types: Text Boxes, Checkboxes, Radio
Buttons.
HTML5 vs Previous Versions