Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html id

<p id="newid">this is the id</p>

<style>
#newid {
  background-color: green;
  text-align: center;
}
</style>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #id
ADD COMMENT
Topic
Name
9+7 =