Use Heading Tags Use H1, H2, H3 structure of the site corresponding to "Website name," "Section name," "Page topic," or start off with H1 being the main subject of the page itself, and h2, h3 being for sub-topics on the same page It is excellent for search engine Use H2 for the menu section, andContinue reading “Tips for Web Development”
Tag Archives: web development
Requirements for Effective Web Development
HTML email/newsgroup messages Not everyone has news or email readers capable of rendering HTML. HTML messages not only look terrible in non-HTML readers, but it also makes the post larger and therefore it takes longer for it to download. HTML developed for use on the web, and that's where it should stay. Restricting Visitors ToContinue reading “Requirements for Effective Web Development”
Using Forms in Web Development
You can get input from your users via HTML form elements. You can have many forms on a page. If they are named, you can refer to them by name. You can also refer to a form by its index into the zero-based forms array. Each form can have any one of the standard HTMLContinue reading “Using Forms in Web Development”
