Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

OverRide

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Upon reading all the comments that relate to the use of ID's and Classes I did a lot of research. Very little of the research concentrated on whether one is used for styling or behavior. On the other hand the most basic of use for ID versus Class is that an ID is a unique tag while a Class is a "blueprint" tag. Only one ID with a given value can exist on a page at any given time, while a class can exist on ALL elements if you wanted. This was a huge chunk of information that htmldog dot com DIDN'T go over that would have been useful knowledge. So to sum up what I've learned....
     
    if you want to target a certain element inside a group of them ( like one <li> out of a bunch of them ) you would use and ID, but if you want to target a bunch of elements to apply the same style to, then a Class is used.
     
    EDIT: well there is a special use for ID in browsers.
     
    http://yourdomain.com#comments, the browser will attempt to locate the element with an ID of "comments" and will automatically scroll the page to show that element.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.