Day 3: HTML tag attributes
HTML tags can have various ‘attributes’ that are used to give extra detail to what the tag does.
There are too many attributes to discuss them al in this course, but the most used attributes will be mentioned in due time.
- Example: <P ALIGN=CENTER> Centred text here(the ALIGN attribute can take the values LEFT, RIGHT, CENTER, and JUSTIFY)