css and html past paper revision Flashcards
(3 cards)
1
Q
) Explain how an external style sheet can be associated with an HTML document, and give some example code for doing so.
A
An external style sheet can be associated with an HTML document using the <link></link> tag inside the <head> section of the HTML file. This tag tells the browser to load and apply the styles defined in a separate .css file.
<link></link>
2
Q
what is a protocol
A
defines the format, order of messages sent and received among networks
3
Q
A