Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

express send html from string

// Express.JS: Send HTML from string
res.send(`
  <h1>Welcome</h1>
  <h2>Scroll to learn more</h2>
`);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #express #send #html #string
ADD COMMENT
Topic
Name
5+8 =