How can I use css on html to format the front, page and size without using a separate css sheet? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I use css on html to format the front, page and size without using a separate css sheet?

I want to write design a Web page using html, but don't know how to format the text and layout of the page using css. Your direction and suggestion would be highly appreciated...

7th Oct 2017, 5:56 PM
Nnabuife M. O.
Nnabuife M. O. - avatar
4 Answers
+ 8
<style> .. ...your css style... .. </style>
7th Oct 2017, 6:20 PM
Abhishek Pun
Abhishek Pun - avatar
+ 1
inside of Head TAG in your html doc, put <style> ALL CSS rules right here </style>
8th Oct 2017, 5:14 AM
Shinobi
Shinobi - avatar
8th Oct 2017, 5:31 AM
Nnabuife M. O.
Nnabuife M. O. - avatar
0
Thank you very much for your reply.. 👍👍👍
8th Oct 2017, 5:27 AM
Nnabuife M. O.
Nnabuife M. O. - avatar