Skip to content

Latest commit

 

History

History
86 lines (75 loc) · 5.37 KB

File metadata and controls

86 lines (75 loc) · 5.37 KB

Learning HTML

Introduction

Inline Text

Block Text

Media

Form

Table

Container

HTML Skeleton

HTML head

Note

  • No need to remember all HTML tags and attributes. Google and MDN docs are your friends. Refer to them whenever required.
  • You'll remember most of the commonly used tags and attributes once you start building websites.
  • Avoid div if there is a semantic alternative.

Next Steps