teach me members,coz its my coursework

Recommended Answers

All 6 Replies

Hello sentongogray. Your question/posting is extremely general and I am doubtful, that you are going to get someone to be able to walk you step by step in creating a complete website.

You are more likley to get help if you break this up into different parts, work through the issues, then ask for help when you get stuck. I am sure that you can understand that it is difficult to assist you based on what you have posted so far.

Here is what you need to work on...

You first need to think about what this website is going to do. Its generally a good idea to create some "mock-up" pages first. You can use PowerPoint or something similiar so you can get an idea of how you want the site to look like.

Next, work on the basic structure of your web pages(s).

A web page has several parts, but here is the basic structure of an HTML page...

<html>
<head>
  <title>Your Title</title>
</head>
<body>
<!-- Your content -->
</body>
</html>

Next you have to add content to your body and add the appropriate elements. For links, you use anchors. There are various elements you can use to complete your page(s).

If you require some user interaction, you will need to add input elements, maybe some javascript, etc...

There are a lot of sites online (guides and tutorials) that can help you to get started.

commented: I like the calm and friendly tone of tjis post +4

http://www.w3schools.com/ says on their front page: Learn to create websites. It is a good starting point. You will have to learn at least:

HTML: http://www.w3schools.com/html/default.asp
CSS: http://www.w3schools.com/css/default.asp

In addition to that it is good to know:
Server scripting, like PHP: http://www.w3schools.com/php/default.asp
Client scripting, like Javascript: http://www.w3schools.com/js/default.asp
Databases and SQL: http://www.w3schools.com/sql/default.asp

Later on you can move on to:
Ajax: http://www.w3schools.com/ajax/default.asp
Javscript libraries like jQuery: http://www.w3schools.com/jquery/default.asp
DOM: http://www.w3schools.com/htmldom/default.asp
etc...

Then DO your coursework. the course is to teach you, Nobody does your homework for you. *expletive deleted* lazy students

Hey sentongogray! I recently made a channel which focuses on code and graphic design for websites. Here is the link. It is very new but it covers some stuff you may want to know if you are starting off. Good luck

thank you all my teachers!

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.