Support for CSS - Context-sensitive help

It can be very helpful to use contextual help for CSS. Contextual Help is based on the generally available CSS recommendation on the W3C Consortium website .

Thanks to the documentation support mechanism built into the program, you can use it at any time and go straight to the topic of the selected property! To read information about the selected property, place the cursor on it and use the keyboard shortcut Ctrl+F1. You can also use the command in the editor's popup menu. The help text will be displayed on the bottom panel. This mechanism works both in the editor and in the CSS Inspector.

For example, you can put your cursor on the font-family property, press Cltr+F1. The bottom panel will appear, and it will immediately display the page for that property.

Attention!
All CSS help text is in English.

Related topics

To top