- 2

What is an html element?

13th Feb 2017, 9:33 PM
Emmanuel Nuotah
3 ответов
+ 1
html elements can be any tags of the form '<tag>....</tags>' .... for example <head>...</head>
14th Feb 2017, 1:40 AM
Noulmon K C
Noulmon K C - avatar
0
HTML tags are element names surrounded by angle brackets courtesy of w3schools.com e.g. <title>
13th Feb 2017, 9:40 PM
Mike Allen
Mike Allen - avatar
- 1
HTML elements are HTML tags that usually have opening,content and closing tags between them.
13th Feb 2017, 9:42 PM
Emmanuel Nuotah