Combing The codes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Combing The codes

I want to combine the html and css codes in PC. How to do to get a output?

4th Feb 2018, 2:10 PM
Sinku🔰
Sinku🔰 - avatar
2 Answers
+ 3
<html> <head><title>Your title here! </title> <style> type="text/css" /** == Add your CSS code here == **\ </style> </head> <body> <!-- Add you html Markup here --> </body> </html> If it helped please give an upvote here 👈 🎩 😁 👕👍Thank You! 👖
5th Feb 2018, 10:16 AM
Sinku🔰
Sinku🔰 - avatar
+ 1
In HTML code use <link> tag to add css file.
4th Feb 2018, 2:21 PM
Petr Leliaev
Petr Leliaev - avatar