CodeLab
Tutorials For Everyone
Run
Learn CSS
<!Doctype HTML> <html> <head> <title>External Style Sheets</title> <link rel="stylesheet" type="text/css" href="/style.css"> </head> <body> <h2>CSS External Style Sheets</h2> We use link element to add an external style sheet. It has multiple attributes to define and locate the style steet properly. <h3>CSS styles are linked in the head section</h3> <p class="pie-content">After adding a link of the style sheet, we can use the defined classes or ids in the HTML elements to have the result.</p> </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