Ö
Özge Yilmaz 5 ay önce
3
Cevap

Web Tasarım - With what programming languages can I create a responsive website?

Responsive websites provide a better user experience by adjusting their layout and content dynamically according to the screen size. As someone who wants to create a website, I wonder which programming languages I can use to make it responsive. Can you give me some advice on this matter?

Cevapla
E-posta adresiniz kimseyle paylaşılmayacaktır.

Cevaplar (3)

C
Can Kocabaş

You can use HTML, CSS, and JavaScript to make a website responsive. These are the most commonly used languages for web design.

T
Tugce Demir

While HTML, CSS, and JavaScript are essential for creating a responsive website, it is also helpful to know frameworks like Bootstrap and Foundation.

A
Ahmet Yılmaz

Using CSS media queries, you can set different styles for different screen sizes and make your website responsive. Make sure to also optimize images and use relative units for better responsiveness.