aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/bootstrap/index.html
blob: d53c89b773211dfdbdddf18f453058bd2abeb382 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Bootstrap
slug: Glossary/Bootstrap
tags:
  - Bootstrap
  - CSS Framework
  - HTML Framework
  - Responsive Design
  - responsive Webseiten
translation_of: Glossary/Bootstrap
---
<p>Bootstrap ist ein kostenloses Open Source Framework für {{Glossary("HTML")}}, CSS, und {{Glossary("JavaScript")}}, mit dem man sehr schnell responsive Webseiten erstellen kann.</p>

<p>Der ursprüngliche Name von Bootstrap war Twitter Blueprint und es wurde auf <a href="https://twitter.com/">Twitter</a> entwickelt. Es unterstützt responsives Design und stellt vordefinierte Design Features bereit, die man entweder so wie sie sind direkt nutzen oder an die Anforderungen des eigenen Codes anpassen kann. Man braucht sich keine Gedanken über die Kompatibilität mit anderen Browsern zu machen, da Bootstrap mit allen modernen Browsern kompatibel ist und auch mit neueren Versionen des <a href="/en-US/docs/Glossary/Microsoft_Internet_Explorer">Internet Explorers</a>.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>

<ul>
 <li>{{interwiki("Wikipedia", "Bootstrap (front-end framework)", "Bootstrap")}} on Wikipedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
 <li><a href="https://getbootstrap.com/">Download Bootstrap</a></li>
 <li><a href="https://www.w3schools.com/bootstrap4/bootstrap_get_started.asp">Get started with the latest version</a></li>
</ul>