by WriterH | Mar 19, 2019 | My Interests
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...
by riley3diamond4 | Mar 5, 2019 | My Interests
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...
by WriterH | Mar 5, 2019 | My Interests
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...
by WriterH | Mar 5, 2019 | My Interests
<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...
by WriterH | Mar 5, 2019 | How To, My Interests
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...
by WriterH | Feb 26, 2019 | My Interests
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...