Attributes are abbreviations or words that require information which pair your element to something else. Their format with an element is <elementName attributeName=”attributeValue”></elementName>. Here are some examples:
Style is the first attribute. Similarly to its element name-sharer, the code inside it becomes CSS.
Class is the second attribute. The code within will assign the corresponding CSS class to the element.
Src is the third attribute. The code inside will assign a source to the element.
Id is the fourth attribute. The code inside will assign your element an id which can be referred to through JavaScript.
Type is the fifth attribute. The code within will assign a type to your element.
Value is the sixth attribute. The code within will assign a value to your element.


Three posts in one day, again! Well done. 🤩
I 🧡 the way you explain what ‘attributes’ are in the introduction this post
Editing suggestion from The Writing Web:
How could you improve the introduction to Noughts and Crosses – The Head Tag
https://thewritingweb.org/noughts-and-crosses-the-head-tag and its layout towards the end of the post?
Remember that you can edit this post and comment on others’ writing, if you wish, during the school holiday.
Keep writing!