HTML CSS JS
HTML CSS JS
HTML -
markup language
build structure web pages
Content to Webpages:
header , footer , images , videos , paragraphs
links,navigations
JS - scripting language
build dynamic webpages
add interactivity in webpages
create animations ,
handle user inputs
validate data
HTML ---
1.basic structure -->
DOCTYPE , html , head ,body
2.semantic elements-->
headings , nav ,header,footer, main , article , section ,aside
3.tags-> link , img ,tables,forms
4.lists -> ordered list , unordered list , description
5.attributes -> height , width , href , src ,bgcolor, id, class,style
6.HTML5 new Features --> canvas , audio , video, geolocation ,API calls
7.responsive Design concepts
header ,navbar , aside , footer
CSS--->
1.Syntax - property,value , selector , declaration
2.box model - margin , paddng , border
3.layout techniques(float , position ,flexbox ,grid)
4.responsive design properties
5.css frameworks --> bootstrap , tailwind , materialize