0
Why when im starting a html code. I begin with <html>
Then its aleays saying and syntax error <
7 Answers
+ 5
before <html> tag you declare doctype <!DOCTYPE html> instruction it lets the browser know about the version of or standard of HTML or any other markup language that is being used in the document.
+ 2
Post the code
+ 1
For the computer know, the file is written in html language
So the computer know, inside that tag... There are html codes
0
Im typing it as i was thought so y the error
0
You only have to read the text three times to understand.
0
You only have to read the html text to which it refers more than 3 times and that's it.