CSS editors
manage your website appearance
Table of Contents
che cos'è un foglio di stilewhat are stylesheets
Un foglio di stile è un file, con estensione .css, che, collegato alle varie pagine web di un sito, fà sì che la formattazione vi sia, in tutte, identica. Ad esempio in un foglio di stile si può definire quale sia il font da usare come default, sia nel senso di tipo di font (Arial, mettiamo, piuttosto Times New Roman) sia nel senso di grandezza (10pt piuttosto che l'80%). Vi si può ancora definire se i paragrafi debbano essere alineati a sinistra, o a destra, o giustificati, quale debba essere la distanza tra un paragrafo e un altro, o tra una parola e un'altra, o tra una lettera e un'altraA stylesheet is a file, with an extension .css, which, when linked to the various web pages of a site, ensures that the formatting is identical in all of them. For example, in a style sheet you can define which font to use as the default, that is what font type (Arial, let's say, rather Times New Roman), what font size (10pt rather than 80%), what color, and so on. It can also be defined whether paragraphs should be aligned to the left, or to the right, or justified, what the distance should be between one paragraph and another, or between one word and another, or between one letter and another..
requisiti di un buon editor cssessential features of a good stylesheet editor
Ci sono molti editors css, e molti sono decisamente buoni. Tra alcuni requisiti essenziali esso dovrebbeThere are many css editors, and many are definitely good. Among some essential requirements, they should
- avere una funzione di correttore ortografico della linguahave a language spell checker function,
- e una funzione di verifica della correttezza della sintassi cssand a css syntax correctness verification function
- aiutare visivamente evidenziando la sintassi cssto help visually by highlighting css syntax..