programming languages

?

HTML

<html>- this opens the html

<head>- his creates the head of the text

<b> - this makes the test bold

<p>-this makes paragraphs

<center>- this puts the text in the center

<U>-this underlines it

<body> - this creates the body of the text

<br>-this creates a line break

<a href="www.myvideoedit.co.uk">X This creates a hyperlink with it displaying X

<img src="logo.png" alt="image" width="131" height="131">-This displays a picture from the source

1 of 3

algorithms

input-this allows the use to input something

declare - integer,real bolean

repeat

if - loop

2 of 3

greenfoot

Greenfoot.playSound("eating.wav")- sounds

move(4); -this makes him move

if (Greenfoot.isKeyDown("left"))- if left is pressed 

turn(3); - this turns him

3 of 3

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »