0
Help with sublime text
Hi I’m new to coding and I am practicing on sublime text on my laptop, the problem is when I save the text the tags always show when I open the webpage on internet explorer. I know I’m opening and closing the tags correctly eg <title>hello</title But everything shows Any help will be great Thank you 🙏
3 Antworten
+ 7
Look what you have tried is too contained error as
<title> hello </title> like this way so might you have other error too so copy paste code here in playground and share link here so we can solve the problem in code
0
🙂🙂
0
hi there,
thank you for the reply , also when I try to open the file on my desktop it states this on the internet search bar "C:\Users\janpe\OneDrive\Desktop\July.html first website"
This is what shows when i open up the files from my desk top
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html