Search
 
SCRIPT & CODE EXAMPLE
 

HTML

. and # in html

<!DOCTYPE html>
<html>
<head>
<style>
.classname {
  background-color: green;
  color: white;
}
#idname {
  background-color: pink;
  color: white;
}
</style>
</head>
<body>
<div class="classname">I am  green colour<div>
<div id="idname">I am  pink colour</div>
</body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: input radio button html 
Html :: animate text 
Html :: leave youtube comment with timestamp 
Html :: source html 
Html :: css without separate file 
Html :: input name html 
Html :: html heading tag 
Html :: qr code sccanner 
Html :: bell bootstrap 
Html :: Mega Menu ADA Compliance 
Html :: how to add command in html 
Html :: tina4 form token example 
Html :: scrool immagini html 
Html :: html link without opening new tab 
Html :: store html line break in database 
Html :: bootstrap badge-pill button 
Html :: span element in html 
Html :: html cite element 
Html :: flipbook pdf html code 
Html :: nativescript scrollview full height 
Html :: HtmlDocument document = webBrowser1.Document; string scriptName = "GetText"; object[] args = new string[0]; object obj = document.InvokeScript(scriptName, args); string script = obj.ToString(); 
Html :: Open Dropdown pop up upwards forcely 
Html :: html header 
Html :: charles V and francis I 
Html :: bootdtarp 
Html :: type animation js 
Html :: awesome cheatsheets 
Html :: how to find out how big an elemnts totla width is in css 
Html :: make element be positioned behind its parent, but in front of its grandparent 
Html :: plantuml bold text 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =