Copy link to clipboard
Copied
I am new user. I was drsigning a ticker slider in dreamever and mistakenly edited the code (deleted some words). Now its showing this message and is not going back to normal interface. Please guide
Copy link to clipboard
Copied
Can we see the code?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
I have tried to refresh but its not working. Also i think I have done something with the code appears by default bcoz everytime when I am opening the applivation it is showing the same error. what to do if I want to start my work from the beginning?
Copy link to clipboard
Copied
We stopped using XHTML code years ago. The current web standard is HTML5.
https://www.w3schools.com/html/html5_intro.asp
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Unique Page Title</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Sure. Let me check this way.