How do you change the background of a bulleted list in HTML?

1 answer

Answer

1141090

2026-06-07 02:11

+ Follow

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>

<style type="text/css" media="screen">

ul {

background: #FFFFFF;

}

</style>

</head>

<body>

</body>

</html>

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.