Empathy plays a critical role in my life, but like many I am not my most empathetic at all times. It is easy to be empathetic to friends, it is what makes me a go to person for many of my friends when they need help or just someone to vent to. However, at times when I am overly self involved, be it from stress, a shortage of time, or any number of other reasons, empathy can be short. This can be even more true when you are not close to or even know the person who could use the empathy. On a normal day I may pass someone on the street who could use some help, notice, and have the empathy to want to help, but when things get busy and I am self absorbed I may pass the same person on the street and not even notice them. Empathy especially “compassionate empathy” can be a very powerful tool which everyone can use to help the world we live in a better place. We all need others to feel empathetic and helpful towards us at times, and it is crucial that we return the help to people both known and unk
- On a website, what is the purpose of HTML code?
- HTML is used to provides/describes the structure of a web page. It dictates how browsers will display the elements of a page.
- What is the difference between an element and a tag?
- Opening and closing tags are like containers that tell you something about the information between them. They are the markers that an element is starting or ending.Elements are comprised of the opening and closing tags as well as any content that lies between.
- Why do we use attributes in HTML elements?
- Attributes provide additional information about the element. Attributes consist of the attribute name as well as the attribute value. These tell the browser something specific about how to handle the element.
- Describe the purpose of the head, title, and body HTML elements.
NewerOlder