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
Kuppusamy Venkatasubramanian
Ranch Hand
Joined: Dec 30, 2004
Posts: 91
posted
0
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.,
SCJP1.4, SCBCD 1.3, SCWCD 1.4, SCEA 5, JLPT-N3
My Blog
Ryan Fernandes
Ranch Hand
Joined: Dec 11, 2003
Posts: 86
posted
0
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.
sivan jai
Ranch Hand
Joined: Feb 24, 2010
Posts: 115
posted
0
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 agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.