Concept

HTML Code Nodes on 1Cademy

You can write HTML code in a code node on 1Cademy. Enter your code between triple backticks (```), and precede the opening backticks with the string "html". For example:

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> </body> </html>

0

1

Updated 2026-07-11

Tags

1Cademy