Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “You can use this command to create a new branch: git switch -
c name-of-your-branch
.”
A block of code is set as follows:
<!-- Profile Picture --> <p align="center"> <img src="https://github.com/[your-username]/biographyii/blob/ main/1674712595713-plava2.jpg" alt="Your Name" width="200"> </p>
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Click on the dropdown menu Branch: main and type the name of your new branch.”
Tips or important notes
Appear like this.