Special

All translations

Enter a message name below to show all available translations.

Message

Found 7 translations.

NameCurrent message text
 h German (de)Obwohl es erlaubt ist Deinen [[S:MyLanguage/Cascading Style Sheet (CSS)|CSS]] Code in die "index.php" zu schreiben, bevorzugen die meisten Web-Entwickler ihre CSS in eine andere Datei zu schreiben, die von vielen Seiten mit Hilfe des <code>link</code>-Tags verknüpft werden kann. Das erleichtert die Pflege und verkürzt die Ladezeiten, da die Datei im Speicher gehalten werden kann (und wird).
 h English (en)Although it is fine to place all your [[S:MyLanguage/Cascading Style Sheet (CSS)|CSS]] code directly in your index.php file to start, many web developers prefer to place their CSS code in a separate file that can be linked from multiple pages using the <code>link</code> tag. This may also shorten the loading time of your pages, since the separate file can be cached.
 h Spanish (es)Aunque, para empezar, está bien colocar todos tus códigos [[S:MyLanguage/Cascading Style Sheet (CSS)|CSS]] directamente en tu archivo ''index.php'', muchos desarrolladores web prefieren colocar su código CSS en un archivo independiente que pueda ser enlazado desde varias páginas con la etiqueta <code>link</code>. Esto también puede acortar el tiempo de carga de tus páginas, ya que el archivo separado se pueden almacenar en caché.
 h French (fr)Bien qu'il soit tout à fait possible, pour commencer, de placer toutes vos [[S:MyLanguage/Cascading Style Sheet (CSS)|CSS]] directement dans votre fichier index.php, de nombreux développeurs web préfèrent placer leur code CSS dans un fichier séparé, qui peut être lié depuis plusieurs pages, en utilisant la balise <code>link</code>. Cela peut également permettre de diminuer le temps de chargement de vos pages, le fichier séparé pouvant être mis en cache.
 h Dutch (nl)Hoewel het geen probleem is om al je [[S:MyLanguage/Cascading Style Sheet (CSS)|CSS]] code in je index.php bestand op te nemen, kiezen veel web designers er voor om hun CSS code in een apart bestand te plaatsen. Dit bestand kan met behulp van de <code>link</code> tag aan meerdere pagina's gekoppeld worden. Dit verkort de laadtijd van je pagina' s, omdat dit aparte bestand kan worden opgeslagen in de cache.
 h Russian (ru)Конечно можно разместить весь Ваш [[S:MyLanguage/Cascading Style Sheet (CSS)|код CSS]] напрямую в Вашем index.php файле, но многие веб-разработчики предпочитают размещать свой код CSS в отдельном файле, который может быть связан с несколькими страницами, используя  тег <code>ссылки</code>. Это также может сократить время загрузки страниц, так как отдельный файл может быть кэширован.
 h Chinese (Taiwan) (zh-tw)雖然可以將你所有的 [[S:MyLanguage/Cascading Style Sheet (CSS)|CSS]] 直接放在 index.php 檔案的開頭,但是很多的網頁開發員都習慣將他們的CSS分開至別的檔案,這樣可以使用 <code>link</code> 標籤來將它們連接到多個頁面裡。將CSS放置分開的檔案也可以被新增到快取裡,這樣可以縮短讀取網頁的時間。