CSS Datei in HTML Datei implementieren code example
Example 1: stylesheet einbinden html5
<!doctype html>
<html lang="de">
<head>
<link rel="stylesheet" href="stylesheet.css">
...
Example 2: bind css
<link rel="stylesheet" type="text/css" href="style.css">