

Basically, what I am saying is to design each of the sections by itself - a "divide and conquer" strategy. #menu tag-name.) for common tags (such as h1, h2, h3, p, a:link, a:visited, a:hover, a:active), in each of the 's. Write the CSS id-selectors and class-selectors (e.g., #header tag-name. Assign a common classname to sections (non-unique) that share the same style (e.g., " entry", " side-note"). Assign an id to that is unique (e.g., " header", " footer". Partition your web page into logical section via (or HTML5', ,, ), such as header, content, footer.Website design begins with CSS, NOT HTML?!. Use a CSS framework, such as BootStrap, to jump-start your design.



But if you operate in OMO (one-man-operated) and are expected to create a reasonably good-looking website, you need to understand HTML, CSS and JavaScript. If you are a programmer and want to add dynamic effects to your web page, read JavaScript. If you are the graphic designer, read CSS. If you are the content provider, read HTML.
