---
# System prepended metadata

title: Assignment 2 Questions

---

0. Edit this page to add questions. Ensure you number your question correctly.
1. Can I use Ai to generate ui/ux design and can I use ai generated images if I want to use it in assignment?
2. Can I gradients from external sites like https://grabient.com ?
3. Is using code snippets from external websites like codepen allowed
4. Does it have to be mobile readable? Can we just optimise for computers?
5. Can we use some hardcoded values outside :root(except for colours) as the assignment says no hardcoded values outside :root for colors only.
6. Is it necessary for us to make only those 4 pages ,  can we make more ?
7. Is it necessary to make the about page as a timeline. I have Implemented the timeline part in the Education part only so will that result in some penalty?
8. Can we incorporate the About me section as the Home page....means there will be only 3 HTML pages. The About me is in the Home page only.
9. Can I save the image I need to use in about with a png extension? The jpg extension is failing to display the image in browser.
10. Can i use external websites' code snippets for animations ?
11. For WCAG AA contrast requirements, is it necessary for all colors being used (even small minor elements) to match with the background of both themes or just screenshots for primary text, secondary text, hover text is enough?
12. validator.w3 minor errors such as using h3 directly after h1 or not putting a heading is fine?
13. What all do we need to put in the home page?
14. Does the D3 deliverable apply to all the pages(like atleast 3 animnations on page load for each page)?
15. for validating email can we use input tag as email (type="email") and just check validity through js with checkvalidity()?
16. If I upload my site onto iiit web and want to make changes before the deadline can I take it down and reupload it?
17. If I used online resources to learn should I include links to them in the README as references the way we did during the labs?
18. Do we detect mobiles vs desktops by saying that say desktops are all >=1024px and everything below is mobiles/tabs, or if my device is touch screen or mouse pointer makes the distinction?
19. I have used the same (hr) tag at many places with the same class coz i want to keep it same but it shows duplicate error on validator.w3. Is it okay or should i reassign different class??
20. Follow up for q18, what resolution should we set, can I say 1024 px and above is one category and below is another.
21. I am unable to check WCAG AA requirements, both in Styles and Accessibility tabs. How do I check it?