mkws
! 😎
mkws
! 😎
share/l.upphtml
, <head>
section and remove all those style='text-align: center;'
from p
s I believe.\n\nAlso, I recommend not quoting attributes at all and quoting with '
in special cases (special characters in attribute value), but quoting all attributes with '
works fine also.\n\nhttps://html.spec.whatwg.org/multipage/syntax.html#unquoted
share/l.upphtml
, <head>
section and remove all those style='text-align: center;'
from p
s I believe.\n\nAlso, I recommend not quoting attributes at all and quoting with '
in special cases (special characters in attribute value), but quoting all attributes with '
works fine also.\n\nhttps://html.spec.whatwg.org/multipage/syntax.html#unquoted
You could just do
in
share/l.upphtml
, <head>
section and remove all those style='text-align: center;'
from p
s I believe.Also, I recommend not quoting attributes at all and quoting with
'
in special cases (special characters in attribute value), but quoting all attributes with '
works fine also.https://html.spec.whatwg.org/multipage/syntax.html#unquoted