<div id='number1' class='model'>
<h2>Number 1:</h2>
<h3>Divs</h3>
<p>
Div's are great to split up and shape your website, they can be
modified my css, interact with js and more.
</p>
<!-- Eny regular html code can be put in divs, multiple classes
can be put in divs. Yet divs can only have 1 id. Divs are so useful!-->
</div>
<!-- Hope This Helped! -->
<!-- html is fun--!>
<div>hello there i am a div
<h1>i am h1 in div</h1>
<h2> i h2 in div</h2>
</div>
<div style="background-color:lightblue">
<h3>This is a heading</h3>
<p>This is a paragraph.</p>
</div>
<div> <!-- My div content --> </div>
//div tag
<div>
//content
</div>
//a div is an invisible box
<div class="" id=""></div>
<div>
<!-- This is opening of a division tag-->
</div>
<div class="sample" id="23903950594"><h1>hyeuewyuery</h1></div>
<div>divider</div>
<div>"hello" </div>
col-12
var app2 = new Vue({
el: '#app-2',
data: {
message: 'You this page on ' + new Date().toLocaleString()
}
})
Luang Por Sumedho
<div class="app">
<h4 class="mb-3">TODO App</h4>
<div id="addNew" data-bs-toggle="modal" data-bs-target="#form">
<span>Add New Task</span>
<i class="fas fa-plus"></i>
</div>
</div>
<div id="div_id" class="div_class">
<!--Your code-->
</div>
<div id='..." class='...'