# HTML import LiveCodes from '../../src/components/LiveCodes.tsx'; HTML (HyperText Markup Language) is the standard markup language for creating web pages and web applications. It defines the structure and content of web pages. ## Usage HTML code in the [markup editor](../features/projects.html.md)#markup-editor) is added as is without compilation or processing to the body of the [result page](../features/result.html.md). There is no need to add a full page structure (e.g. ``, ``, `` tags). This is already handled by LiveCodes. (See [Result Page Structure](../features/result.html.md)#result-page-structure) for more details.) If you need to add content to the `` section or `` attributes of the result page, you can add it in the [project info screen](https://livecodes.io/?screen=info). ### Demo export const htmlOnlyConfig = { markup: { language: 'html', content: `

Hello, LiveCodes!

This is a paragraph in HTML.

`, }, } ### Styles and JavaScript Most of the time, you will want to add styles and scripts in the [respective editors](../features/projects.html.md). However, you can of course still add them in ``, `