Hello World
I just finished my Technical Documentation project and need some feedback on it.
Cheers
Hello World
I just finished my Technical Documentation project and need some feedback on it.
Cheers
Your page looks good @thepannu786. Some things to revisit;
body
element in HTML. (No need to include the body
tags). For anything you want to add to the <head>
element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
I don’t normally comment on someone’s design choices. You can either implement these, or ignore them.
<code>
snippets in <pre> </pre>
tags in HTML to preserve whitespace and line breaks.<pre>
tag and do the following in CSS;code {
white-space: pre;
}