- Create three different tags (h1, p, and sup) and apply three different colors individually.
- Create three h1 tags and apply three different colors.
- Create two div tags, one h1 tag and apply same background using common css property.
- Create two div tags, one h2 tag and apply same color and border using common css property.
- Create div tag and apply property width to 200px and height to 300px.
- Create one h1 tag and apply color only.
- Create one h2 tag and apply border only with color blue.
- Create h3 tag and apply border only with width 10px and color gray.
- Create h5 tag that contain only background color cyan.
- Create a list of 5 items for fruit name and every list item has color blue.
- Create a list of 5 items for friends name and every list item has different color.