HTML Flashcards
When did HTML become public?
1991
Who invented HTML?
Tim Berners-Lee
HTML is a programming language. True or False?
False. It is a primary/markup language. Not considered a programming language.
HTML is used for what?
Used to describe the structure of a webpage.
What is DTD
Doctype declaration.
What is DTD for?
a declaration that identifies its type.
What do you call the text and images on a website?
Website content
What is Website structure?
It is how the content of a website is organized.
What is the basic structure?
DTD - html - head - body
What is a software bug?
An error or a flaw in a computer program. A code that does not go as expected.
What is debugging?
The process of removing or fixing the bugs.
b is for bold text. True or false
true
What element do you use for important text?
strong
What element do you use for emphasized text?
em
i is for italic text. True or false?
True