You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
create a document named "Example"
with meta data named "description" with a value "A simple website in DNL"
create a container and
create a heading "Example" and
create a paragraph "This is an example text.".
<!DOCTYPE html><html><head><metacharset="UTF-8" /><metaname="description" content="A simple website in DNL" /><title>Example</title></head><body><divclass="container"><h1>Example</h1><p>This is an example text.</p></div></body></html>