- 2
Can anyone explain me about the use of div tag,svg tag and canvas tag in html5
3 Answers
0
It helps to retake the course more than once. I took HTML and after I took JS. After JS, I went through HTML again and understood more the second time.
+ 1
div tag is doing nothing, it's just like a container for CSS or Javascript.
You need it to structure your code.
svg tag is for svg.
canvas tag is for canvas stuff, you need Javascript to work with the canvas.
With canvas you can make games and other cool stuff.
0
There are already similar (if not identical) questions posted. You can find the answers using the search bar (or a search engine).
Please help keep the quality of posts high in this section of the forum by reviewing the following:
https://www.sololearn.com/Blog/38/8-simple-rules-to-get-help-from-the-community/
Be sure not to miss the link to the Community Guidelines toward the bottom of the article.
Happy coding!
P.S. Please see the following post for a humorous interpretation (but still an earnest plea).
https://www.sololearn.com/post/10362/?ref=app