Elements describe Headings, paragraphs and the structure of The bage.
h1 tag main heading
h2 tag level 2 heading
h3 tag level 3 heading
h4 tag level 4 heading
h5 tag level 5 heading
h6 tag level 6 heading
Provide extra Information to the pages.
Example:
CSS is Cascading Style Sheet CSS describes how HTML elements are to be displayed on screen
CSS declarations sit inside curly brackets and each is made up of two parts: a property and a value, separated by a colon.
Use External CSS : Using link tag ( Using href, type and rel)
Use Internal CSS : using style tag
Placing CSS in external file advantages:
Statement: instruction or step that a computer can follow one by one.
To explain what code does we write comments using /* */
containers for storing data values
Variable Types:
declare a JavaScript variable with the var keyword .
declare many variables in one statement:Start the statement with var and separate the variables by ,
var colors; colors= [‘white’, ‘black’, ‘ custom ‘];
Evaluate in a single value (True Or False)
ThanK You Sukina AbuHammad