1.1 What is HTML? Flashcards
(5 cards)
1
Q
What does html stand for?
A
HTML stands for HYPERTEXT MARKUP LANGUAGE, used to structure content on the web.
2
Q
What is the main purpose of HTML?
A
HTML is used to create & organise the content of web pages using elements & tags.
3
Q
How does HTML work with CSS?
A
HTML provides the structure, while CSS style the content.
4
Q
How does HTML work with JavaScript?
A
JavaScript adds interactivity & dynamic behaviour to the static HTML content.
5
Q
What is the role of a web browser in HTML?
A
A web browser interprets & renders HTML code to display web pages to users.