CodeLab
Tutorials For Everyone
Run
Learn HTML
<!Doctype html> <html> <head> <title>Quotations</title> </head> <body> <p>Wikipedia says about HTML:</p> <blockquote cite="https://en.wikipedia.org/wiki/HTML">Hypertext Markup Language (HTML) is the standard markup language. Its functionality increases by the addition of Css and Javascript. Almost all web browsers understands HTML. They also receive HTML documents from a web server or from local storage. Finally render the documents into multimedia web pages. HTML describes the structure of a web page semantically for the appearance of the document. </blockquote> </body> </html>
Editor Commands
Ctrl
F
Find
Ctrl
G
Find Next
Ctrl
⇧
G
Find Previous
Ctrl
⇧
F
Find & Replace
Ctrl
]
Indent Code Right
Ctrl
[
Indent Code Left
⇧
Tab
Auto Indent Code
Ctrl
/
Line Comment
Ctrl
Alt
/
Block Comment
TutsInsider Actions
Alt
S
Run Code
Ctrl
C
Copy Editor Code
Ctrl
A
Select All Editor Code
Ctrl
S
Save/Download
Ctrl
Alt
X
Rotate
Ctrl
Alt
T
Switch Theme
Ctrl
⇧
C
Open Console
Esc
Close Console