0

How do I connect my html and css codes so they can be read by web browser?

I have created f.HTML and write f in h1 inside div. so I have created f.CSS and write to make a box with round corner. and in HTML in head I write <link type="text/css" rel="stylesheet" href="f.css"/> and run it shows only f . saved and refresh again only f..

11th Aug 2017, 7:01 AM
Prakash
Prakash - avatar
3 Answers
+ 6
ok, first of all, do you write your HTML/CSS on Code Playground or your local computer?
11th Aug 2017, 7:12 AM
mexikodro thanksgiving samples 1/1
mexikodro thanksgiving samples 1/1 - avatar
+ 2
Verify that you put the link tag inside your head tag. Verify also that your css file is in the same folder as your html one
11th Aug 2017, 7:13 AM
Αητοιπe
Αητοιπe - avatar
0
Read by your own browsers only or read by everyone browsers?
11th Aug 2017, 7:30 AM
CalviŐ˛
CalviŐ˛ - avatar