+ 4
Combing The codes
I want to combine the html and css codes in PC. How to do to get a output?
2 Antworten
+ 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!
👖
+ 1
In HTML code use <link> tag to add css file.