我目前的代码是这样的:
<section><iframe id="frame1" width="675" height="380" src="http://www.youtube.com/embed/hmAFhsxWhdY" frameborder="0" allowfullscreen></iframe></section>
<section><textarea rows="24" cols="25" id="desc" width="200" height="478">Text here</textarea></section>
我的任务要求我在 iframe 和 textarea 上都使用 section 标签,但我需要它们并排排列。当我将它们的部分标签拿走时,它们会完美排列,但我需要保留部分标签。如何让它像 2 列一样排列但仍保留标签?