Basic HTML Layout - HeaderWithin the header we can place details to be loaded first. I have already mentioned the <Title> tag. Also <META> tags can be used for a variety of uses. I have listed some examples below.
The above tags are self explanatory which makes them easy to work with. However, to make more complex operations using META tags such as a refresh page it is more complicated. We must use <META HTTP-EQUIV=""> instead as shown below with the number within CONTENT being seconds till refresh.
|