createaHTMLdocumentbyusingappropriatetags.
Listofbeverages
Applejuice
Litchijuice
Mangojuice
Answers
Answered by
1
Answer:
Creating your own tag names in HTML is not possible / not valid. That's what XML, SGML and other general markup languages are for. Or instead of <div/> and <span/> something like <ul/> and <li/> . In order to make it look and function right, just hook up some CSS and Javascript.
Similar questions