30 Dev ideas to save today | learn computer coding, learn web development, coding tutorials and more
Skip to content
When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.

Dev

30 Pins
·
2 Sections
·
1mo
Ashleigh
By
Ashleigh
HTML cheatsheet  #code #coder #coding #codinglife #css #developer #html #java #javascript #machinelearning #programmer #programmers #programming #programminglife #python #software #tech #technology #webdeveloper #webdevelopment
Stop Googling tags every five minutes! 📝 This is the most comprehensive cheat sheet featuring the complete HTML tag list you need for modern web development. Perfect for quick reference during coding sessions. Keep this essential resource handy for mastering HTML structure and semantics. Save this pin for instant coding help! 👇  #HTML #HTMLTags #WebDevelopment #CodingCheatsheet #FrontendDevelopment #LearnToCode #HTML5 #WebDev #Programming #CodingTips #TechSkills #ITResources #CSStudent #WebDesign #CheatSheet

HTML

9 Pins
CSS Border-Radius: Creating Rounded Corners The border-radius property in CSS is used to create rounded corners for elements. It’s a versatile property that allows you to soften the edges of elements, giving them a more modern and polished look. Here’s how you can use it: Basic Usage The border-radius property can take one or more values to define the radii of the corners. 1. Single Radius: .box { width: 200px; height: 200px; background-color: #3498db; border-radius: 20px; /* All co...
Lets make cool rounded boxes and even circles

CSS

19 Pins