Posts

MARQUEE CODE DOWN IMAGE TAG

Image
<!doctype> <html> <head> <title> image tag </title> </head> <body> <marquee direction="doun"> <img src="girlimage.jpeg">  hello coder </img></marquee> </body> </html> code learn here very easy CODEING STAR Previous

Html Maquree Image Tag code

Image
Looking here easy  html marquee  code  <!Doctype html> <html> <head> <body> <marquee direction="up"> <img src="girl.jpeg"></img> </marquee> </body> </html>  image Previous Next

Easy and simple Marquee code

Image
 MARQUEE CODE IN HTML  DIRECTION  LECT RIGHT  CENTER  UP DOWN  .   FORMATING LEFT CODE <!DOCTYPE HTML> <HTML> <HEAD> <TITLE>  Left direction </TITLE> </HEAD> <BODY BGCOLOR="BLUE"> <MARQUEE direction="Left">  My content is real  </MARQUEE> </BODY> </HTML> FORMATING  LEFT  CODE Left direction My content is real <!DOCTYPE HTML> <HTML> <HEAD> <TITLE> RIGHT DIRECTION </TITLE> </HEAD> <BODY> <MARQUEE DIRECTION="RIGHT">    Looking here rigrt direction </MARQUEE> </BODY> </HTML> RIGHT direction My content is real FORMATING  CENTER CODE  <!DOCTYPE HTML> <HTML> <HEAD> <TITLE>   CENTER DIRECTION </TITLE> </HEAD> <BODY> ...

Rbm configrution CODE

Image
<!DOCTYPE HTML> <HTML> <HEAD> <TITLE> USING COLOR MAX VALUE </TITLE> </HEAD> <BODY  text="rgb(255,0,0)"> </h2> Welcome to the world of html </h2> </body> </HTML>  OUTPUT:- WELCOME TO THE WORLD  OF HTML CREATING  OF FORM  <!DOCTYPE HTML> <HTML> <TITLE> FORM </TITLE> </HEAD> <BODY> STARTING A FORM  <FORM> <FORM </FORM> EADING FORM  </BODY> <HTML>     OUTPUT: STARTING  A FORM  FORM EANDING A FORM  WORKING WITH THE INPUT ELEMENT  <!DOCTYPE HTML>  <HTML> <HEAD> <BODY> <FORM> Enter your name:<input> </FORM> </BODY> </HTML>  USING THE INPUT ELEMENT , YOU CAN ADD THE FOLLOWING FIELDS ON A FORM  TEXT FIELD  PASSWORDFIELD  HIDDEN FIE...

How to type code css background color

 The css background   color  are used to defines the background  effects for elements , Css background properties   Background-color Background-Image Background-repeat Background-Attachement Background-POSITION  BACKGROUND CODE <!Doctype html> <html> <head> Body { Background:-color:Lightblue; } </style> </head> <H1> Hello!</h1> </Body> </Html> Body { Background:-color:Lightblue; } Hello!

Css colors code

Colors are specified using predefined color names or  Rgb HEX NSL RGBA HSCA NSL     Looking here  css codeing  <!Doctype html> <html> <head> <body> <style> <H1 style="background-color:orange;"> Orange</h1> <h2 style ="background-color:Blue;"> Blue</h2> <H3 style="Background -color:black;"> </h3> <h4 style=background-color:Pink;"> Pink</h4> </style> </head> </body> </html> 

welcome to css

CSS STAND FOR CASCADING STYLE SHEETS      CASECADING referes to the ways css applies one style on top of another   style sheets  control the look and feel of  web documents   css html work hand in hand  Html   sorts out this page structure