Mayuri
Mayuri
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading<h1>
<p>My First paragraph</p>
</body>
</html>
CSS
CSS stand for cascading style sheets.
CSS describe hoe HTML element are to be display on screen, paper, or in
other media.
CSS is used to define styles for our web pages, including the design, layout
and variation is display for the different devices and screen sizes.
The word cascading means that a style applied to a parent element will also
apply to all children elements within the parent. So, if set the color of the
body text also get the same color ( Unless we specify something else.)
CSS can be added to HTML documents in 3 ways:
Inline: By using the style attribute inside HTML elements.
Internal: By using a <style> element in the <head> section.
External: By using a <link> element to the link external CSS file.
Bootstrap
Bootstrap is a free front-end framework for faster and easier web
development.
Bootstrap includes HTML and CSS based design templates for typography,
forms, button, tables, navigation, modals, image carousels and ,many
other, as well as optional javascript