Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
einfach 2mal den code zum einbinden hinschreiben -.-Hi,
ist es möglich 2 externe Stylesheets in eine HTML Datei einzubinden? Wenn ja, wie?
MfG
Tooser
<link rel .... .... ....>
<link rel .... .... .... >
<html>
<head>
< METAKRAHM >
<style>
#class 1
...
... ...
...
</style>
<link rel="....>
Haste es ausprobiert?Aber ich zweifle dass das Valide ist
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/html1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<title>test</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="style2.css" />
</head>
<body>
<p>text</p>
</body>
</html>