Do people hand code 1,000 lines in html?

Rebekah05

New member
I am taking my first html class. I have been visiting websites and counting the lines to see what I should expect in class. Many of the sites have 1,000 lines of coding! Do people hand code these sites or do they use dreamweaver or frontpage for these more complex layouts? Thanks for any insight.
 
A complex page with flashing ads and content is generated by the server especially for the browser that visits. Javascript is the only universal scripting possible across all browsers and to make pages uniform CMS -- Content Management Systems is a variety of tiered-software. A database contains the content, a layer of management software such as AJAX, Joomla!, or POJO is programmed to interact between the visitor and the stored content.

Thus, you need to know javascript, CSS, html, dhtml, xml but I can't imagine any human-coded page being more than 300-lines of code max. Dreamweaver is nothing but grief.
 
Back
Top