>
This is an example of a paragraph. Above this text is an example of an image. This is a
single line break and allows breaks within a line using something called a tag.
These html tags can make a word bold/strong, emphasised/italics, and even struckthrough.
By clicking on a link, such as the link above, it can take a user to either another website or another point within the same website.
This text is displayed in the center using text align
This text is displayed on the right using text align
Above this paragraph is an embedded youtube video. We can use the jutsify content code to center the video in the middle.
We can use CSS to do many things that will decorate our website and make it look aesthetic.
For example:
This is double the original font size
This is half of the original font size
We can also use pixel size to determine our font size. This is set to 100 pixels
We can change the font colour using CSS as well
Moving on to javascript. Javascript allows the interactivity and behaviour of a website to take place. We can use the getElementByID tag to help us with certain javascript tasks. For exmaple:
We can change the colour, and size of text with a button. In this case, the size.
We can also change the color or size of a font, in this case the color, to be toggled back and forth.