Pertanyaan 1Pilihan gandaWhat does HTML stand for?HyperText Markup LanguageHyperTool Markup LanguageHyperType Markup LanguageHyperText Makeup Language
Pertanyaan 4Pilihan gandaHow do you add a background color to a webpage using CSS?background-color:bgcolor:color-background:background:
Pertanyaan 5Pilihan gandaWhat is the function of the <title> tag in HTML?Displays the title on the web pageDisplays the title in the browser tabDisplays the title in the headerDisplays the title in the footer
Pertanyaan 6Pilihan gandaHow do you add comments in an HTML file?<!-- comment -->/* comment */// comment# comment
Pertanyaan 7Pilihan gandaHow do you add comments in a CSS file?<!-- comment -->/* comment */// comment# comment
Pertanyaan 9Pilihan gandaHow do you link an external CSS file in HTML?<link rel="stylesheet" type="text/css" href="style.css"><stylesheet src="style.css"><style src="style.css"><css src="style.css">