Module2-Advanced Css
Module2-Advanced Css
i) Using Float
i) Using Float:-
it is the most common way of creating multicolumns of contents. Consider the given
code and its representation in normal flow.
<html>
<head>
<Title> Dsatm</title>
<style>
</head>
<body>
<h1>cse department</h1>
<figure><img src=”logo.jpg”/>
<div id=”main”>
<p>machine learning</p>
</div>
<footer>Contact @dsatm.edu.in</footer>
</body> </html>