Introduction To HTML & Css
Introduction To HTML & Css
• <html>
• <title>
• <head>
• <body>
• <link type=“” rel=“” href=“” >
• <script type=“” src=“”>
• <style>
Basic Structure of a HTML document
<html>
<title>Page title</title>
<head></head>
<body>
****Content comes here****
</body>
</html>
Deprecated Tags and Attributes
1. Inline style
Decreasing
2. Internal style sheet Priority
h1 {color:#09C;font-family:Helvetica;}