HTML: Difference between revisions

From Computer Science Wiki
Line 10: Line 10:


Content gratefully used with permission :  <ref>http://cs50.tv/2015/fall/#license,psets</ref>
Content gratefully used with permission :  <ref>http://cs50.tv/2015/fall/#license,psets</ref>
== Input types ==
* password
* submit
* text
* textarea
* radio
* checkbox
* datalist
* search
* email
* url
* tel
* number
* range
* date
* month
* week
* time
* datetime
* datetime-local
* color


== Helpful resources ==
== Helpful resources ==

Revision as of 19:54, 11 July 2017

HTML [1]

HyperText Markup Language, commonly referred to as HTML, is the standard markup language used to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone technology used to create web pages, as well as to create user interfaces for mobile and web applications. Web browsers can read HTML files and render them into visible or audible web pages. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language, rather than a programming language.[2]

Introduction[edit]

Content gratefully used with permission : [3]

Input types[edit]

  • password
  • submit
  • text
  • textarea
  • radio
  • checkbox
  • datalist
  • search
  • email
  • url
  • tel
  • number
  • range
  • date
  • month
  • week
  • time
  • datetime
  • datetime-local
  • color


Helpful resources[edit]

See also[edit]

References[edit]