Posts

Showing posts from January, 2019
Image
If you want a border for your HTML and CSS output, Maybe some of the codes Below will help you🤗 HTML code <p class="solid">Solid Border</p> <p class="dashed">Dashed Border</p> <p class="dotted">DottedDotted </p> <p class="double">Double Border</p> <p class="groove">GrooveGroove </p> <p class="ridge">Ridge Border</p> <p class="inset">Inset Border</p> <p class="outset">Outset Border</p> •then save file .html .CSS codes (Open an another notepad) p.solid{border-style:solid;} p.dashed{border-style:dashed;} p.dotted{border-style:dotted;} p.double{border-style:double;} p.groove{border-style:groove;} p.ridge{border-style:ridge;} p.inset{border-style:inset;} p.outset{border-style:outset;} •then save file .css The sample borders below will be the result of those codes above If you find it helpfull...

Top 10 most Spoken Languages in the World

Image
https://novyfegarido.blospot.com/2019/04/top-10-most-spoken-languages-in-the-world-by.html The 10 Most Spoken Languages In The World Assigning hard data to the number of native speakers in a language is not an easy task due to the many dialects and sub-dialects out there. Also how do we trust the reliability of the number of data sources made by several different institutions.  1. Chinese According to  Ethnologue  the number of Chinese native speakers is close to 1.3 billion, roughly a billion of whom speak mandarin. It is no doubt that it is one of the most spoken languages in the world. As it uses logograms, this tonal language will certainly kept you occupied. 2. Spanish At nearly 442 million speakers, Spanish barely beats English for the second spot on the list. If you are looking to learn a language that will open up several continents then Spanish can definitely provide. It certainly is the primary language in Spain, South and Centr...