-
Develop a resume using HTML.
-
Develop a web page that display HTML table, which contains various cars information shown below.
-
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.
-
Design a web page that changes text color on hover.
-
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: ♟
-
Write a HTML code for displaying different images depends on screen resolution.
-
Design a web page containing hyperlinks which shows underline when place cursor on it.