Press ESC to close

Or check our Popular Categories...

HTML

37   Articles
37

HTML – Hyper Text Markup Language is the standard markup language used for structuring web pages and formatting content. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language, rather than a programming language. The most recent revision to the HTML specification is HTML5.1.

2 Min Read
0 6

PROBLEM : How to remove the border from an iframe embedded in web app? An example of the iframe is: [pastacode lang=”markup” manual=”%3Ciframe%20src%3D%22myURL%22%20width%3D%22300%22%20height%3D%22300%22%3EBrowser%20%09%09%09not%20compatible.%3C%2Fiframe%3E%0A” message=”Html Code” highlight=”” provider=”manual”/] [ad type=”banner”] SOLUTION…

Continue Reading
4 Min Read
0 2

PROBLEM: Given this HTML & CSS: [pastacode lang=”css” manual=”span%20%0A%7B%20%0A%20%20%20%20display%3Ainline-block%3B%0A%20%20%20%20width%3A100px%3B%0A%7D%0A%3Cp%3E%0A%20%20%20%20%3Cspan%3E%20wiki%20%3C%2Fspan%3E%0A%20%20%20%20%3Cspan%3E%20techy%20%3C%2Fspan%3E%0A%3C%2Fp%3E%0A” message=”CSS CODE” highlight=”” provider=”manual”/] [ad type=”banner”] as a result, there will be a 4px wide space between the SPAN elements. We…

Continue Reading
X