FULL STACK DEV > HTML 2025 > Flashcards
What filename does an HTML document always get?
index.html
What tags does all HTML go inside of?
<html></html>
What is the difference between an inline and block level element?
Inline creates no extra space. Block creates a new line in the webpage.