TestSEHTML / hints /group.html
Alef1986's picture
Upload 1308 files
b0475e3 verified
Raw
History Blame Contribute Delete
615 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Group</title>
</head>
<body>
<p>The <b>Group</b> box denotes a collection of objects that belong together but are not aggregated or composed as with the Grouping element.</p>
<p>The Group provides a convenient visual collection of elements, without any semantic relationships.</p>
<h2>Examples:</h2>
<p>Group Roles and Actors, Business Layers, Application Layers.</p>
</body>
</html>