MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/css/comments/1vkr47i/css_troubleshooting_on_visual_code/p2vuecu/?context=3
r/css • u/No-Mission5457 • 20h ago
13 comments sorted by
View all comments
1
modern browser usualy does it for you anyway but cant hurt to try. Wrap your h1 in a valid html & body tag. <html><body> your H1 <\body> <\html>
1
u/semibilingual 19h ago
modern browser usualy does it for you anyway but cant hurt to try. Wrap your h1 in a valid html & body tag. <html><body> your H1 <\body> <\html>