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

Respuesta :

I think it is XML. Hope that helps.

Answer:

XML ( Extensible Markup Language )

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

Otras preguntas