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 likethis 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>
<!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>
This is a strike Font with tag s
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
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
Thanks For reading :
Meet you in next Class.
Comment me if you have any trouble or question .
No comments:
Post a Comment