Computer Science, asked by 2016269anirvin, 5 months ago

Level H1 Heading 'Count Your Blessings' to be displayed towards the right of the browser window with a dotted border. (use inline stylesheet)

Answers

Answered by saicharan200719
0

this is Html:

<H1>Count Your Blessings</H1>

this is css:

H1{

text-align: right;

border-style: dotted;

}

Similar questions