Homework Parrot

free help from expert


How To Cope With Web Programming Homework: Simple Tricks From An Expert


Web programming homework tests understanding of a student in writing codes relating to development of websites. Students engage in writing HTML, XHTML and CSS codes. Follow this link to get instant programming help at Assignment Geek. Typical web programming homework could start with presentation of a fictional or real company for which students should develop a typical website. Here are simple tricks to succeed in this homework:

  1. Read carefully the requirement: Web programming homework tests if a student can achieve desired end results in website development. The desired end results are contained in the requirement, and must be read carefully to highlight all aspects. For instance, the instructions will specify;
    • What files to create
    • What code to use - a HTML or CSS code, and the type of website desired: It could be an e-commerce website that is more advanced, a forum page or simply a blog page. The end results make the process different.
    • Expected website appearance and behavior, for instance. For beginners, creation of the first files related to developing websites is tested.

  2. Source out for the right tools: Whether it is downloading the common browser, the simpler website editors or advanced Adobe CSS kit or simpler website development software, the tools will make work much easier. Many of the assigned cases in web programming homework also adhere to modern website development standards; therefore, you need modern tools.

  3. Creating files: Here is some directions for the first timers. You will need two things basically: a browser and Notepad (or other text editors). The browser could be normal ones e.g. Google Chrome and Firefox or Internet Explorer. Open Notepad and the browser by visiting the "Start" menu on your running computer. From here, go to the Accessories" menu. Notepad is located on the "Accessories" Menu. Browser is available just after clicking the "Start" Menu or via a shortcut on the desktop.

    • One the Notepad, type , meaning all files will be created using this type of code. The will also be typed at the end of the document as a closing statement. In between and is a line about the page, called the header. This is followed by a "body" which tells about the body of the page. The information in the header is typed in between the tags and , while the body content is typed in between the tags and .
    • The header section contains the title of the page, e.g. by replacing tags with words to make the code readable/understandable; <title> My first website.
    • The "body" contains the information needed to appear in the actual page and can be created by replacing the tags < body > and < /body > with < p > and < /p >, for instance to read < p >Hurrah! This is my first website < /p >, with p representing a "paragraph."
    • Save the Notepad document using the "Save as" under "File" on the top Menu. Select "All Files" in the "Save as type" box. Save it as page1.htm. It is your first page of the website!
    • You can open it by opening the browser and selecting the "Open" Menu under "File" on your browser top menu. Browse your document by clicking on the "Browse" and open it by clicking on the "Open."
 

#