Misc
Misc
DOCTYPE html>
<html lang="en">
<head>
<title>Introduction to HTML</title>
</head>
<body>
<h1>Introduction to HTML</h1>
<p>Welcome to HTML. HTML is the base structure of most of web page that are
exists on the internet.<br>
HTML, or HyperText Markup Language, is the standard language used to create
webpages.<br>
With the help of HTML you define te structure of your web page.<br>
It uses tags for paragraphs and links structure content. Each tag usually
comes in a pair, with an opening tag and a closing tag.<br>
By using HTML, you can design and format the text, images, and links on
your webpage.<br><br></p>
<p>CSS, or Cascading Style Sheets, is a language used to style and layout
webpages. It works alongside HTML to control the visual presentation of a
webpage.<br>
HTML provides the structure using tags, while CSS defines how these
elements should look, such as their colors, fonts, and spacing.<br>
CSS gives blood vessels to the human skeleton formed with HTML<br>
By linking a CSS file to an HTML document, you can easily apply consistent
styles across multiple pages.<br>
We can give diffrent sylings like BOLD, italics or change the color, apply
shadows.<br><br></p>
</body>
</html>