#del and ins tag || html tutorial || web development
Explore tagged Tumblr posts
krishna337 · 3 years ago
Text
HTML del Tag
The HTML <del> tag is used to represent a text which is deleted from the document.The deleted text is renders it by strike a line through text by the web browsers although we can also change it with the help of text-decoration property of css. Syntax <del>Content...</del> Example <!DOCTYPE html> <html> <head> <title>HTML Del Tag</title> </head> <body> <h2>HTML del Tag Example</h2> <p>This is an…
Tumblr media
View On WordPress
0 notes