• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

packaging file for part 2

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can all the exam deliverable for part 2 be included in index.html file or do I have to create multiple html files and create links to it from index.html file.

Right now, I have index.html file that has table of content. Each item in the TOC has anchor tag that goes to the relevant section on the index.html file. so basically, I have all the exam deliverables are on one index.html file. Should I break it so that index.html only has table of content, and each deliverable is in another html file?

Thanks
 
Ranch Hand
Posts: 91
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

IMHO, i think what you have done is correct. Linking to each deliverable from index.html is the right way to make sure the examiner is able to get to the relavent section with ease instead of having many files.

Cheers,
Kuppusamy.V.,
 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

talu singh wrote: Each item in the TOC has anchor tag that goes to the relevant section on the index.html file
Thanks



What ever you choose to do (one html file with links to sections or with links to other files,) be sure to place a 'back' or 'index' link at the relevant place.
 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had different html pages but again it is upto you how you want to organize it. Make is easy for the assessor to see what he is looking for thats all.
 
I've got no option but to sell you all for scientific experiments. Or a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic