Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

guidelines for making a good website layout

Name: Anonymous 2011-11-22 14:19

need to make a good layout for a project and have no idea where to start... apparently tables are considered harmful, so will this just involve a lot  positioning forms and shit? because that seems annoying as fuck

Name: Anonymous 2011-11-24 9:17

>>15
No, it isn't. It's valid via parsing, but not a spec-valid document. This is the minimum spec-valid document:

<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>cocks and dicks</title>
    </head>
    <body></body>
</html>


The minimum spec-valid XHTML5 document is: (SEND IT AS application/xhtml+xml YOU FUCK)

<?xml version="1.0" encoding="utf-8"?>
<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta charset="utf-8">
        <title>cocks and dicks</title>
    </head>
    <body/>
</html>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List