HTML: Difference between revisions

From Computer Science Wiki
Line 13: Line 13:
== Input types ==
== Input types ==
* [[html input types - password | password]]
* [[html input types - password | password]]
* submit
* [[html input types - submit | submit]]
* text
* [[html input types - button | button]]
* textarea
* [[html input types - text | text]]
* radio
* [[html input types - textarea | textarea]]
* checkbox
* [[html input types - radio | radio]]
* datalist
* [[html input types - checkbox | checkbox]]
* search
* [[html input types - datalist | datalist]]
* email
* [[html input types - search | search]]
* url
* [[html input types - email | email]]
* tel
* [[html input types - url | url]]
* number
* [[html input types - tel | tel]]
* range
* [[html input types - number | number]]
* date
* [[html input types - range | range]]
* month
* [[html input types - date | date]]
* week
* [[html input types - month | month]]
* time
* [[html input types - week | week]]
* datetime
* [[html input types - time | time]]
* datetime-local
* [[html input types - datetime | datetime]]
* color
* [[html input types - datetime-local | datetime-local]]
* [[html input types - color | color]]


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

Revision as of 21:02, 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

Content gratefully used with permission : [3]

Input types

Helpful resources

See also

References