HTML5

Web orrialde berrien erabiltzailea da eta elementu eta atributo berriak ditu. Hau HTML-ren 5. bertsioa da World Wide Web.

HTML5 HTML4-aren urrengo bertsioad da dituen gauz berriak dira: article eta dialog

Audioa flashik gabe erreproduzitzeko kodea:

<html>
<head>
<title>fuente de múltiples elementos</title>
</head>
<body>
<audio id=”audioTestElem” autobuffer controls >
<source src=”test.m4a”>
<source src=”test.ogg” type=”audio/ogg; codecs=vorbis”>
<source src=”url”>
no audio for you
</audio>
</body>
</html>

Advertisement

Deja un comentario

Fill in your details below or click an icon to log in:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s

Seguir

Get every new post delivered to your Inbox.