Posts

Parse Code Styling: Instruction Code

  Parse Code Styling: Instruction Code  Comand: Add break tags for break  Add space tags for space  Add shift tagg for shift  Add tab tagg for tab Add br tatg and comment before starting open tgg  Add the inline style following examples given billow -  HTML Section: <br /> for break  &nbps; for space  <span style="color: #0DE834;" >&lt;</span> for "&lt;" <span style="color: #0DE834;" >&gt;</span> for "&gt;" <span style="color: red;" > div </span> for  open "tgg" and close "/tagg" name  <span style="color: deepskyblue;"  > class </span> for tagg's attributes attribute name <span style="color: gold;"  > ="text-area" </span> for value of tagg's attribute  JS Script Section: Edit the Parse code given below -  HTML  Open Tag: <span style="color: #0DE834;" >&lt;</span> <sp...