/
NikolayIvkin
/
tutorials1
Обзор
Документация
Войти
/
NikolayIvkin
/
tutorials1
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
text-processing-libraries-modules/pdf/src/main/resources/htmlforopenpdf.html
26 строк
681 B
anuragkumawat
JAVA-29281 Create new module Text Processing Libraries Modules (#15479)
31 дек 2023, 19:37
31 дек 2023, 19:37
76bde3f
Код
Авторство
О чём код?
<html> <head> <style> .center_div { border: 1px solid gray; margin-left: auto; margin-right: auto; width: 90%; background-color: #d0f0f6; text-align: left; padding: 8px; } </style> <link href="style.css" rel="stylesheet"> </head> <body> <div class="center_div"> <h1>Hello Baeldung!</h1> <img src="Java_logo.png"> <div class="myclass"> <p>This is the tutorial to convert html to pdf.</p> </div> </div> </body> </html>