Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

curly braces with mac

how to digit curly braces with mac

index.html
<body>
  <style>
  hi COLOR: GREEN;

  </style>
    <h1>Nick Pettit</h1>
</body>

2 Answers

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

how to digit curly braces with mac

Are you asking how to enter the curly braces from Mac keyboard?

The open and closed curly braces are the 2 keys located to the right the letter P; holding down Shift key and press them.

Emmanuel ANDRE
Emmanuel ANDRE
1,371 Points

Hey,

It depends your keyboard layout and your keyboard language. So you should click on keyboard inside System Preferences. Then click on 'Show Keyboard & Character Viewers in menu bar'. Once done click on the keyboard menu bar on top of the screen and select 'show keyboard viewer'. You just need to use the 'alt' key of your keyboard and then you will see on the keyboard window the location of the curly braces.

Cheers