How do I block news sites in Chrome?

If you want to block the news site in chrome. You need to install the Google chrome extension. "Called Block News website" and install in google chrome. You can watch a video tutorial of the following. thanks






Tags:
How do you block specific news sources?
Can I block specific websites on Google Chrome?
Can I block news on Google?
How do I block content on Google Chrome?
block site extension
how to block news sites on google
block websites on chrome android
how to access blocked sites in chrome
site settings in chrome
block site extension free
Share:

How do you get a .htaccess file from a website?

What is a .htaccess? 
A configuration file called.htaccess alters how an Apache server handles a webpage.

How to find a .htaccess file?


How to Edit .htaccess in cPanel's File Manager?
  1. Go to your website as an admin and Log in to cPanel.
  2. Search for Files Section and In the Files section, click on the File Manager and open it.
  3. The File Manager shows several directories and files for websites, some of which are hidden. Select the directory that you want to use or want to edit.
  4. Click Settings in the upper right-hand corner to open the.htaccess file.
  5. The Show Hidden Files (dotfiles) option should be selected. The page will refresh and show all files having a. (dot) in their name.
  6. Now Click Save.
  7. Search the list of files for the.htaccess file. You might need to slightly scroll your cursor to find it.

If you want to edit the .htaccess File: follow the following steps:
  1. Go to your cPanel and find File Manager.
  2. Find the.htaccess file in public html if you just have one domain. Edit the.htaccess file in the document root of any additional domains you own.
  3. Click Edit from the context menu when you right-click on the.htaccess file. The Edit icon is located at the top of the page. Alternatively, you can click on the.htaccess file button.
  4. You could see a dialogue window inquiring about encoding. Simply select Edit to proceed. A new window containing the editor will open.
  5. You can paste the entire code from the second line into the.htaccess file when entering the necessary codes, such as those for redirects and rewrites. Make sure to create a new line before adding any additional codes if you need to.
  6. When finished, click Save Changes in the top right corner.
  7. To ensure that your modifications were properly saved, test your website. If not, fix the problem or go back to the earlier version till your website is operational once more.
  8. When finished, click Close to close the File Manager window.







people may also search for this:
htaccess file location
htaccess file example
how to create htaccess file in html
how to create htaccess file
how to create htaccess file in php
htaccess file location windows
htaccess file for php
how to create htaccess file in cpanel
Share:

What is a Media Query in HTML and CSS?

 CSS3's media queries expanded on the concept of media types introduced in CSS2 by looking at a device's capabilities rather than its type.

Many items can be checked with media queries, including:

width and height of the viewport

width and height of the device

(Is the tablet or phone in portrait or landscape mode?)

One well-liked method for distributing a customized style sheet to PCs, laptops, tablets, and mobile phones is to use media queries (such as iPhone and Android phones).

Media query Example:

@media screen and (min-width: 480px) {
  #leftsidebar {width: 200px; float: right;}
  #main {margin-right: 216px;}
}





Conclusion:

By using media queries, You can make a good and responsive website. 


People may also search this:

min width and max-width CSS

css media query mobile

media query css min and max

scss media

responsive media queries

media query for all devices

media css mobile

media css responsive

css media query min and max

media query for all mobile devices

Share:

How can I start blogging from zero base?

 There are some steps you need to follow up on.

1- Find a Niche you want to work with. I recommended that find a strong niche in which you are an expert in it.

2- You need a hosting website. If you want a free hosting site then use blogger.com and if you want to use a premium one use namehosting.com, godday.com, etc

3- Select a Domain name, Like itmstr.com, etc. 

4- Learn Some basic SEO. 

5- Create good and non-copyright content for your website. 

6- And share your blog on every social media platform. 

7- Write a content on daily basis. 



How to make money blogging?

After setup, your blog and write about 20-30 posts free copyrighted and try to monetize it with google AdSense. If you failed to monetize it with google AdSense to earn money in that case use the google Adsense alternative. There are lots of Alternatives for google AdSense. 


People may also search this:

how to make money blogging

how to start a blog and make money

how to create a blog for free and make money

how to make money blogging for beginners

how to start a blog for free and make money

how to start blogging and earn money

how to start a blog with no money

how to create a blog and make money

Share:

Why is making money online very hard?

 Well, It is quiet to answer your question. that is why making money online is very hard. According to mine and research, it is not hard and even easy. Just you need some guidelines from the expert. 

And learn more and more on a daily bases. when you learn more you will earn more. without learning you will not get anything from the internet. And google is a very big platform for learning, when you will start to learn, you will think it is very easy to earn.

Well, something is very difficult, according to mine that which app or platform is fake or real. But there are lots of earning methods you can find, and the most popular earning methods are freelancing, blogging, etc. 



Share:

How to Create an SEO-Boosting XML Sitemap for blogger?


What is a sitemap? 

A sitemap is a simple code or file that provides information about the owner's website's content and its relationship. 

It is straightforward to generate a sitemap for bloggers. You can use other sitemaps for bloggers like google site map generator etc. But here is the simple XML sitemap for bloggers. just copy it. 

#https://itmster.blogspot.com

User-agent: *

Disallow: /search

Allow: /

Sitemap: https://itmster.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500

Just replace the URL at the end of the line: Like

Sitemap: YOUR-WEBSITE-HERE/atom.xml?redirect=false&start-index=1&max-results=500



Now copy the code after pasting your website URL. Now go to your blog and go to Setting- Crawlers and indexing-click custom robot.txt and paste it here. 

If you want add sitemap in the google search console. goto google search console and sitemap and type. sitemap.xml in the last. that's it. 


People may also search this: 

sitemap generator for blogger

blogger xml sitemap

xml sitemap for blogger

blogger xml sitemap generator

xml sitemap generator for blogger

html sitemap generator for blogger

generate xml sitemap for blogger

sitemap generator blogger

blogspot sitemap

create sitemap for blogger



Share: