Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduce HTML

Introduce HTML

Avatar for Indra Nugraha

Indra Nugraha

April 14, 2016
Tweet

More Decks by Indra Nugraha

Other Decks in Technology

Transcript

  1. What is HTML? HTML (HyperText Markup Language) is a language

    used to create document on the web. HTML is meant for meaning and structure of a web page's content. HTML contains tags that organize and structure text, include images, create form & tables, and link to to other documents or web pages all across the internet.
  2. HTML Syntax Basic syntax of HTML is made up of

    Tags, Attributes and Elements. TAGS <body></body> TAGS <body></body> ELEMENTS <p>Contents</p> ATTRIBUTES <p attribute=”value”></p>