Web Appliction Development using Full Stack Frontend Module-I

  1. Develop a resume using HTML.

    Click Here for Solution

  2. Develop a web page that display HTML table, which contains various cars information shown below.

    Click Here for Solution

  3. Develop a static web page that scrolls latest updates. When you place cursor on it, it's stop scrolling and start's scrolling when you out from it.

    Click Here for Solution

  4. Design a web page that changes text color on hover.

    Click Here for Solution

  5. Create a table for ChessBoard. The board should be alternating colors and an eight-by-eight grid. Here are the UNICODE characters you'll need for the pieces.

    • White King: ♔
    • White Queen: ♕
    • White Rook: ♖
    • White Bishop: ♗
    • White Knight: ♘
    • White Pawn: ♙
    • Black King: ♚
    • Black Queen: ♛
    • Black Rook: ♜
    • Black Bishop: ♝
    • Back Knight: ♞
    • Black Pawn: ♟
    Use CSS for providing required styles for ChessBoard.

    Click Here for Solution

  6. Write a HTML code for displaying different images depends on screen resolution.

    Click Here for Solution

  7. Design a web page containing hyperlinks which shows underline when place cursor on it.

    Click Here for Solution