Computer Programming Wikia
No edit summary
Tag: rte-wysiwyg
mNo edit summary
Tags: Visual edit apiedit
 
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
  +
|title = HTML|image = Download (7).jpg|Level = None|Creator = W3C, WHATWG|Created = 1993|Type = Markup Language}}
|title = HTML
 
|Level = None
 
|Creator = W3C, WHATWG
 
|Created = 1993
 
|Type = Markup Language
 
}}
 
 
'''Hyper Text Markup Language''' (HTML) is used to make websites along with [[CSS]] and [[Javascript]]. HTML is a type of Markup Language.
 
'''Hyper Text Markup Language''' (HTML) is used to make websites along with [[CSS]] and [[Javascript]]. HTML is a type of Markup Language.
   

Latest revision as of 23:22, 7 December 2015

Hyper Text Markup Language (HTML) is used to make websites along with CSS and Javascript. HTML is a type of Markup Language.

Syntax[]

Like all other markup languages html uses <> and </>'s to implement things.

Comments are implemented using:

 <-- This is a comment --> add a ! in between the '<' and '-'.

The web browser ignores those comments.

Rather than using <button></button> to make a button use <input></input> as <button will not allow you to have text on the button.

Navigate
Languages (All): C (C++ - C#) - D - Pascal - Java - Perl - Haskell - Ruby - Batch - XML - Objective-C - Seed7 - Go - Assembly - VBscript - Visiual Basic - G - Delphi - Lava - Swift - Rust - Logo - Lisp - SMALL - BASIC - Python - Fourth
Web Languages: HTML - Lua - Javascript - php - SSML - CSS - XML
Tools and Programs: Compiler - Interpreter - JVM - IDE (Netbeans - Eclipse - Visual Basic IDE) - Text Editor (Notepad - Notepad++ - Text Wrangler - Text Edit)
Resources: Rules - Style Guide