CodeLab
Tutorials For Everyone
Run
Learn HTML
<!Doctype html> <html> <head> <title>HTML Head</title> </head> <body> <h1 style="font-size:100px;">Google is No 1</h1> <h2 style="font-size:80px;">Youtube is No 2</h2> <h3 style="font-size:65px;">Facebook is No 3</h3> <h4 style="font-size:50px;">Baidu is No 4</h4> <h5 style="font-size:35px;">Twitter in No 5</h5> <h6 style="font-size:25px;">Instagram in No 6</h6> </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