| Line 1: |
Line 1: |
| | + | <head> |
| | + | <style> |
| | + | .myDiv { |
| | + | border: 5px outset red; |
| | + | background-color: lightblue; |
| | + | text-align: center; |
| | + | } |
| | + | </style> |
| | + | </head> |
| | + | <body> |
| | + | |
| | + | <div class="myDiv"> |
| | + | <h2>This is a heading in a div element</h2> |
| | + | <p>This is some text in a div element.</p> |
| | + | </div> |
| | + | |
| | + | </body> |
| | + | |
| | {{M365}} | | {{M365}} |
| | | | |