I have find that we can use style- text-transform:uppercase to force user to input uppercase. But the inputted data doesn't converted. Can we use css-style to change it ?
I find a style- font-variant : small-caps, it seems like the text-transform but someone get different result (the entered...
When user input something in the form but click 'BACK' on browser accidently. Can html notice that and prompt some confirmation ?
Actually, I haven't see some site like this. Is it work ???
New Bear. ooo
O
Here is my css file -
<style type="text/css">
body {
background-color: Purple;
background-repeat : repeat-x;
}
</style>
and html file -
<html>
<head>
<LINK REL="stylesheet" HREF=".\project_body.css" style="text/css">
</head>
<body>
<table>...
I created a stylesheet which control <body>, <table> etc. But it doesn't work for <body> control when I link the .css file into my html. Other tag seems ok.
If i put the <body> control style in the html, it's ok. What is the problem? I am new in web programming.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.