End-Of-Term Test Flashcards
1
Q
What do you call the software that interprets HTML codes?
A
Browser.
2
Q
HTML is what type of language?
A
A markup language.
3
Q
HTML determines the _____ of a web page.
A
Content.
4
Q
Which HTML tag is used for creating links that connects pages to other files on the Internet, as well as text within the same page?
A
HREF. Hyperlinks are created using the anchor tag, which defines the clickable text and the reference to the data it links to. The ‘href’ attribute within the anchor tag specifies the URL or the location of the HTML document or HTML file that the user will be redirected to upon interaction.
5
Q
A