Example of Ordered List
ol: ordered list li: list HTML Code (index.html) CSS Code (style.css)
Example of Unordered List
ul : unordered list li : list HTML Code (index.html) CSS Code (style.css)
How to link CSS with HTML?
Follow the following Steps Create a folder e.g. WEB Create a html file e.g. index.html Crate a CSS file e.g. style.css Save both files (index.html and style.css) into the folder WEB WriteRead More…
HTML vs. CSS
HTML : HyperText Mark-up Language CSS : Cascading Style Sheets. HTML is used to structure content. CSS is used for formatting structured content. HTML is the mother tongue of your browser. CSSRead More…
What is CSS?
CSS is an acronym for Cascading Style Sheets. CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advancedRead More…