#Chatbot for corporate lord.
9 messages · Page 1 of 1 (latest)
Have a separate style.css file, add the layout you want and then import it
<link rel="stylesheet" href="style.css">
So something like this
I didn't even think of this. Thank you.
I have another question: my html have a if else statement, do I use separate argument case.css file then import it? Different html have different if else cases so not sure if that's helpful.
if else statements? If you mean Javascript I don't think there should be any conflict since CSS is used to make your webpages look visually appealing
Thanks for that reply. JS making css look visually appealing. I got that. There is a page called contact us. Under box, there has to be an if else statement to check and verify that name in contact us should be alphabet and phone number should be numeric. That's what I mean if else statement under script part of HTML.
I guess function part of the script in html
Figured it out. Put the function and if else statement in a .JS file and ref it.