I am a Application Developer in a Private Concern. I'm working on Web Portal project which the clients are asking for the model template of the design which cannot accept any events. I don't know how to create the template for my web design. Please help me to come out of this problem. Thanks in advance.
A:
Are you referring to creating a web page in HTML/CSS, based on a visual design?
In that case, you need to look at the design, identify the various semantic elements of the page (e.g. header, footer, headings, paragraphs, etc) and then write HTML code to represent those elements.
You also need to develop a stylesheet (CSS) to control the position, size and other features of the elements.
If there's any graphics, you'll probably need to "slice" the image file - selecting snippets of it, saving them to separate files, and then referencing those files in your CSS.
jonathanconway
2010-01-12 09:40:15