Text Designing "Formatting" HTML elements : html
Text designing "Formatting" HTML elements : 1. function Element -"<b>": Example - This text is bold Code - <p><b>This text is bold</b></p> 2. function Elements -"<uppercase>": (text-transform:) Example - This text is important! Code - <p><strong>This text is important!</strong></p> 2. function Elements -"<capitalize>": (text-transform:) Example - This Text is Important! Code - <p><strong>This text is important!</strong></p> 2. function Elements -"<lowercase>": (text-tranform:) Example - this text is important! Code - <p><strong>This text is important!</strong></p> 2. function Elements -"<strong>": Example - This text is important! Code - <p><strong>This text is important!</strong></p> 3. function Elements -"<i>": Example - italic text ...
Comments
Post a Comment