Diferencia entre revisiones de «HTML»

Contenido eliminado Contenido añadido
Isha (discusión · contribs.)
m Revertidos los cambios de 190.99.173.9 a la última edición de Superzerocool
Línea 22:
 
Por convención, los archivos de formato HTML usan la [[Extensión de archivo|extensión]] <code>.htm</code> o <code>.html</code>.
 
== Historia de HTML ==
=== Primeras especificaciones ===
 
La primera descripción de HTML disponible públicamente fue un documento llamado ''HTML Tags'' (Etiquetas HTML), publicado por primera vez en Internet por [[Tim Berners-Lee]] en 1991.<ref>{{Cita web|url=http://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/Tags.html|título=HTML Tags|editorial=World Wide Web Consortium|fechaacceso=2007-04-08}}</ref><ref>{{Cita web|url=http://lists.w3.org/Archives/Public/www-talk/1991SepOct/0003.html|título=First mention of HTML Tags on the www-talk mailing list|editorial=World Wide Web Consortium|fecha=[[1991-10-29]]|fechaacceso=2007-04-08}}</ref> Describe 22 elementos comprendiendo el diseño inicial y relativamente simple de HTML. Trece de estos elementos todavía existen en HTML 4.<ref>{{Cita web|url=http://www.w3.org/TR/1999/REC-html401-19991224/index/elements|título=Index of elements in HTML 4|editorial=World Wide Web Consortium|fecha=[[1999-12-24]]|fechaacceso=2007-04-08}}</ref>
 
Berners-Lee consideraba a HTML una ampliación de [[SGML]], pero no fue formalmente reconocida como tal hasta la publicación de mediados de 1993, por la [[IETF]], de una primera proposición para una especificación de HTML: el boceto ''Hypertext Markup Language'' de Berners-Lee y Dan Connolly, el cual incluía una [[DTD|Definición de Tipo de Documento]] SGML para definir la gramática.<ref>{{Cita web|url=http://lists.w3.org/Archives/Public/www-talk/1991NovDec/0020.html|título=Re: SGML/HTML docs, X Browser (archived www-talk mailing list post)|autor=Tim Berners-Lee|fecha=[[1991-12-09]]|fechaacceso=2007-06-16|cita=SGML is very general. HTML is a specific application of the SGML basic syntax applied to hypertext documents with simple structure.}}</ref> El boceto expiró luego de seis meses, pero fue notable por su reconocimiento de la etiqueta propia del navegador [[Mosaic]] usada para insertar imágenes sin cambio de línea, reflejando la filosofía del IETF de basar estándares en prototipos con éxito.
<ref name="raymond">{{cita libro| url = http://www.faqs.org/docs/artu/| urlcapítulo = http://www.faqs.org/docs/artu/ietf_process.html|título=[[The Art of Unix Programming]]|apellidos=Raymond|nombre=Eric|capítulo=IETF and the RFC Standards Process|cita=In IETF tradition, standards have to arise from experience with a working prototype implementation — but once they become standards, code that does not conform to them is considered broken and mercilessly scrapped. …Internet-Drafts are not specifications, and software implementers and vendors are specifically barred from claiming compliance with them as if they were specifications. Internet-Drafts are focal points for discussion, usually in a working group… Once an Internet-Draft has been published with an RFC number, it is a specification to which implementers may claim conformance. It is expected that the authors of the RFC and the community at large will begin correcting the specification with field experience.}}</ref>
Similarmente, el boceto competidor de Dave Raggett ''HTML+ (Hypertext Markup Format)'' (Formato de marcaje de hipertexto), de 1993 tardío, sugería, estandarizar características ya implementadas tales como tablas.<ref name=raggett>{{Cita web|url=https://datatracker.ietf.org/public/idindex.cgi?command=id_detail&id=789|título=HTML+ Internet-Draft - Abstract|cita=Browser writers are experimenting with extensions to HTML and it is now appropriate to draw these ideas together into a revised document format. The new format is designed to allow a gradual roll over from HTML, adding features like tables, captioned figures and fill-out forms for querying remote databases or mailing questionnaires.}}</ref>
 
== Marcado HTML ==