Posts by joão batista • 75 points
3 posts
-
-2
votes2
answers59
viewsQ: I am clicking on the <Details> or <Summary> element?
I was very confused in the example below: <!doctype html> <html lang="pt-br"> <head> <meta charset="utf-8"/> <title>Exemplo</title> </head> <body>…
htmlasked joão batista 75 -
4
votes2
answers528
viewsQ: What is the difference between tag and element and html document and page?
I would like to know the differences between an element for a tag in HTML. Example 1 The example below is an element or a tag? <p></p> Example 2 And in the example below is tag or…
htmlasked joão batista 75 -
-1
votes1
answer35
viewsQ: Are animations the same thing as transitions?
I am studying CSS With some difficulties to understand some things the question is animations are equal to transitions or similar? Example 1 <style> div { width: 100px; height: 100px;…