HTML TAG: | What does it do? | What else does it do? | Specifications / Example | Supports all browsers? |
---|---|---|---|---|
<address> |
The <address> tag defines the contact information for the author/owner of a document or an article. |
Can be: email address, URL, physical address, phone number, social media handle, etc. | The text in the <address> element usually renders in italic, and browsers will always add a line break before and after the <address> element. |
yes |
<abbr> |
The <abbr> tag defines an abbreviation or an acronym, like "HTML", "CSS", "Mr.", "Dr.", "ASAP", "ATM". |
Adds a dotted line to the bottom of the abbreviated word and on hover will show the title. | <p> The <abbr title="Finding Outdoors Rather Eerie, Scary and Tiresome"> FOREST</abbr> is nice to walk through</p> |
yes |
`` | The `` tag defines an area inside an image map (an image map is an image with clickable areas). | `` eleme |
- Launch Automator
- Select "Create New Document"
- Select "Quick Action": Choose
- Add "Run Shell Script" to the workflow (drag and drop)
- In the pass input dropdown, select "as arguments"
- Paste
open -n -b "com.microsoft.VSCode" --args "$*"
into the input box - Save the workflow, and call it something useful like "Open In Visual Studio Code"
- You should now be able to right click in Finder > Quick Actions > Open in VSCode
A template needs to be created in the codebase at: Root > ui.content > src > main > content > jcr_root > conf > Project-Name > settings > wcm > templates > template-name
Within the template-name, the following folders are set up:
📁 template-name
-:file_folder: initial