Thursday, November 23, 2017
Using Div Tags On Your LMS
Div tags are an opportunity to improve engagement with online learning materials. Many learning management systems permit the use of "Style" attributes in html tags on the learning managment system. In line styles result from use of the "Style" attribute in html elements. Training content creators can use Div tags in the Body tag of an html page to open up and style a region on the webpage. Try the following code on your web page:
<body style="background-color:powderblue;">
<div style="background-color:pink;">
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</div>
</body>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment