How to build a responsive web with LibreOffice Writer Web?

Hello,
I built some test webs with LibreOffice Writer Web, but I did not find any way to build a responsive design for the HTML Webs. It is possible? If yes, how can I do it?

Thanks in advanced.

LO Writer Web will create an HTML static page. There is no notion of “responsiveness” here. The page will be sent by the server to the browser with CSS formatting. It is not always optimal but it works. Since there is no script in there, display should be quite fast, even on low-end laptop.

LO Writer creates a simple HTML file with inline styles. This is a deprecated approach though still usable. It is best to set up an external style sheet for styles.

In any case, responsive web page design depends on coding set in the header of the HTML document.

To learn how to create responsive web page design, I suggest you begin by checking out the topic at w3shools.com .