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 naturally get your IP address when this happens.These innovations are utilized to degree the viability of their publicizing campaigns and/or to personalize the publicizing substance merely see on websites simply visit.</p></body>
</html>
OUTPUT
Related Post :-
No comments:
Post a Comment