How to make banner for advertising using css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make banner for advertising using css

banner advertising

20th Oct 2017, 4:40 PM
Shelly Kapoor
Shelly Kapoor - avatar
3 Answers
+ 2
Well, all you have to do is start by building its structure with HTML then style it with CSS. However, that's not suggested because of two main reasons: - The banner quality will be VERY bad and not scalable because you will get it via capturing a screenshot from your HTML/CSS banner. - Not easy to edit/add things as you are working with HTML elements and it is not that easy to manipulate them together to create a good banner. In your case, it is recommended to use Photoshop/Illustrator instead of using HTML/CSS coding. Hope you find this helpful 😉
21st Oct 2017, 3:40 AM
Yahya Elharony
Yahya Elharony - avatar
+ 1
If you mean how to make a space where you can desplay adds across the top of your screen there are multiple ways of doing this. The first is simply to have a PHP API to serve the add which you enbed in your page. This could be a security hazard if not monitored because those paying to desplay add may inject harmful PHP scripts. The second is to present the add in image or video format with specified dimensions.
10th Jan 2018, 11:24 PM
josh mizzi
josh mizzi - avatar