What is opening Tag of HtML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is opening Tag of HtML?

Plz explain!!!

11th Nov 2016, 2:46 PM
Name
11 Answers
+ 5
Thank You Aquarius I can't write an email... I must give a mobile phone number, but I have no :(
11th Nov 2016, 2:53 PM
Name
+ 3
The html opening tag is this: <html> the closing tag is this </html> make sure its not in caps or it wont work. Say tjing goes for the head tag and the body tag.
11th Nov 2016, 2:51 PM
Aquarius
Aquarius - avatar
+ 3
no problem, i rather not text to a specific number. Can you create a google email?
11th Nov 2016, 2:57 PM
Aquarius
Aquarius - avatar
+ 3
but if your using HTML5, you must write <!DOCTYPE html> first.
11th Nov 2016, 6:30 PM
Alexandre Balea
Alexandre Balea - avatar
+ 3
<!doctype html> is the opening
12th Nov 2016, 12:55 PM
Salad
Salad - avatar
+ 2
:|||| evry web programer know this!! the opening tag is <html> and the closing is </html> if u wanna use html5 shoud write <!DOCTYPE html> first of page!!
11th Nov 2016, 7:39 PM
mr.default
mr.default - avatar
+ 2
Relax, hes learning. so chill out
11th Nov 2016, 7:41 PM
Aquarius
Aquarius - avatar
+ 1
Hi... in html, you must put evrything in to tags opening tag and closeing tag . you make this to let broweser know what is in it . some opening tags don't need closeing tag . like <p>.....</p> & <img..../> img don't need closeing tag i hope i explaned what you need
11th Nov 2016, 9:19 PM
Mohamed Ali
Mohamed Ali - avatar
+ 1
Html tag <html>………</html> in html5 <!DOCTYPE html>……………</html>
12th Nov 2016, 5:21 AM
Mohan Chalurkar
+ 1
In HTML5, the opening tag is: <!DOCTYPE html> <html> It rest of code here. </html>
12th Nov 2016, 7:32 AM
Fran Lopez
Fran Lopez - avatar
+ 1
<html> is the opening tag while </html> is the ending tag. Remember to give an ending tag else you would end up getting something wrong NOTE: html tags are not case sensitive! <HTML> means same as <html>. So it doesn't matter how you write it. But for your simplicity you follow a general way of writing code.
13th Nov 2016, 1:46 AM
Omkar Pathak
Omkar Pathak - avatar