Important Notice:

HTML5 Semantic Tags

HTML5 Semantic Tags

14 views 1 min read

HTML5 FeaturesSemantic Tags

  • <header>, <nav>, <main>, <article>
  • <section>, <aside>, <footer>
  • <figure>, <figcaption>

Media Tags<video controls width="400">\n <source src="movie.mp4" type="video/mp4">\n</video>\n<audio controls>\n <source src="song.mp3" type="audio/mpeg">\n</audio>

Related Notes