hoho
This commit is contained in:
10
test.html
10
test.html
@@ -10,6 +10,11 @@
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-size: 105%;
|
font-size: 105%;
|
||||||
}
|
}
|
||||||
|
.myDiv{
|
||||||
|
border: 5px outset red;
|
||||||
|
background-color: lightblue;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -35,6 +40,11 @@
|
|||||||
|
|
||||||
<p><strong>Note:</strong> The datalist tag is not supported in Safari 12.0 (or earlier).</p>
|
<p><strong>Note:</strong> The datalist tag is not supported in Safari 12.0 (or earlier).</p>
|
||||||
|
|
||||||
|
<div class="myDiv">
|
||||||
|
<h2>This is a heaidng in a div element</h2>
|
||||||
|
<p>This is some text in a div element.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user