Olivia @olivia
Activities
Bootstrap 4 Cheat Sheet - list of Bootstrap classes
CSS3 Cheat sheet - tags and attributes
In order to compare two branches easily, you have to use the “git diff” command and provide the branch names separated by dots.
$ git diff branch1..branch2
Using this command, (...)
I suspect you actually want to set the directories to 755 and either leave the files alone or set them to 644. The command can be used to do this find. For instance:
To change (...)
How to set up a 301 Permanent Redirect using .htaccess
Frontend Developer roadmap
Bootstrap v4.5.0 has landed with dozens of bug fixes, some small new features, and some changes to the development process.
What’s New-
Here are the highlights and what’s (...)
The HTML <img>
tag is used to embed an image in a web page. The <img>
tag is empty, it contains attributes only, and does not have a closing tag.
Example
<!DOCTYPE
(...)
To use a META Tag to redirect your site is quite easy. With this, use the http-equiv attribute to provide an HTTP header for the value of the content attribute.
<!DOCTYPE
(...)