SLIDE 1
2
Principles: Web sites should be… How do you know if your site is “good”?
- User Testing and Evaluation
– A huge part of the HCI field.
- Website metrics
IT350: Web & Internet Programming Set 7: Website Design 1 - - PowerPoint PPT Presentation
Your Comments from Reading IT350: Web & Internet Programming Set 7: Website Design 1 Principles: Web sites should be How do you know if your site is good? User Testing and Evaluation A huge part of the HCI field.
<!DOCTYPE html> <html> <head> <meta charset = "utf-8"/> <title>Internet and WWW How to Program - Main</title> </head> <body>
<div style = "position: absolute; top: 2em; left: 11em"> <h1>Welcome to Our Web Site!</h1> <p>We have designed this site to teach about the wonders
</div> </body> </html>