A tag del em HTML
- 24-07-2022
- Trung Minh
- 0 Comments
A tag <del> define um texto a ser excluído de um documento.
Usando
Por exemplo, como usar a tag <del>.
<!DOCTYPE html> <html> <head> <title>Học lập trình miễn phí tại web888.vn</title> <meta charset="utf-8"> </head> <body> <h1>Học lập trình miễn phí tại web888.vn</h1> <p>My favorite color is <del>blue</del> <ins>red</ins>!</p> </body> </html>
Atributo da tag <del> .
- citar – especifica a url de um documento que explica por que o texto foi removido.
- datetime – especifica a data e hora em que o texto no par de tags del será excluído.