Concept

HTML Code Nodes on 1Cademy

You can write HTML code in a code node. For this purpose, you should enter your code in triple backthicks (```). You should proceed the beginning 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 2021-04-16

Tags

1Cademy