Hallo Marco.
?? Was haben einfache/doppelte Anführungszeichen mit "strict-html" zu tun?
Es ist ein Unterschied ob dort
echo '<form name="irgendwas" method="post">'; <--strict
oder
echo "<form name=irgendwas method=post>"; <--loose
oder auch
echo "<form name='irgendwas' method='post'>"; <-- k.a. ;-)
steht.So hat man es mir beigebracht ;-)
Man hat dir nur Halbwahrheiten beigebracht. Ob nun „'“ oder „"“ ist für die Notation von Attributwerten egal.
Und nebenbei gibt es auch noch eine Alternative: Heredoc.
Einen schönen Samstag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]