HTM-01900 | Set up your webpage
- Now it is time to take all the information and put it on your own web page.
- Open up your text editor of choice and follow the steps indicated in the video.
- By the end, you will be able to set up your first HTML page structure.
- Memorize this structure as it will be used as a basic framework for every page you construct.
Click here to view a web page example
<!doctype HTML> <html> <head> <meta charset="utf-8"> <title>My test page</title> </head> <body> <h1>My First Web Page</h1> <p>Hope you like my website</p> </body> </html>
{post_title}
{post_content}
{associated_insight_resource.post_title}
{associated_insight_resource.resource_link}
{associated_insight_resource.insight_type }