HTML: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 18: Line 18:
* [[Forms: Text boxes and other user-input]]
* [[Forms: Text boxes and other user-input]]


== Problem sets ==


== Helpful resources ==
* [http://www.computerhope.com/htmcolor.htm Good site for choosing HTML colors]
* [https://dzone.com/refcardz/core-html excellent reference for HTML]
*


== References ==


== More advanced topics==
<references />
[http://www.computerhope.com/htmcolor.htm Good site for choosing HTML colors]
 
== References ==


[[Category:HTML programming language]]
[[Category:HTML programming language]]
[[Category:Programming languages]]
[[Category:Programming languages]]

Revision as of 08:03, 30 May 2016

HTML programming language[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]


Basic ideas


Helpful resources

References