Answer:
Actions that Bobbi should take to identify opportunities for online business growth are:
Review competitor websites
Identify a USP
Build a SWOT analysis
Explanation:
The first thing Bobbi should do is to review competitor website.
This will give her information about her competitors the products that they offer, the price of their products, the website layout and structure of the competitors, any strategy they are using to boost their online product sale such as by offering product promotion, discounted price etc.
After reviewing competitor websites, next thing that Bobbi should do is identify a Unique Selling Proposition. Bobbi should identify the unique features, benefits of her products that induce her business to stand out from the competitors. Identify all those unique aspects and factors that make her product different from others.
After identifying USP, Bobbi should now build a Strengths, Weaknesses, Opportunities and Threats (SWOT) analysis. This way she will be able to recognize and understand her website's strengths, distinctive competencies, limitations, opportunities and risks. This will help her to analyse the overall strategic position of her website as well as her business. That will help her create a strategy for the future.
The
accessibility category of apps makes the computer easier for blind people to
use. In general the accessibility apps are apps that help people with
disabilities use a particular piece of hardware. For example there is an app
designed to help blind people use their devices by paring them with a voluntary
non-blind people trough audio-video connections.
Answer:
Client-server model is a model is a distributed application structure that partitions
tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.
Answer:
Tags can be identified as they are written as <tagname> Something </tagname>
<tagname> this tag is called start tag.
</tagname> this tag is called as end tag.
for ex:<p> This is a paragraph </p>
There are some elements with no end tag.for ex:- <br> tag.
Attributes are used to provide additional information to an HTML element.
Every element can have attributes.
for Ex:- <h1 style="background-color:red";>MY WEBSITE </h1>
So the background of h1 will become red.