HTML, CSS, HTTP, JavaScript and React Flashcards

1
Q

What is HTML ?

A

HTML is the standard markup language for Web pages. Its like an editor which understands different tags and elements and renders visual in certain way. E.g. wikipedia, MS word etc.

An html document starts with

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

What are HTML Elements ?

A

HTML elements are different visuals components that HTML can render. e.g. header, footer, tables, paragraph. Its very similar to how you will apply format to a word document. Here you have to mention it in <> format.

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

What are HTML Element Attributes ?

A

Elements have attributes. e.g. a table has number of columns and rows. A button has size, shape, text. Textbox, dialogue these are all html elements that have certain properties. These properties define the elements.

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

What are HTML Global Attributes ?

A

There are certain attributes that are common to all elements.

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