/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/html/test_underline_helloworld.html
16 строк
248 B
Simon Martin
Issue #12421: tidy should also check .html files
09 авг 2016, 23:04
09 авг 2016, 23:04
1e60c91
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <title>The Book of Mozilla, 11:9</title> <style type="text/css"> div { text-decoration: underline; } </style> </head> <body> <div> <div>Hello!</div> <div>World</div> </div> </body> </html>