β <!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
β Form Atting
β <abbr> β₯ Defines an abbreviation or an acronym
β <b> β₯ Defines bold text
β <blockquote> β₯ Defines a section that is quoted from another source
β <code> β₯ Defines apiece of computer code
β <em> β₯ defines emphasized text
β < mark> β₯ Defines marked/highlighted text
β <pre> β₯ Defines preformatted text
β <progress> β₯ Represents the progress of a task
β <q> β₯ Defines a shot quotation
β <small> β₯ Defines smaller text
β Forms and input
β<form> β₯ Defines an Html form for user input
β <input> β₯ Defines an input control
β <textarea> β₯ Defines amultiline input control (text area)
β <button> β₯ Defines a clickable button
β <select> β₯ Defines a drop-down list
β <optgroup> β₯ defines a group of related options in a drop-down list
β <option> β₯ Defines an option in a drop-down list
β <label>β₯ Defines a label for an <input> element
β <fieldset> β₯ Groupsrelated element in a form
β <legend>β₯ Defines acaption for a<fieldset> element
β 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.
β₯ Alternatively, you can create a repository within a new directory by specifying the project name :
β Git Clone
β₯ if you want a local copy of a repository from GitHub, this command allows creating a local copy of that repository on your local directory form the repository URL.
β₯ Data Types
β₯ Conditional Operations
β₯ Operations for manipulating data
β₯ Function
β₯ File Handling
β₯ Libraries installation
β oops Concept
β₯ Understanding oops concepts
β₯ Learn Python's Classes and methods
β₯ Do Programs on oops
β₯ Go through with other's codes
β₯ Solve programming problems with oops