Example of Ordered List
ol: ordered list li: list HTML Code (index.html) CSS Code (style.css)
ol: ordered list li: list HTML Code (index.html) CSS Code (style.css)
ul : unordered list li : list HTML Code (index.html) CSS Code (style.css)
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 : 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…
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…