First project on Web Dev is fun!
First project on Web Dev is fun!
Bootstrap is a css framework. It has an intuitive grid system that divide the page into 12 equal-sized columns and enable organizing HTML elements using preconfigured columns. It also has some pre-built components such as navbar and card that users can use.
Bootstrap is a css framework. It has an intuitive grid system that divide the page into 12 equal-sized columns and enable organizing HTML elements using preconfigured columns. It also has some pre-built components such as navbar and card that users can use.
CSS is a style sheet language to style web contents using rulesets each composed of selector {property: property value}. Selector is key to style HTML contents and can be used on elements, .class, #id, [attribute],and pseudo class. it uses box model
CSS is a style sheet language to style web contents using rulesets each composed of selector {property: property value}. Selector is key to style HTML contents and can be used on elements, .class, #id, [attribute],and pseudo class. it uses box model
@northeasternu.bsky.social
I really like the MDN introduction to your first website because it provides an overview about what each of HTML, CSS and JavaScript does before diving in.
My note: HTML is a way to structure content on the web like a skeleton of a webpage to structure elements.
@northeasternu.bsky.social
I really like the MDN introduction to your first website because it provides an overview about what each of HTML, CSS and JavaScript does before diving in.
My note: HTML is a way to structure content on the web like a skeleton of a webpage to structure elements.