β DrawKit
β₯ BrawKit features 220+ free to use illustration . They all come in SVG all come in SVG so you can create awesome compositions! drawkit.com
β Free illustrations
β₯ Free illustrations feature many illustration backgrounds that are perfect for landing page development. freellustrations.com
β Open Doodles
β₯ If you are a fan of sketchy illustrations then you will love open Doodles. All illustrations and free to Download in SVG or PNG format. opendoodles.com
β MixKit
β₯ MixKit is the Unsplash of illustrations, or that is their objective. it features many illustration categories and also stock video and music. all free of charge.
β₯ An inline property dose not start on new and only takes up as much width as necessary.Any height and width properties will have no effect on inline elements. This example overrides the default setting of <li> bullet points and presents them in one line.
β Display : Block
β₯ Display Block property shows the elements one by one like a building. Every block element appears in a new line. margin. padding and width work in display block.
β <!DOCTYPE> β₯ Defines the document.
β <html> β₯ Defines an html document
β <head> β₯ Contains metadata/information for the document
β <title> β₯ Defines a title for the document
β<body> β₯ Defines the document's body
β<h1> to <h6> β₯ Defines HTML Heading
β <p> β₯ Defines a paragraph
β <br> β₯ inserts a single line break
β <hr> β₯ Defines a thematic change in the content
β <!--..--> β₯ Defines a comment
β Devhints.io
β₯ Here you will file sate of ready-made snippets with popular code snippets, configurations, and commands.
β Bootsteap Cheatsheet
β₯ The bootstrap cheat sheet is an interactive list of bootstrap 5 classes, Variables and mixins. it helps you easily fine the differences between bootstrap 4 and bootstrap 5.
β¬ Every Python Developer Has To Know About The Keywords.
These Are The 30 Below π§΅β
β And β₯ A Logical operator.
β As β₯ To create an alias.
β Assert β₯ For Debugging.
β Break β₯ To Break Out Of a .
β Class β₯ To Define A Class.
β Continue β₯ To Continue to the next iteration of a loop.
β Def β₯ To Define a function.
β Delβ₯ To delete an object.
β Elif β₯ Use in conditional statements, same as else if.
β Else β₯ Used in conditional Statements.
ββ Except β₯ Used with exceptions, what to do when art exception occurs.
ββ False β₯ Boolean value, Result of comparison operations.