问:你能告诉我我在这里做错了什么......我一直在尝试,但它行不通......感谢你的帮助
索引.html
<!DOCTYPE html>
< html >
< head > < meta charset = "utf-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > HTML 视频和音频</ title > < link rel = "stylesheet" href = "normalize.css" > < link href = 'http://fonts.googleapis.com/css?family=Nunito:400,300' rel =
'stylesheet' type = 'text/css' >
< link rel = "stylesheet" href = "main.css" > </ head > < body > < h1 > HTML Video and Audio </ h1 > < div class = "wrapper " > <!-- 在此行下方添加您的代码 --> <音频控件> < source src = "http://treehouse-code-samples.s3.amazonaws.com/
html-video-and-audio/bridge-audio.mp3" type = "audio/mp3" >
</ audio > </ div > </ body > </ html >
答:自从我做这个已经有一段时间了,但我只是重新完成了挑战,并且按照我遵循的说明运行良好,所以我认为您可能遇到的问题是使用这种结构
<音频>
<源></源>
</音频>
而不是仅仅
<音频 内容在这里>
挑战要求您使用自关闭音频标签,然后指示您在该标签中添加属性。你是......你知道,不这样做,哈哈。你为什么不试一试,让自己靠近一点,看看你会得到什么!