how to set up html basic workspace code example
Example: how to set up html basic workspace
<!DOCTYPE html>
<html>
<head>
<title>Example Title</title>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Example Title</title>
</head>
<body>
</body>
</html>