I am a final year student. Now I need to start work for final project. But I am not familiar how to do it.
Can you help me out, How to prepare a index page for my website ( Complaint website).

Or if you have completed project before, Please send me the index page.
Thanks.

An index page for a website is simply the homepage. It can have anything you want on it. What do you mean by a complaint page? Should it just say: “Welcome to my complaint site”?? If so, you can simply have:

<html>
    <head><title>Complaints</title></head>
    <body><h1>Welcome to my complaint site.</h1></body>
</html>

Save that to a file called index.html and you’re good to go. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.