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.
What is the <p></p> tag for?
This tag puts the text on a new line as a paragraph.
What is a network?
A network is a collection of computers that are connected to each other.
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>
What food do we always have at our parties?
Pizza.
What is the <head></head> tag for?
This tag is for setup and administration of the webpage.
What code is used to add CSS to HTML?
The code is <link rel="stylesheet" href="style.css">
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.
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" />
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
Name 5 CSS properties.
Color, font-size, font-weight, background-color, font-family, text-decoration, margin, font-style, text-shadow, padding, etc.
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.
Name 3 SQL commands.
Create, insert, select, update, delete, drop, alter, etc.
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;
}
When is Mr Zhuang's birthday?
3rd of August.