What are arrays, meta tag and strike tag? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What are arrays, meta tag and strike tag?

Please fast

18th Jul 2020, 4:38 PM
Dhruval07
2 Antworten
+ 5
°array is a data structure, which can store a fixed-size collection of elements of the same data type. °meta tags or meta elements are tags placed in the head section of your code that help define the contents of a web page.  °the <s> tag is inline element used to draw a strike through on a section of text. either set of tags can be used: <s>Tomorrow</s> <del>Tomorrow</del>
18th Jul 2020, 4:44 PM
BroFar
BroFar - avatar
+ 2
Thanks
18th Jul 2020, 4:50 PM
Dhruval07