Technical Documentation Feedback needed

Hello everyone!
I’ve finished the Technical Doc Project,
I need some feedback, either good or bad !
This is my Tecnical Documentation Project
Also I have a question… do you guys know if it’s bad to copy the info from another page? Sholud I add something saying it’s from another web?
Thank you all!

Page looks good @inquires.flo. Couple of things;
Maybe take a look at this;

  • Nest multi-line <code> snippets in <pre> </pre> tags in HTML to preserve whitespace and line breaks. Or you could do
code {
  white-space: pre;
}

in CSS and skip the <pre> tag in HTML.

Take a look at the sample page and do the same. You should add a reference like in the sample that points to where you gathered the info from.