Front-End
Front-End
Back-End
Back-End
Random
100

What is the difference between <ul></ul> and <ol></ol>?

The <ul></ul> tag renders an unordered list without numbers. The <ol></ol> renders an ordered list with numbers. 

100

What is the <p></p> tag for?

This tag puts the text on a new line as a paragraph.

100

What is a network?

A network is a collection of computers that are connected to each other.

100

What's the code for imbedding this link "https://www.youtube.com/watch?v=dQw4w9WgXcQ" into the text "Not A Rickroll"?

The code is <a href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"> Not A Rickroll </a>

100

What food do we always have at our parties?

Pizza.

200

What is the <head></head> tag for?

This tag is for setup and administration of the webpage.

200

What code is used to add CSS to HTML?

The code is <link rel="stylesheet" href="style.css">

200

What is a primary key and its function?

A primary key is a unique identifier to each row in a table. Its function is to ensure no record is ever duplicated and is always uniquely identified.

200

What is the code for inserting an image called "ilovecoding.png" from a folder named "infocommslays" into a webpage?

The code is <img src = "/infocommslays/ilovecoding.png" />

200

What are the full names of all the MGS teachers involved in Infocomm Club (Coding)?

Mrs Karen Chia, Ms Loh Yih Huey, Mr Zhuang Erjin

300

Name 5 CSS properties.

Color, font-size, font-weight, background-color, font-family, text-decoration, margin, font-style, text-shadow, padding, etc.

300

What happens if you have more than one CSS declaration for a single element?

CSS prioritises the declaration using !important or the most specific decleration if !important is not used.

300

Name 3 SQL commands.

Create, insert, select, update, delete, drop, alter, etc.

300

What the code do you use if the <p></p> text in your <div></div> box overflows and you want the box to fit to your text?

p {

width: min-content;

}

300

When is Mr Zhuang's birthday?

3rd of August.

M
e
n
u