Tuesday, January 1, 2019

HTML Class 14 #.


HTML Class 14 #.

Asslam o Alaikum dear Friends. A complete course with short and easy classes. so let's start your HTML Class.

HTML Class 14 #.

In This class i tell you how to make Strike the font in a page .

Strike tag is use for lining on the text like this is strike example this lining is used for mostly cut the prices. for example this item is 60$ original price 75$  
the tag is use as <strike> your text </strike>

Example.

Code :



<!DOCTYPE html>
 <html>
 <head>
 <title>wasim teach</title>
 <meta charset="UTF-8"/>
 <link rel="stylesheet" href="" type="text/css"/>
 </head>
 <body>
<s>This is a strike Font with tag s </s>

 </body>
 </html>


OUTPUT

This is a strike Font with tag s

Thanks For reading :

Meet you in next Class.

Comment me if you have any trouble or question .

No comments:

Post a Comment

Recent added

TypeScript Class 5

Common Syntax Errors in TypeScript and How to Avoid Them Syntax errors are among the most common issues developers encounter when writing Ty...