ICP2 - NehaNavgale/Web_MobileProgramming GitHub Wiki
Name: Neha Navgale
Class ID: 25
HTML, CSS
WebStorm, GitHub
The purpose of this ICP is to complete 3 task:
Task 1
Create an HTML document named "index.html" which contains following elements:
- paragraphs
- Headings
- unordered list
- ordered list
- at least two div & span elements
- at least four block and inline elements
- images at appropriate locations in the HTML file and should be clickable i.e. when you click the image, it should redirect you to the location of the image in a new tab
- any relevant video/YouTube video. The video should have controls like play, pause, etc.
UI
Code of index.html
CSS
Task 2
Add the notifications icon and image in the corner of the page and the recently opened tabs below the search bars of Google
UI
Code of Google Page
CSS
Task 3
Create a 'cube shaped color grid' as shownin the Image IIusing HTML
, elements and CSSelements. Each color grid should be 70 × 70. The cube should be center aligned.
UI
Code of Color Grid