Showing posts with label html block and inline element. Show all posts
Showing posts with label html block and inline element. Show all posts

Thursday, July 27, 2023

html block and inline element

 HTML block and inline element


Information

 1] Block leval element always starts a new line and browsers automatically
 2] Add some  space a margin befor and after element
 3] The <h2>  element defines a heading in html document.
 4] The <div> element defines a division or a section in an html document
 5] <h1>Privacy Policy for web designing </h1>


Program

<!doctype html>
<html>

<head>
<title></title>
</head>

<body> <H1>HTML BLOCK AND LNLINE ELEMENT</H1>

<p style="border:1px solid black">Hii friend</p>
<div style="border:1px solid pink">Hii friend</div>
<p>Third-party ad servers or ad networks uses technologies like cookies,
 JavaScript, or Web Beacons that are used in their respective advertisements
 and links that appear on web designing, which are sent directly to users' 
browser. They automatically receive your IP address when this occurs. 
These technologies are used to measure the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on websites that you visit.</p>
</body>

</html>


OUTPUT

html  block and lnline element


VISIT link 
And
your extra information