CodeLab
Tutorials For Everyone
Run
Learn HTML
<!Doctype HTML> <html> <head> <title>Link Target Attribute</title> </head> <body> <h2>HTML Link Target attribute</h2> This link opens in the same tab. <a href="https://www.tutsinsider.com/html" target="_self">Learn HTML</a> This link opens in a new tab. <a href="https://www.tutsinsider.com/html" target="_blank">Visit HTML Tutorial</a> Onclick this link opens in the parent frame. <a href="https://www.tutsinsider.com/html" target="_parent">Go and Learn Some HTML</a> Opens the link in full body of the window. <a href="https://www.tutsinsider.com/html" target="_top">Learn Some HTML</a> The link will opens in a named frame. <a href="https://www.tutsinsider.com/html" target="name of specific iframe">Go to HTML</a> </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