Style
<!-- External -->
<link rel="stylesheet" href="css/file.css" />
<!-- Internal -->
<style>
p {
color: red;
}
</style>
<!-- Inline -->
<p style="color: blue;">This Is Our Paragraph</p>
Style
<!-- External -->
<link rel="stylesheet" href="css/file.css" />
<!-- Internal -->
<style>
p {
color: red;
}
</style>
<!-- Inline -->
<p style="color: blue;">This Is Our Paragraph</p>
Style
/* valid */
._user-name {
}
/* valid */
.-user-name {
}
/* valid */
.-user-name {
}
/* Not Valid */
.1user-name {
}
/* Not Valid */
.@user-name {
}
/* Not Valid */
.user@name {
}
/* Valid */
._user10name {
}
/* Valid */
.u {
}
Style
<!-- Write Path -->
<link rel="stylesheet" href="assets/css/master.css" />
Style
/* Bad */
.USERNAME {
}
/* Bad */
.UserName {
}
/* Good */
.user-name {
}
/* Bad */
.userName {
}
/* Good */
.usernameprofile {
}
Style
<!-- Write Path -->
<link rel="stylesheet" href="source/css/main.css" />
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us