- On a website, what is the purpose of HTML code?
It holds the content and describes the structure of a webpage - What is the difference between an element and a tag?
Elements are made up of two tags, an opening and closing tag. Elements explain to the browser something about the information enclosed between it's opening and closing tag. - Why do we use attributes in HTML elements?
To provide additional information about AN element. - Describe the purpose of the head, title, and body HTML elements.
The element contains information about the page. Within the element there is usually a element. The element contents are shown in the top of the browser (above the url) or on the tab for that page. The elment designates that everything within this element is shown in the main browser window.
NewerOlder