coding Flashcards

1
Q

what is HTML

A

HTML is the language we use to create websites, its used to organise the content on a webpage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is CSS

A

CSS is used for styling the website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is JS/ java scripts

A

they make the website interactive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

example of an HTML pg

A

<head>...</head>

<body>
<h1>...</h1>
<h6>....</h6>
<p>.....</p>
</body>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how do you make an ordered list in html

A

<ol>
<li>.....</li>
<li>.....</li>
<li>.....</li>
</ol>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how do you make an unordered list

A

<ul>
<li>.....</li>
<li>.....</li>
</ul>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how do you put a link

A

<a> clickable text </a>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is the web

A

the web is this fats network of connected computers, there are more than 1 billion websites as of 2014.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly