How preview a HTML file? #39473
Answered
by
GijsSi
kisvegabor
asked this question in
Codespaces
How preview a HTML file?
#39473
Select Topic AreaQuestion BodyLet's say I have this <h1>Hello world</h1>
Test textHow can I preview the HTML file in GitHub Codespaces? Preferably on a VS code tab. |
Answered by
GijsSi
Feb 12, 2024
Replies: 4 comments
|
Hey @kisvegabor If you are using Virtual Studio Code, what I always do is download the Live Preview plugin and then a button will appear in the right corner. Which you can click and then it will show changes directly on the page. (It opens up a web browser page which is your html file) Let me know if it helped :) |
0 replies
Answer selected by
kisvegabor
|
Confirmed! The Live preview plugin really does the trick! Thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hey @kisvegabor If you are using Virtual Studio Code, what I always do is download the Live Preview plugin and then a button will appear in the right corner. Which you can click and then it will show changes directly on the page. (It opens up a web browser page which is your html file)
Let me know if it helped :)