<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML div tag</title> <style type="text/css"> .welcome-box{ background:lightblue; border:1px solid black; } </style> </head> <body> <div class="welcome-box"> <h1>Welcome</h1> <p>Hi, welcome to our website.</p> </div> <p><strong>Note:</strong> To learn more about style rules please study tutorials on <a href="">CSS</a>.</p> </body> </html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter