139k views
2 votes
Adrian has decided to create a website to catalog all the books he has in his personal library. He wants to store this information in the form of tables. Which markup language will allow him to store this data?

HTML CSS ASP or XML

User Sigfredo
by
8.4k points

2 Answers

2 votes
I think it is XML. Hope that helps.
User Moojjoo
by
8.5k points
3 votes

Answer:

XML ( Extensible Markup Language )

Step-by-step explanation:

XML is a text based language that is derived from Standard Generalized Markup language ( SGML ) XML tags are used to store and organize data like in a table, it doesn't doesn't specify how to display it like HTML tags.

CSS is a language used to style an HTML document i.e it describes the style of an HTML element display

ASP is an HTML page that contains one or more scripts language that are processed on a web server before a user can access the page

HTML hyper text markup language is language used to design documents to be displayed on a web browser

User Michael Taggart
by
8.0k points

No related questions found