HTML, CSS, HTTP, JavaScript and React Flashcards
What is HTML ?
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
What are HTML Elements ?
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.
What are HTML Element Attributes ?
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.
What are HTML Global Attributes ?
There are certain attributes that are common to all elements.