Bobby PPT-1
Bobby PPT-1
• Company Profile
• Introduction Of Web Page
• What is HTML, CSS, Javascript, Bootstrap
• Projects
• Conclusion
• References
COMPANY PROFILE
o Types of webpages:
Static Webpage:
• There is no database.
Dynamic Webpage:
<head>
</head>
<body>
</body>
</html>
PROPERTIES
Bgcolor property
• Image tag
Heading tag
• Table tag
Align property • List tag
Italic tag • Form tag
Underline tag • Input tag
Horizontal tag
• Submit Button
• Reset
Break tag
• Radio
Marquee tag • Check Box
Hyperlink tag • Text Area
Select tag
WHAT IS CSS ?
• Ex: <h1 align= “center” style= “color: red; background-color:yellow;”>heading level 1<h1>
o Internal CSS
• Used to design whole page.and A class can used multiple times in page
• Internal css code write under the <head>tag using <style> tag.
o External CSS
• Include css file under the head tag using link tag
JAVASCRIPT
• Under the form tag using onsubmit method call validation_form(); function.
<form name= “loginform” action= “first.html” method= “post” onsubmit= “return validation_form();”>
• Copy bootstrap CSS link tag and paste under the head tag.
• Copy javascript bootstrap code and paste under the head tag.
<div class=”container-fluid”>
<div class=”row”>
<div class=”col-3”>
<img src=”images/logo.png”>
</div>
<div class=”col-9”>
<h1>Website/Software/Mobile App</h1>
</div>
</div>
</div>
Components: