CSS

CSS (Cascading Style Sheets) is what is used to style HTML, and XSLT for XML. Obviously it's used on the Soysphere.
Some languages like Java and C# contain interfaces for interacting with CSS (such as in org.w3c.dom.css for Java and System.Web for C#). CSS is not a programming language (as it is not Turing complete), but just a markup language with HTML for customising websites with. It was formerly managed by W3C but it is now by WHATWG.
Tutorial[edit | edit source]
|
Step 1 Lets say you have a paragraph on a HTML slide that looks like this.
<p>This is a paragraph.</p> To make the text red, background light blue and the font family "Tahoma": <p style="color: red; background: lightblue; font-family: tahoma">This is a paragraph.</p> |
|
CSS is part of a series on Computer Science. |
|
|---|---|
| Languages | Low Level Assembly • C • C++ • C# • Holy C • Rust High Level Java • Go • PHP • Python • SQL • Bash • JavaScript • PowerShell • ActionScript • Scratch • Ruby • Lua |
| Software | Imageboards nusoi • Vichan • Yotsuba • OpenYotsuba OSes Windows • Linux • Android • TempleOS |
| AI |
ChatGPT • Gemini • Grok • Vibe coding • Generative AI • Stable Diffusion |
| More | SoyGNU • CGI • DDoS • Game development • Piracy • Regex • Doxing • Microsoft • Apple • Google • Datamining • WebP • Artificial soyduel • Ratio dueling • Customization • Ricing • FSL • Windows debloating • The Ultimate Doxing Guide • Operations security |