Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

HTML - Group

Back


Group of Elements

tag Description
<div> Division, allow to group elements into a container.
<span> allow to group elements inline.

TOP