HTML – The Compulsory Tags

Probably the most important part of HTML is the compulsory tags for, as the name implies, the code will break if they are not used correctly. <!DOCTYPE html> is the first compulsory tag. It is an instruction to the browser being used regarding the type of HTML...

The First Five Tags

<p> is the paragraph tag. As the name implies, it is used to group tags into paragraphs. It must be closed. This must go inside the body tag. <br/> is the line break tag. As the name implies, it starts a new line. It is a self-closing tag. This must go...

Key Code Skills

The question is, how do you actually make your code work on a browser? This will answer that. Saving your file is the first skill. If it is the first time you save your file, press ‘save as’ then add ‘.html’ (if this doesn’t work type ‘.htm’) after the name of your...