HTML Tags

Facebook
Twitter
Youtube

What's an HTML file?

So,

  • Tells a browser how to display a webpage
  • Have an .html .htm extension

 

Overview

Some HTML Tags aka Elements

  • Headings (h1, h2 ... h6)
  • Paragraph.
  • Anchor tag.
  • Grouping tags (div, span)
  • List (ul, ol, li, dl, dt, dd)
  • Image
  • Table
  • Form

There are logical and physical tags.

Building forms

  • text
  • password
  • checkbox
  • radio
  • file
  • button
  • submit

Input types

  • name
  • type
  • value
  • maxlength
  • readonly
  • disable
  • size

Input attributes

  • textarea
  • select
  • label

Other elements

This was it, in earlier days!

Then came the HTML5

HTML5 tags

  • header
  • nav
  • main
  • section
  • article
  • aside
  • footer

HTML5 Form input types

  • color
  • date
  • email
  • number
  • tel
  • search
  • range
  • url

HTML5 Form input attributes

  • autofocus
  • autocomplete
  • required
  • placeholder
  • pattern
  • formnovalidate

Form elements

  • datalist
  • output
  • progress

When you create a webpage,

  • Validate HTML.
  • Design for user.
  • Check for Cross-browser issues.

Questions?

Thank you. 

HTML Tags

By ktasim

HTML Tags

  • 133