Attributes

Attributes are abbreviations or words that require information which pair your element to something else. Their format with an element is <elementName attributeName=”attributeValue”></elementName>. Here are some examples: Style is the first...

Me and My Amazing Art

I like art because I can make a world of my own. What type of art do I like? I like sculpting, all painting, sketching, drawing and building. Interesting facts about myself My grandma is an artist. I have sold a few paintings. My top tips Sit in front of a window...

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...

A Load of Code

Code is an important aspect of technology. From the oldest games like Snake and Pong, to the newest version of FIFA, Minecraft or Mario Kart, there would always be code. Coders would revise and edit their work until the product was perfect. This blog will talk through...