Computer Science, asked by akl21kh22, 6 months ago

creating your webpage of your own interest with the following specefication.
(a)background should be light pink colour.
(b)heading should be in center and red in colour.
(c)there should be ordered and unordered list in webpage.​

Answers

Answered by THANISHCHINNAPPA
3

Answer:

(a){bgcolor=pink;} or {bgcolor=#FFB6C1;}

(b){text-align: center;}

(c)Use <ol> tag for ordered list and for unordered use <ul> tag

Explanation:

The above codes can fullfill the requirements, but as html...

Similar questions