Html Flashcards

1
Q

What is HTML

A

Hyper text markup language

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

What is the sample of html

A

<h1></h1>

<p></p>

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

The starting tag and the ending tag

A

Starting tag : <h1>

Ending tag : </h1>

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

Some html element have no comments

A

These elements are called as empty elements .this is used for breaksin the mid of the paragraph
Starting tag: <br></br>
Ending tag : there is no ending tag for empty elements

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

How to put links

A

<a>this is a link</a>

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

How to put images

A

<img></img>

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

What is href

A

It specifies the url of the page the link goes to

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

What is lang

A

Lang is the language :

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

How to size the img or heading etc?

A

<h1></h1>

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

What is <hr> ?

A

It is the gap and a line between any line

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

What is <pre> ?</pre>

A

The lines comes one below the other by using <pre>. </pre>

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

How to background colour for heading or the paragraph etc? It is even used for the heading color ect

A

Use
style=”background- color : blue ;” >
Example:

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

How to bring the text to the center?

A

<h1> it is used for heading , paragraph etc</h1>

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

Full form of css

A

Cascading style sheets

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

Why css is used

A

For the stylish web pages

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

Why Java script is used

A

It is used for adding functionality to the web pages

It Is a (programming language)

17
Q

Where all css can be applied

A

Css can be also used for animation

18
Q

Utf

A

standard Unicode Transformation Format

19
Q

How to insert img in html

A
Img
Src- source file
Alt- alternetive text 
Width- of the img
Height- height of the img