Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

HTML and css I wanted to make the page auto adjusting stretch fit. currently, when you minimize the web page it will cut the content.

HTML and css

I wanted to make the page auto adjusting stretch fit. currently, when you minimize the web page it will cut the content. I want it to stretch and minimize based on the size of the web browser.

html code

cyberbullying

What Is Cyberbullying?

Cyberbullying is bullying that takes place over digital devices like cell phones, computers, and tablets. Cyberbullying can occur through SMS, Text, and apps, or online in social media, forums, or gaming where people can view, participate in, or share content. Cyberbullying includes sending, posting, or sharing negative, harmful, false, or mean content about someone else. It can include sharing personal or private information about someone else causing embarrassment or humiliation. Some cyberbullying crosses the line into unlawful or criminal behavior.The most common places where cyberbullying occurs are: Social Media, such as Facebook, Instagram, Snapchat, and Twitter SMS (Short Message Service) also known as Text Message sent through devices Instant Message (via devices, email provider services, apps, and social media messaging features) Email

Read More

Special Concerns

With the prevalence of social media and digital forums, comments, photos, posts, and content shared by individuals can often be viewed by strangers as well as acquaintances. The content an individual shares online both their personal content as well as any negative, mean, or hurtful content creates a kind of permanent public record of their views, activities, and behavior. This public record can be thought of as an online reputation, which may be accessible to schools, employers, colleges, clubs, and others who may be researching an individual now or in the future. Cyberbullying can harm the online reputations of everyone involved not just the person being bullied, but those doing the bullying or participating in it. Cyberbullying has unique concerns in that it can be:

Persistent Digital devices offer an ability to immediately and continuously communicate 24 hours a day, so it can be difficult for children experiencing cyberbullying to find relief.

Permanent Most information communicated electronically is permanent and public, if not reported and removed. A negative online reputation, including for those who bully, can impact college admissions, employment, and other areas of life.

Hard to Notice Because teachers and parents may not overhear or see cyberbullying taking place, it is harder to recognize.

Read More

Laws and Sanctions

Although all states have laws requiring schools to respond to bullying, many states do not include cyberbullying under these laws or specify the role schools should play in responding to bullying that takes place outside of school. Schools may take action either as required by law, or with local or school policies that allow them to discipline or take other action. Some states also have provisions to address bullying if it affects school performance. You can learn about the laws and policies in each state, including if they cover cyberbullying.

Read More

Frequency of Cyberbullying

The 2015 School Crime Supplement - PDFexit disclaimer icon (National Center for Education Statistics and Bureau of Justice Statistics) indicates that, nationwide, about 21% of students ages 12-18 experienced bullying.

The 2017 Youth Risk Behavior Surveillance System exit disclaimer icon (Centers for Disease Control and Prevention) indicates that an estimated 14.9% of high school students were electronically bullied in the 12 months prior to the survey.

Read More

CSS code

body { margin: 0px; padding: 0px; background: #202223; font-family: 'Open Sans', sans-serif; font-size: 10pt; color: #707070; }

p, ol, ul { margin-top: 0px; }

p { line-height: 185%; }

a { color: #FEE722; }

hr { display: none; }

.container { max-width: auto; height: auto; }

/** PAGE */

#page { overflow: hidden; padding: 0em 0em 0em 20em; }

/** CONTENT */

#content { width: 900px; }

.post { overflow: hidden; padding: 30px 50px 20px 50px; margin-bottom: 30px; border: 10px solid pink; border-radius: 10px; background: #FFF; }

.post .title { padding: 0px 50px 0px 200px; letter-spacing: -1px; }

.post .title a { border: none; font-size: 2em; letter-spacing: 0px; text-decoration: none; font-weight: 600; color: #222222; }

/** content code */

.post .entry { padding: 0px 0px 10px 0px; text-align: justify; font-style: oblique; font-weight: 900; color: #222222; font-size: 1.2em; }

.links { padding-top: 5px; margin-bottom: 15px; }

.more { display: block; width: 88px; padding: 4px px; margin-right: 10px; background: #222222; border-radius: 8px; color:pink !important; text-align: center; text-decoration: none; }

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

More Books

Students also viewed these Databases questions

Question

Compare the advantages and disadvantages of external recruitment.

Answered: 1 week ago