• Tech Deals at Target Right Now!
  • The Electric Grill You Need This Year

How to View HTML Source in Safari

If you want to see how a webpage was built, try viewing its source code.

  • University of California
  • University of Washington

What to Know

  • From Safari menu, select Develop > Show Page Source .
  • Or, right-click on page and Show Page Source from drop-down menu.
  • Keyboard shortcut: Option+Command+U .

This article shows how to view HTML source code in Safari.

View Source Code in Safari

Showing source code in Safari is easy:

Open Safari.

Navigate to the web page you would like to examine.

Select the Develop menu in the top menu bar. Select the Show Page Source option to open a text window with the HTML source of the page.

Alternatively, press Option+Command+U on your keyboard.

If the Develop menu is not visible, go into Preferences in the Advanced section and select Show Develop menu in menu bar .

On most web pages, you can also view the source by right-clicking on the page (not on an image) and choosing Show Page Source . You must enable the Develop menu in Preferences for the option to appear.

Safari also has a keyboard shortcut for viewing the HTML source: Hold down the command and option keys and hit U  ( Cmd + Opt + U .)​

Advantages of Viewing Source Code

Viewing the source to see how a web designer achieved a layout will help you learn and improve your work. Over the years, many web designers and developers have learned quite a lot of HTML by merely viewing the source of web pages they see. It's an excellent way for beginners to learn HTML and for seasoned web professionals to see how others used new techniques.

Remember that source files can be very complicated. Along with the HTML markup for a page, there will probably be significant CSS and script files used to create that site's look and functionality, so don't get frustrated if you can't figure out what's going on immediately. Viewing the HTML source is just the first step. After that, you can use tools like Chris Pederick's Web Developer extension to look at the CSS and scripts as well as inspect specific elements of the HTML.

Is Viewing Source Code Legal?

While copying a site's code wholesale and passing it off as your own on a website is certainly not acceptable, using that code as a springboard to learn from is actually how many people make advancements in this industry. You would be hard-pressed to find a working web professional today who has not discovered something by viewing a site's source!

Web professionals learn from each other and often improve upon the work that they see and are inspired by, so don't hesitate to view a site's source code and use it as a learning tool.

You cannot edit webpage source code in Safari. When viewing the source code in Safari, copy and paste it into an app that can export files as plain text (like TextEdit or Pages).

The iOS version of Safari doesn't directly support webpage source viewing, but you can set up a custom bookmark that will accomplish the same task. Create a new bookmark in Safari and name it "Show Page Source" (or something similar, so long as you can identify it). Then in the address text box, copy and paste a specific javascript code , then Save . Once the bookmark is set up, navigate to a webpage that you want to vide the source of, then open your bookmarks and select the new Show Page Source bookmark to view the webpage's source code.

Get the Latest Tech News Delivered Every Day

  • How to View the HTML Source in Google Chrome
  • How to Use Web Browser Developer Tools
  • How to View the Source Code of a Web Page
  • Add More Features by Turning on Safari's Develop Menu
  • 8 Best Free HTML Editors for Windows for 2024
  • How to Inspect an Element on a Mac
  • How to Activate and Use Responsive Design Mode in Safari
  • A Step-By-Step Guide to Editing the HTML Source of an Email
  • How to View the Source of a Message in Mozilla Thunderbird
  • The Best Windows Web Editors for Beginners
  • What Is Safari?
  • How to View the Source of a Message in Apple Mail
  • Keyboard Shortcuts for Safari on macOS
  • What is WOFF?
  • How to Save Web Pages in the Opera Desktop Browser
  • How to Find an RSS Feed on a Website

How to Edit Webpages on Safari Using Inspect Element

Here's how you can tinker with text and images on a website through Safari's nifty Inspect Element developer tool.

With its Inspect Element tool, Safari lets you tinker with the front-end code of any webpage. If you want to test what a page would look like with different text or images, you can do so by altering its code with Inspect Element.

This is a simple guide aimed at beginners to explain how you can begin experimenting with Inspect Element in Safari to edit a website's text and images with minimal coding knowledge.

What Is Inspect Element?

Inspect Element is a developer tool. It's available on Safari, though also on other web browsers like Chrome, Firefox, and Edge. With Inspect Element, you can peek behind the curtain of a website to reveal its front-end code, like the HTML and CSS. However, it doesn't grant you visibility of the back-end, like its databases.

Not only can you see this code, but you can tweak it too. This means that you can change the appearance of a website. You can replace an image, rephrase some text, use a different font, switch its color scheme, and more. However, these edits are local. They won't appear to anyone else except you; they disappear once you refresh or move away from the page.

Why Should You Use Inspect Element?

Inspect Element is a great tool if you're a budding web developer. You can literally see the code that powers your favorite website, tweaking it as you wish in a real-world environment. There are many fun insights you can gain from using Inspect Element .

For example, business owners can look at keywords included in a competitor's website, or designers can use Inspect Element to identify a font that they find attractive or to quickly test a different color scheme on their website .

For now, we're going to focus on editing the basics of a webpage using Inspect Element.

How to Access Inspect Element on Safari

You can open Inspect Element on Safari using the developer menu:

  • Open Safari.
  • Click Safari in the top menu bar.
  • From the dropdown menu, select Preferences .
  • Select the Advanced option.
  • Check the box that says Show Develop menu in menu bar .

After selecting this option, you can right-click on a webpage and select Inspect Element . Alternatively, you can select Develop in the menu bar, and then Show Web Inspector .

How to Find Web Elements in Inspect Element

To begin editing an element, right-click what you wish to edit and click Inspect Element . This will open the developer window, with the relevant section highlighted. You might find that the particular element you wish to element (the image or the text, say) is hidden; to locate it, use the arrows on the left to expand the nested sections.

To help narrow your selection down, click the target icon from the Inspect Element toolbar. Now, as you navigate through the code, it highlights that section on the website. Or you can use your cursor to pinpoint a section on the site. This is handy for when you want to hone in on something particular in a crowded area of a webpage.

How to Edit a Website's Text Using Inspect Element

To make a piece of text editable after finding it in a site’s source code, double-click it. You can type new text directly into the code, or delete existing text. When editing is complete for a given string of text, hit Enter , and the text on the webpage will change.

It's really as simple as that! The only times this won't work are when the text is actually part of an image, like a logo.

How to Edit a Website's Images Using Inspect Element

While images appear visually to you on the front-end, in the website code they appear as links. You can right-click and image and choose Inspect Element to jump to where that image is in the code. Website images typically have JPG, GIF, or PNG file extensions, though not exclusively.

Double-click these image strings and you can edit them, or just save them to your system if desired. If you want to replace the image, switch it out for a replacement image URL. Or you can delete the code string entirely to remove the image from view.

Dig Into Websites Using Safari

Safari's Inspect Element tool lets you easily find and change the code corresponding to text and images, which is as easy as switching out a text or URL string. Once you're done editing a website with Inspect Element, simply refresh the page and everything will be back to normal.

WebNots

Home » Tech Tips » Browsers » How to View Webpage Source CSS and HTML in Safari Mac?

How to View Webpage Source CSS and HTML in Safari Mac?

Safari is the default browser in Mac used by mere 3.7% of the Internet users. Apple claims users can browse 2 hours more and view Netflix videos 4 hours more with Safari compared to Chrome or Firefox. There are also lots of new features introduced like pinning a tab and muting audio from the tab. But as a developer or web site owner you may need to look for the source code frequently and in this article we will explore how to view webpage source CSS and HTML in Safari.

Enabling Developer Menu

By default the developer options are disabled in Safari which means you will not see the “ Develop ” menu, “ Inspect Element ” when right clicking and the whole developer console options. Launch Safari and navigate to the menu “ Safari > Preferences… > Advanced Tab ” and enable the option “ Show Develop menu in menu bar ”. This will enable the “ Develop ” menu and all other features required to view webpage’s source.

Enable Develop Menu in Safari

Viewing Webpage Source

Once the “ Develop ” menu is enabled, open the webpage you want to view the source. Similar to other browsers just right click and chose “Show Page Source” or “ Inspect Element ” option. This will open the Web Inspector console at the bottom of the page.

Viewing Safari Web Inspector in Separate Window

Note: Web inspector can also opened using the shortcuts “ Option + Command + I ” when the “ Develop ” menu is enabled.

Using Web Inspector Console in Safari

The web inspector when docked at bottom of the page will look like below having multiple sections:

Safari Web Inspector

  • Dock the web inspector console to right side, bottom or open it in a separate window to use as per your convenience.
  • Click on the reload button to load the page and download button to download the web archive of the page to your local Mac. Using this download option you can get the local copy of any webpage for later analysis.
  • The tab panels have many panels like elements, network, resources, timeline, debugger, storage and console. Click on the required panel to view the related information.
  • Based on the selected tab the details can be viewed under this left panel. For example, the resources tab will show all resources like fonts, images, stylesheets and scripts used on the page.
  • This right panel shows the corresponding detailed information for the section on the left panel. For example, selecting the “ Resources ” tab and then “ Stylesheets ” will list down all the external stylesheets used on the page. Click on any stylesheet to view the source in the right side panel.

Inspecting Elements

Right clicking on any of the element on the page will show “ Inspect Element ” option and clicking on it will open the web inspector. Under “ Elements ” tab move the mouse and the corresponding element on the page will get highlighted. Once the element is selected the corresponding CSS of the element can be viewed under “Styles” tab on the right side panel.

Viewing Element CSS in Safari

The “ Styles ” tab has three dropdown values – “ Styles-Computed, Styles-Rules and Styles-Visual” . The “ Styles-Rules ” option helps to show individual CSS class as can be seen in Chrome and Firefox . You can enable, disable, modify individual CSS properties of the element directly and see the impact the web page.

Viewing on Responsive Modes

Safari makes it easy to view the webpages on different types of display generally used to test the responsiveness of the webpage. Click on the “ Enter Responsive Design Mode ” option available under “ Develop ” tab or use keyboard shortcuts “ Option + Command + R ”. You can view the display on different devices like iPhone, iPad and other Macs.

Safari Responsive Mode

Safari also offer to choose the user agent to render the page on all latest browsers like Chrome, IE11, Edge and Firefox on iOS, Mac and Windows platforms. Responsive mode can be exited either with keyboard shortcuts “ Option + Command + R ” or from the menu “ Develop > Exit Responsive Design Mode ”.

About Editorial Staff

Editorial Staff at WebNots are team of experts who love to build websites, find tech hacks and share the learning with community.

You also might be interested in

Add and Verify Site in Yandex Webmaster Tools

How to Add and Verify Site in Yandex Webmaster Tools?

Yandex is the popular search engine having more than 65%[...]

How to Use Images in HTML?

How to Use Images in HTML?

HTML Image Tag <IMG> “A picture is worth of thousand[...]

Bootstrap Team Member Widget

Bootstrap Team Member Widget With Parallax Background

When you have a team, it is a good idea[...]

DOWNLOAD EBOOKS

  • SEO Guide for Beginners
  • WordPress SEO PDF Guide
  • Weebly SEO PDF Guide
  • Alt Code Emoji Shortcuts PDF
  • ALT Code Shortcuts PDF
  • View All eBooks

TRENDING TECH ARTICLES

  • 600+ Windows Alt Codes for Symbols
  • Fix Chrome Resolving Host Problem
  • Fix Slow Page Loading Issue in Google Chrome
  • View Webpage Source CSS and HTML in Google Chrome
  • Fix Safari Slow Loading Pages in macOS
  • Fix Windows WiFi Connection Issue
  • ROYGBIV or VIBGYOR Rainbow Color Codes
  • Fix I’m Not A Robot reCAPTCHA Issue in Google Search
  • Structure of HTTP Request and Response

POPULAR WEB TUTORIALS

  • Move WordPress Localhost Site to Live Server
  • Move Live WordPress Site to Localhost
  • Move WordPress Media Folder to Subdomain
  • Fix WooCommerce Ajax Loading Issue
  • Create a Free Weebly Blog
  • Edit Weebly Source Code HTML and CSS
  • Add Scroll To Top Button in Weebly
  • Add Table in Weebly Site
  • How to Add Advanced Data Table Widget in Weebly?
  • Up to $500 Free Google Ads Coupon Codes

FREE SEO TOOLS

  • Webpage Source Code Viewer
  • HTTP Header Checker
  • What is My IP Address?
  • Google Cache Checker
  • Domain Age Checker Tool
  • View All Free Web and SEO Tools

© 2024 · WebNots · All Rights Reserved.

Type and press Enter to search

  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

News and Tips for Mac, iPhone, iPad, and All things Apple

How to Build and Optimize Your Website for Apple’s Safari Web Browser

Last Updated on February 15, 2023 by GeeksModo Staff

Modern websites are built to cater to all types of platforms, browsers, and devices. Thanks to the abilities of these devices, browsers, and operating systems, websites built using a single code base can be operated across multiple environments.

This makes cross-browser, and cross-platform compatibility much easier to integrate. However, despite all the strides web developers have made in this regard, it often gets a bit difficult to cater to Apple’s Safari browsers. And thus comes the need to optimize the sites for Apple browsers and devices separately.

Apple’s Safari is sadly one of the slowest web browsers in the world right now. Many even claim that it is set to become the new Internet Explorer, which is one of the worst possible things to say about a web browser. It is easy to see that Apple has a lot of work to do in this department.

In the meantime, you will have to put some effort from your end to optimize your website for the Safari browser. After all, millions use Apple products, and the Safari browser is usually their default gateway to your website.

With that in mind, here are a few things you must ensure to build and optimize your website for the Safari web browser.

Start with the Web Standards

It should not come to you as a surprise that Apple expects you to follow all the standards set by W3C when it comes to making websites. Apple makes this clear on the “developers” section of their website.

You have to first make sure you are using the latest versions of HTML, CSS, and other standards so that the latest Safari browser is efficient, has no trouble interpreting your website, and its users do not have to suffer.

Responsive Design

Using a framework like Bootstrap will usually take care of the responsiveness for your website. However, sometimes, you have to do a bit of the work by yourself as well.

Responsiveness is one of the most important factors in web design that ensures user-friendliness, and ease of accessibility. Given how Apple brings out at least three or four new devices (Macbooks, iPhones, and iPads) every year, it can get a bit difficult to match the ever-changing standards. Standard screen sizes can be difficult to keep up with, which is why you will have to make adjustments for specific device sizes.

So if you are using Bootstrap, you have to write additional media queries that include Apple devices of all sizes. And as long as Apple does not decide to release a foldable iPhone, doing so will help optimize your website for Safari browsers across all Apple platforms.

Choose Your APIs Wisely

When you use an API with huge data utilization necessities, make sure it uses a server that can handle large volumes of data and does not affect the client-side experience whenever the user requests its services.

APIs tend to use up a lot of resources, especially when they are working with large data sets. Be it Safari or Chrome, this can slow down the browsing experience. APIs are there to smoothen the experience for your users. So if they end up slowing things down, that is not going to look good for you.

Ideally, you should opt for an API with dedicated servers, like Tomorrow.io for instance. Despite using huge data sets for weather-related information, the API still manages to have zero to little impact on the websites it is used in.

Compress Images

Safari is slow as it is, and you do not want to make it respond any slower by using heavy images. Even when you do, make sure you are compressing them first. Optimize the images by using an image compressor. This is much easier to do with widgets in WordPress, but you can still do it on hard-coded websites too.

Compressing the images will increase the loading speed, thereby reducing the loading time of the website. Although a general rule for all websites, it is a must for Safari browsers, otherwise it can hamper the overall user experience.

And that is all you need to do for ensuring an optimized and user-friendly website for Safari browsers. Some of these points coincide with the basic principles of making a website in general, but that is how it should be. Safari may require some extra attention, but as long as you stick to the basics, you will be mostly fine.

Recommended For You:

  • How to Delete Your Zoom Account Permanently
  • iPhone Battery Drain Faster in iOS 15? Fix
  • How to Change the Default Apps on iPhone in iOS 14
  • How to take a screenshot without touching your iPhone
  • How to install 2 WhatsApp on iPhone without jailbreak

' src=

About GeeksModo Staff

GeeksModo Staff is a team of iPhone, iPad, Mac and Apple Watch experts led by Moses Johnson. We're passionate about all things Apple!

Reader Interactions

Submit a comment cancel reply, top sections, contact info.

  • About GeeksModo
  • Advertise On GeeksModo.com
  • Editorial Guidelines
  • Accessibility statement
  • Terms Of Use
  • Privacy Policy
  • Copyright Notice

Search GeeksModo

This website is not owned by, is not licensed by nor is a subsidiary of Apple Inc. Apple and the Apple logo are trademarks of Apple Inc. Please follow this link to read the complete disclaimer.

  • Apple Watch
  • Accessories
  • Digital Magazine – Subscribe
  • Digital Magazine – Log In
  • Smart Answers
  • M3 MacBook Air
  • New iPad Air
  • iPad mini 7
  • Next Mac Pro
  • Best Mac antivirus
  • Best Mac VPN

When you purchase through links in our articles, we may earn a small commission. This doesn't affect our editorial independence .

Edit the content of a Web page in Safari

Suppose you want to print a Web page, but it contains some extra text that you don’t need. Or perhaps you want to grab a screenshot of a page, but don’t want some personal information on it to show. Hints reader canisbos points out that you can make most content on any Web page editable or removable with a simple JavaScript command:

document.body.contentEditable = true

How to implement that command? The solution canisbos proposes is to use Safari’s JavaScript console. That means first enabling the Develop menu (under Preferences -> Advanced), then choosing that menu’s Show Error Console option. You can then enter that JavaScript code in the Console and press Return.

There are actually easier ways to do the same thing: First, you can just paste javascript: document.body.contentEditable = true into Safari’s location bar and hit Return. Or—even easier—you can embed the Javascript in a bookmarklet, which will then trigger the shortcut. You can create such a bookmarklet by entering the code in the location bar, then dragging its favicon to your bookmarks toolbar; if that’s too much trouble, drag this link instead: Make It Editable .

But, wait, there’s more: The hint from canisbos was actually inspired by an earlier hint from rab777hp .That tip requires you to enable Safari’s ever-helpful Develop menu, too. Then, when you see a snippet of text that you’d like to modify, right-click on it and choose Inspect Element from the contextual menu. (If the text you want to edit isn’t immediately apparent in the resulting Web Inspector panel, use the search box at the upper right.) Once you find the text you want to tweak, right-click on it, and choose Edit Text. Type away to your heart’s content, and then hit return. The Web page you’re modifying will update instantly.

And sorry, would-be defacers: Any tweaks you make will be visible to you alone (until you refresh); they won’t affect what anyone else sees when they visit that page.

Author: Lex Friedman , Senior Contributor

safari html bearbeiten

Lex is a former writer for Macworld. He lives in New Jersey with his wife and three kids.

Recent stories by Lex Friedman:

  • How to activate key repetition through the macOS Terminal
  • How Mac experts manage their calendars
  • How Mac experts deal with their contacts

Photography of Alvaro Montoro being a doofus

Jill's Husband

Safari introduces a new way to create toggle switches (text styled in different sizes with the O of Toggle made to look like a Toggle switch)

New HTML Control Lands in Safari

Toggle switches are a common request by Designers and Developers. Safari proposed a native way to create switches in HTML without the hassle of dealing with CSS or unnecessary control states. Will it stick?

January 18, 2024 html webdev news

Native toggle switches landed in one browser. Safari introduced this new HTML control as part of the Safari Technology Preview 185 release and then expanded it in the 186 release .

Creating a semi-native HTML toggle switch component is quite hacky . It involves using a checkbox, adding the "switch" ARIA role, removing its appearance with CSS, and adding styles to make it look like the classic switch or however we want — check this toggles collection .

And even doing all that, some things cannot be avoided. For example, developers can still set the indeterminate attribute into the base checkbox using JavaScript, which would make the toggle switch invalid.

A native solution would prevent these problems and provide a better experience. Even when it's only an experiment on one browser and has some issues (as we'll describe soon), this attempt is welcomed, and I hope it gets traction.

How does it work?

Safari's implementation is as straightforward as it can be. Just add the switch attribute to a regular checkbox, and you'll be done!

It's really that simple. There is no need for additional CSS, JS, or anything complicated, and the browser will take care of the rest, including out-of-the-box interactions and styles.

Just add the switch attribute to a checkbox. There is some HTML code in a box: With arrows pointing to checkboxes (from the first line of code) and toggle switches (from the second line of code)

The default visualization resembles the toggle switch of iOS, but as part of the feature, Safari includes two pseudo-elements ::track and ::thumb that make it easy to update the look and feel of the control. @yisibl added a few examples of how they work (you'll need Safari Technology Preview 185 or above to see them).

Thoughts on this syntax

Having a switch attribute in the checkbox makes it easy, but it also may be misleading as it looks like it equates toggle switches to checkboxes. While this may seem logical to many, it is unfair to the switch control, which becomes a "sub-control" tightly coupled to the checkbox.

They are not the same component: they have different values (checked/unchecked vs. on/off), one of them has an indeterminate state (checkbox, although it's not technically a state), and one is supposed to have an action associated on change (switch).

So why couple them? Just because they look the same or behave in a "similar way"? That's wrong. Following that logic, we shouldn't have inputs of the type number , date , password , email , search ... because we already have the text input to handle all of them.

In my opinion, a toggle switch should be its own type of input. And not a "sub-type" or "sub-control" dependent on the checkbox.

Pros and cons

As with every technology —especially a new one—, Safari's toggle switch has good and bad things. Here are some pros and cons of this component.

  • Provides native support for the control : no need for hacky or complex solutions that require too much code and may be error-prone.
  • Straightforward interface : easy to implement (add an attribute!) and easy-to-follow new pseudo-elements ( ::track and ::thumb ).
  • Easy styling in CSS : with the introduction of two pseudo-elements ( ::track and ::thumb ), changing the styles of the components would become simple.
  • Accessibility out of the box : the control is announced correctly by the Voice Over screen reader without needing extra ARIA labels or roles. Adrian Roselli ran tests and shared the results over time.

Summary of pros in image format

  • Non-standard feature : this is a Safari proposal and hasn't been adopted by other browsers or taken into the standard.
  • Safari-only feature : as it is a new suggestion by Safari, it will work only on Safari and only in the Technology Preview version of the browser (from version 185).
  • Default styles are sketchy : the toggle looks like the regular iOS toggle, but it presents some issues when scaling and applying zoom .

Considering those cons, it is safe to say that this is not a production-ready feature . At least not yet. It could be an excellent case for progressive enhancement approaches (maybe the reason why they made it an attribute instead of a full type: falling back into a checkbox if not supported), but waiting to see how the component moves forward is better. It is still too early.

Summary of cons in image format

Final thoughts

Toggle switches are a great addition to a browser, and the Safari team did nicely adding it to the Technology Preview version. Still, the implementation feels a bit rushed —maybe Safari is trying to earn brownie points with developers while shaking the "The New IE Browser" label?

One of the things that is more counterintuitive is the used syntax. Having a switch attribute in the checkbox makes it easy, but it also unnecessarily associates both controls and doesn't follow the same notation that other form controls follow. I wouldn't be surprised if this is one thing that changes when —not if— this proposal moves forward. So beware of support and likely changes in the future.

As I said, this is a great addition to the form controls. I hope it triggers a deeper conversation about its addition to the standard. I look forward to what it becomes and the possibility of using it on any browser.

HTML Tutorial

Html graphics, html examples, html references, html online editor, html editor.

With our online HTML editor, you can edit HTML, CSS and JavaScript code, and view the result in your browser.

This is a Heading

This is a paragraph.

Click on the "Try it Yourself" button to see how it works.

Publish Your Code

If you want to save your HTML, CSS and JavaScript code, and create your own website, check out W3Schools Spaces .

W3Schools Spaces is a website-building tool that lets you make and share your own website.

You can change the website's look and how it works by editing the code right in your web browser.

It's easy to use and doesn't require any setup:

The code editor is packed with features to help you achieve more:

  • Templates: Start from scratch or use a template
  • Cloud-based: no installations required. You only need your browser
  • Terminal & Log: debug and troubleshoot your code easily
  • File Navigator: switch between files inside the code editor
  • And much more!

Learn Faster

Practice is key to mastering coding, and the best way to put your HTML knowledge into practice is by getting practical with code.

Use W3Schools Spaces to build, test and deploy code.

The code editor lets you write and practice different types of computer languages. It includes HTML/CSS/JavaScript, but you can use it for other languages too, such as PHP, Python, Node.js, etc.

If you don't know HTML, we suggest that you read our HTML Tutorial from scratch.

Build Powerful Websites

You can also use the code editor in W3School Spaces to build frontend or full-stack websites from scratch.

Or you can use the 60+ templates available and save time:

Photographer website template

Create your Spaces account today and explore them all!

Share It With The World

Host and publish your websites in no time with W3School Spaces .

W3Schools subdomain and SSL certificate are included for free with W3School Spaces . An SSL certificate makes your website safe and secure. It also helps people trust your website and makes it easier to find it online.

Want a custom domain for your website?

You can buy a domain or transfer an existing one and connect it to your space.

How Does It Work?

Get started in a few clicks with W3School Spaces .

safari html bearbeiten

COLOR PICKER

colorpicker

Report Error

If you want to report an error, or if you want to make a suggestion, do not hesitate to send us an e-mail:

[email protected]

Top Tutorials

Top references, top examples, get certified.

iPhone – Benutzerhandbuch

  • Mit iOS 17 kompatible iPhone-Modelle
  • R ' class='toc-item' data-ss-analytics-link-url='https://support.apple.com/de-de/guide/iphone/iph017302841/ios' data-ajax-endpoint='https://support.apple.com/de-de/guide/iphone/iph017302841/ios' data-ss-analytics-event="acs.link_click" href='https://support.apple.com/de-de/guide/iphone/iph017302841/ios' id='toc-item-IPH017302841' data-tocid='IPH017302841' > iPhone X R
  • S ' class='toc-item' data-ss-analytics-link-url='https://support.apple.com/de-de/guide/iphone/iphc00446242/ios' data-ajax-endpoint='https://support.apple.com/de-de/guide/iphone/iphc00446242/ios' data-ss-analytics-event="acs.link_click" href='https://support.apple.com/de-de/guide/iphone/iphc00446242/ios' id='toc-item-IPHC00446242' data-tocid='IPHC00446242' > iPhone X S
  • S Max' class='toc-item' data-ss-analytics-link-url='https://support.apple.com/de-de/guide/iphone/iphcd2066870/ios' data-ajax-endpoint='https://support.apple.com/de-de/guide/iphone/iphcd2066870/ios' data-ss-analytics-event="acs.link_click" href='https://support.apple.com/de-de/guide/iphone/iphcd2066870/ios' id='toc-item-IPHCD2066870' data-tocid='IPHCD2066870' > iPhone X S Max
  • iPhone 11 Pro
  • iPhone 11 Pro Max
  • iPhone SE (2. Generation)
  • iPhone 12 mini
  • iPhone 12 Pro
  • iPhone 12 Pro Max
  • iPhone 13 mini
  • iPhone 13 Pro
  • iPhone 13 Pro Max
  • iPhone SE (3. Generation)
  • iPhone 14 Plus
  • iPhone 14 Pro
  • iPhone 14 Pro Max
  • iPhone 15 Plus
  • iPhone 15 Pro
  • iPhone 15 Pro Max
  • Grundlagen konfigurieren
  • iPhone personalisieren
  • Großartige Fotos und Videos aufnehmen
  • Mit Freundeskreis und Familie in Kontakt bleiben
  • Funktionen mit Familienmitgliedern teilen
  • iPhone für tägliche Routinen verwenden
  • Expertentipps vom Apple Support
  • Neue Funktionen in iOS 17
  • Einschalten und Konfigurieren des iPhone
  • Beenden des Ruhezustands und Entsperren
  • Einrichten eines Mobilfunkdiensts
  • Verwenden von Dual-SIM
  • Herstellen der Verbindung zum Internet
  • Mit Apple-ID anmelden
  • Verwenden von iCloud
  • Abonnieren von iCloud+
  • Suchen nach Einstellungen
  • Einrichten von Accounts für Mail, Kontakte und Kalender
  • Bedeutung der Statussymbole
  • Batterie laden
  • Mit sauberen Energiequellen laden
  • Batterieladung in Prozent anzeigen
  • Zustand und Nutzung der Batterie prüfen
  • Verwenden des Stromsparmodus
  • Lesen des Benutzerhandbuchs und Setzen von Lesezeichen
  • Grundlegende Gesten
  • Erlernen von Gesten für iPhone-Modelle mit Face ID
  • Anpassen der Lautstärke
  • Öffnen von Apps
  • Finden von Apps in der App-Mediathek
  • Zwischen geöffneten Apps umschalten
  • Beenden und erneutes Öffnen einer App
  • Multitasking mit Bild-in-Bild
  • Zugriff auf Funktionen aus dem Sperrbildschirm
  • Anzeigen von Live Aktivitäten in der Dynamic Island
  • Ausführen von Schnellaktionen
  • Suchen auf dem iPhone
  • Abrufen von Informationen über dein iPhone
  • Anzeigen oder Ändern der Einstellungen für die Mobilfunknutzung
  • Reisen mit dem iPhone
  • Ändern der Töne und des Vibrationsverhaltens
  • Aktionstaste auf dem iPhone 15 Pro und iPhone 15 Pro Max verwenden
  • Eigenen Sperrbildschirm erstellen
  • Ändern des Hintergrundbildes
  • Anpassen von Helligkeit und Farbbalance des Bildschirms
  • Display des iPhone länger aktiviert lassen
  • Standby verwenden
  • Anpassen der Textgröße und Zoomeinstellung
  • Namen deines iPhone ändern
  • Ändern von Datum und Uhrzeit
  • Ändern von Sprache und Region
  • Verwalten von Apps in Ordnern
  • Hinzufügen, Bearbeiten und Entfernen von Widgets
  • Bewegen von Apps und Widgets im Home-Bildschirm
  • Entfernen von Apps
  • Verwenden und Anpassen des Kontrollzentrums
  • Ändern oder Sperren der Bildschirmausrichtung
  • Anzeigen und Beantworten von Mitteilungen
  • Ändern der Mitteilungseinstellungen
  • Einrichten eines Fokus
  • Stummschalten oder Erlauben von Mitteilungen für einen Fokus
  • Aktivieren oder Deaktivieren eines Fokus
  • Erhaltung der Konzentration beim Fahren
  • Anpassen der Teilen-Funktionen
  • Tippen mit der Bildschirmtastatur
  • Diktieren von Text
  • Text auswählen und bearbeiten
  • Verwenden von Textvorschlägen
  • Verwenden von Textersetzungen
  • Hinzufügen oder Ändern von Tastaturen
  • Hinzufügen von Emoji und Stickern
  • Bildschirmfoto aufnehmen
  • Erstellen einer Bildschirmaufnahme
  • In Dokumente zeichnen
  • Hinzufügen von Text, Formen, Signaturen und mehr
  • Ausfüllen von Formularen und Unterschreiben von Dokumenten
  • Verwenden von Live Text zum Interagieren mit Inhalten in einem Foto oder Video
  • Verwenden von „Visuelles Nachschlagen“ zum Identifizieren von Objekten in Fotos und Videos
  • Ablösen des Motivs vom Hintergrund eines Fotos
  • Laden von Apps
  • Abonnieren von Apple Arcade
  • Laden von Spielen
  • Spiele mit Freund:innen in Game Center
  • Verbinden eines Spielecontrollers
  • Verwenden von App Clips
  • Apps aktualisieren
  • Anzeigen oder Kündigen von Abonnements
  • Verwalten von Käufen, Einstellungen und Beschränkungen
  • Installieren und Verwalten von Schriften
  • Kaufen von Büchern und Hörbüchern
  • Lesen von Büchern
  • Markieren von Büchern
  • Zugreifen auf Bücher auf anderen Apple-Geräten
  • Anhören von Hörbüchern
  • Festlegen von Lesezielen
  • Verwalten von Büchern
  • Lesen von PDF-Dokumenten
  • Erstellen und Bearbeiten von Ereignissen in der App „Kalender“
  • Senden von Einladungen
  • Antworten auf Einladungen
  • Ändern der Darstellung von Ereignissen
  • Suchen nach Ereignissen
  • Ändern der Einstellungen für Kalender und Ereignisse
  • Planen oder Anzeigen von Ereignissen in einer anderen Zeitzone
  • Ereignisse im Blick behalten
  • Verwenden mehrerer Kalender
  • Verwenden des Kalenders „Feiertage“
  • Teilen von iCloud-Kalendern
  • Kamera – Grundlagen
  • Einrichten einer Aufnahme
  • Anwenden fotografischer Stile
  • Aufnehmen von Live Photos
  • Aufnehmen mit dem Serienbildmodus
  • Aufnehmen eines Selfies
  • Aufnehmen von Panoramafotos
  • Aufnehmen von Makrofotos und -videos
  • Aufnehmen von Porträts
  • Aufnehmen von Fotos im Nachtmodus
  • Aufnehmen von Apple ProRAW-Fotos
  • Anpassen der Lautstärke des Auslösers
  • Anpassen von HDR-Kameraeinstellungen
  • Aufnehmen von Videos
  • Aufnehmen von räumlichen Videos für die Apple Vision Pro
  • Aufnehmen von ProRes-Videos
  • Aufnehmen von Videos im Kinomodus
  • Ändern der Einstellungen für Videoaufnahmen
  • Kameraeinstellungen sichern
  • Anpassen des Hauptkameraobjektivs
  • Ändern der erweiterten Kameraeinstellungen
  • Anzeigen, Teilen und Drucken von Fotos
  • Verwenden von Live Text
  • Scannen eines QR-Codes
  • Anzeigen der Weltzeit
  • Wecker stellen
  • Nächsten Wecker zum Aufwachen ändern
  • Verwenden der Stoppuhr
  • Verwenden mehrerer Timer
  • Hinzufügen und Verwenden von Kontakten
  • Bearbeiten von Kontakten
  • Hinzufügen deiner Kontaktdaten
  • Verwenden von NameDrop auf dem iPhone zum Teilen deiner Kontaktinformationen
  • Verwenden von Kontakten anderer Accounts
  • Verwenden von Kontakten aus der App „Telefon“
  • Zusammenführen oder Ausblenden doppelter Kontakte
  • Exportieren von Kontakten
  • Einführung in die App „FaceTime“
  • Tätigen von FaceTime-Anrufen
  • Annehmen von FaceTime-Anrufen
  • Erstellen eines FaceTime-Links
  • Aufnehmen eines Live Photo
  • Aktivieren von Live-Untertiteln in einem FaceTime-Anruf
  • Verwenden anderer Apps während eines Anrufs
  • Tätigen eines FaceTime-Gruppenanrufs
  • Anzeigen der teilnehmenden Personen in einem Raster
  • Verwenden von SharePlay für gemeinsamen Seh-, Hör- und Spielspaß
  • Teilen des Bildschirms während eines FaceTime-Anrufs
  • Zusammenarbeiten an Dokumenten in der App „FaceTime“
  • Verwenden von Videokonferenzfunktionen
  • Handoff eines FaceTime-Anrufs auf ein anderes Apple-Gerät
  • Ändern der FaceTime-Videoeinstellungen
  • Ändern der FaceTime-Audioeinstellungen
  • Ändern deines Aussehens
  • Beenden eines Anrufs oder Umschalten zur App „Nachrichten“
  • Blockieren unerwünschter Anrufer
  • Anruf als Spam melden
  • Verbinden externer Geräte oder Server
  • Dateien, Ordner und Downloads ändern
  • Suchen nach Dateien und Ordnern
  • Verwalten von Dateien und Ordnern
  • Senden von Dateien
  • Konfigurieren von iCloud Drive
  • Teilen von Dateien und Ordnern auf iCloud Drive
  • Teilen des Standorts
  • Bekannte treffen
  • Deinen Standort via Satellit teilen
  • Hinzufügen oder Entfernen einer anderen Person
  • Orten einer anderen Person
  • Erhalten einer Mitteilung, wenn eine Person ihren Standort ändert
  • Andere Person bei Standortänderungen benachrichtigen
  • iPhone hinzufügen
  • Hinzufügen der iPhone Wallet mit MagSafe
  • Erhalten einer Mitteilung beim Zurücklassen eines Geräts
  • Orten eines Geräts
  • Markieren eines Geräts als „Verloren“
  • Löschen eines Geräts
  • Entfernen eines Geräts
  • AirTag hinzufügen
  • Teilen eines AirTag oder eines anderes Objekts in der App „Wo ist?“ auf dem iPhone
  • Drittanbieter-Produkt hinzufügen
  • Erhalten einer Mitteilung beim Zurücklassen eines Objekts
  • Orten eines Objekts
  • Markieren eines Objekts als „Verloren“
  • Entfernen eines Objekts
  • Anpassen von Karteneinstellungen
  • Einführung in die App „Fitness“
  • Erfassen der täglichen Aktivität und Ändern deines Bewegungsziels
  • Anzeigen deiner Aktivitätsübersicht
  • Synchronisieren einer Trainings-App eines anderen Anbieters
  • Ändern von Mitteilungen für die App „Fitness“
  • Teilen deiner Aktivität
  • Apple Fitness+ abonnieren
  • Suchen von „Apple Fitness+“-Trainings und -Meditationen
  • Starten eines Trainings oder einer Meditation in Apple Fitness+
  • Erstellen eines eigenen Plans in Apple Fitness+
  • Gemeinsames Training mit SharePlay
  • Ändern der angezeigten Bildschirmelemente während eines Trainings oder einer Meditation in Apple Fitness+
  • Laden eines Trainings oder einer Meditation in Apple Fitness+
  • Einführung in die App „Freeform“
  • Erstellen von Freeform-Boards
  • Zeichnen oder Schreiben per Hand
  • Text hinzufügen
  • Formen hinzufügen
  • Hinzufügen von Dateien
  • Verwenden durchgehender Stile
  • Positionieren von Objekten auf einem Board
  • Durchsuchen von Freeform-Boards
  • Teilen und Zusammenarbeiten
  • Löschen und Wiederherstellen von Boards
  • Einführung in die App „Health“
  • Hinterlegen deiner Gesundheitsinfos
  • Einführung zu Gesundheitsdaten
  • Anzeigen deiner Gesundheitsdaten
  • Teilen von Gesundheitsdaten
  • Ansehen von Gesundheitsdaten, die andere geteilt haben
  • Herunterladen der Gesundheitsakte
  • Gesundheitsakten anzeigen
  • Überwachen der Stabilität beim Gehen
  • Protokollieren von Zyklusinformationen
  • Anzeigen von Vorhersagen und Verlauf des Menstruationszyklus
  • Protokollieren deiner Medikamenteneinnahme
  • Weitere Informationen über deine Medikamente
  • Gemütszustand protokollieren
  • Mentale Gesundheit testen
  • Einrichten eines Zeitplans für den Fokus „Schlafen“
  • Deaktivieren von Weckern und Löschen von Schlafplänen
  • Hinzufügen oder Ändern von Schlafplänen
  • Aktivieren oder Deaktivieren des Fokus „Schlafen“
  • Ändern der Entspannungsphase, des Schlafziels und mehr
  • Anzeigen des Schlafprotokolls
  • Prüfen der Lautstärkepegel von Kopfhörern
  • Verwenden von Audiogrammdaten
  • Registrierung als Organspender
  • Erstellen eines Backups deiner Gesundheitsdaten
  • Einführung in die App „Home“
  • Durchführen des Upgrades auf die neue Home-Architektur
  • Einrichten von Geräten
  • Geräte steuern
  • Steuern deines Zuhauses mit Siri
  • Verwenden von Stromnetzprognose zur Planung deines Energieverbrauchs
  • Konfigurieren des HomePod
  • Steuern deines Zuhauses
  • Erstellen und Verwenden von Szenen
  • Verwenden von Automationen
  • Konfigurieren von Sicherheitskameras
  • Verwenden der Gesichtserkennung
  • Aufschließen deiner Tür mit einem digitalen Hausschlüssel
  • Konfigurieren eines Routers
  • Andere zum Steuern von Geräten einladen
  • Hinzufügen weiterer Haushalte
  • Abrufen von Musiktiteln, Filmen und TV-Sendungen
  • Klingeltöne abrufen
  • Verwalten von Käufen und Einstellungen
  • Einführung in die App „Journal“
  • Schreiben im Journal
  • Anzeigen vorheriger Journaleinträge
  • Ändern von Journaleinstellungen
  • Vergrößern von Objekten
  • Ändern der Einstellungen
  • Anwesenheit von Personen in deiner Umgebung erkennen
  • Erkennen von Türen in deiner Nähe
  • Abrufen von Bildbeschreibungen für deine Umgebung
  • Vorlesen von Text und Beschriftungen in deiner Nähe
  • Einrichten von Kurzbefehlen für den Erkennungsmodus
  • Hinzufügen und Entfernen von E-Mail-Accounts
  • Konfigurieren einer eigenen E-Mail-Domain
  • Abrufen von E-Mails
  • Senden von E-Mails
  • Zurückrufen von E-Mails mit „Senden widerrufen“
  • Beantworten und Weiterleiten von E-Mails
  • Speichern eines E-Mail-Entwurfs
  • Hinzufügen von E-Mail-Anhängen
  • Herunterladen von E-Mail-Anhängen
  • Markieren von E-Mail-Anhängen
  • Einrichten von E-Mail-Mitteilungen
  • Suchen nach einer E-Mail-Nachricht
  • Organisieren von E-Mails in Postfächern
  • Markieren oder Blockieren von E-Mails
  • Filtern von E-Mails
  • „E-Mail-Adresse verbergen“ verwenden
  • Verwenden des E-Mail-Datenschutzes
  • Ändern von E-Mail-Einstellungen
  • Löschen und Wiederherstellen von E-Mail-Nachrichten
  • Hinzufügen des Widgets „Mail“ zum Home-Bildschirm
  • Drucken von E-Mail-Nachrichten
  • Anzeigen von Karten
  • Abrufen von Reiserouten
  • Auswählen weiterer Routenoptionen
  • Suchen von Stopps auf einer Route
  • Anzeigen einer Routenübersicht oder einer Routenliste
  • Ändern der Einstellungen für gesprochene Wegbeschreibungen
  • Abrufen von Fahrtrouten
  • Abrufen einer Wegbeschreibung zum geparkten Auto
  • Einrichten der Navigation für E-Fahrzeuge
  • Melden von Verkehrsstörungen
  • Abrufen von Fahrradrouten
  • Abrufen von Fußgängerrouten
  • Abrufen von ÖPNV-Routen
  • Löschen der letzten Routen
  • Abrufen von Verkehrs- und Wetterinformationen
  • Buchen eines Fahrdiensts
  • Voraussichtliche Wegzeit und Ankunftszeit
  • Laden von Offline-Karten
  • Suchen von Orten
  • Finden von Sehenswürdigkeiten, Restaurants und Dienstleistungen in der Nähe
  • Abrufen von Informationen über Orte
  • Markieren von Orten
  • Teilen von Orten
  • Orte bewerten
  • Sichern von Lieblingsorten
  • Entdecken von neuen Orten mit Reiseführern
  • Organisieren von Orten in „Meine Reiseführer“
  • Löschen wichtiger Orte
  • Umsehen an Orten
  • Flyover-Touren
  • Abrufen der Einstellungen für die App „Karten“
  • Größenmessungen
  • Ansehen und Sichern von Messungen
  • Messen der Größe einer Person
  • Verwenden der Wasserwaage
  • Einrichten der App „Nachrichten“
  • Informationen zu iMessage
  • Senden und Antworten auf Nachrichten
  • Zurückrufen und Bearbeiten von Nachrichten
  • Verfolgen von Nachrichten
  • Weiterleiten und Teilen von Nachrichten
  • Gruppenkonversationen
  • Mit SharePlay gemeinsam Inhalte ansehen, anhören oder spielen
  • Zusammenarbeiten an Projekten
  • Verwenden von iMessage-Apps
  • Aufnehmen und Bearbeiten von Fotos oder Videos
  • Teilen von Fotos, Links und mehr
  • Senden von Stickern
  • Anfordern, Senden und Empfangen von Zahlungen
  • Senden und Empfangen von Audionachrichten
  • Animieren von Nachrichten
  • Ändern von Mitteilungen
  • Blockieren, Filtern und Melden von Nachrichten
  • Löschen von Nachrichten und Anhängen
  • Wiederherstellen gelöschter Nachrichten
  • Laden von Musik
  • Anzeigen von Alben, Playlists und anderen Objekten
  • Wiedergeben von Musik
  • Anzeigen von Titelinfos und Liedtexten
  • Hinzufügen von Musik zur Warteliste
  • Anhören von Radiosendern
  • Apple Music abonnieren
  • Gemeinsames Hören von Musik im Auto mit dem iPhone
  • Anhören von verlustfrei komprimierter Musik (Format „Lossless“)
  • Anhören von Dolby Atmos-Musik
  • Apple Music Sing
  • Suchen nach neuer Musik
  • Hinzufügen von Musiktiteln zum Offline-Anhören
  • Personalisierte Empfehlungen erhalten
  • Suchen nach Musik
  • Erstellen von Playlists
  • Anzeigen der Musikauswahl deiner Freund:innen
  • Verwenden von Siri für die Musikwiedergabe
  • Art der Musikwiedergabe ändern
  • Einführung in die App „News“
  • Verwenden von News-Widgets
  • Anzeigen speziell für dich ausgewählter Storys
  • Lesen von Storys
  • Folge deinen Lieblingsteams mit „Meine Sportarten“
  • Anhören von Apple News Today
  • Abonnieren von Apple News+
  • Durchsuchen und Lesen von Storys und Ausgaben von Apple News+
  • Laden von „Apple News+“-Ausgaben
  • Anhören von Audiostorys
  • Lösen von Kreuzworträtseln
  • Suchen nach neuen Storys
  • Sichern von Storys in der App „News“ zum späteren Lesen
  • Abonnieren einzelner News-Kanäle
  • Einführung in die App „Notizen“
  • Hinzufügen oder Entfernen von Accounts
  • Erstellen und Formatieren von Notizen
  • Zeichnen oder Schreiben
  • Hinzufügen von Fotos, Videos und vielem mehr
  • Scannen von Text und Dokumenten
  • Arbeiten mit PDFs
  • Hinzufügen von Links
  • Erstellen von Schnellnotizen
  • Suchen von Notizen
  • Verwalten in Ordnern
  • Verwalten mit Tags
  • Intelligente Ordner verwenden
  • Exportieren oder Drucken von Notizen
  • Sperren von Notizen
  • Ändern von Einstellungen für Notizen
  • Tätigen von Anrufen
  • Annehmen oder Ablehnen eingehender Anrufe
  • Vorgehen während eines Telefonats
  • Voicemail einrichten
  • Abhören der Voicemail
  • Voicemail-Begrüßung und Einstellungen ändern
  • Auswählen von Klingeltönen und Vibrationsmustern
  • Tätigen von Anrufen über ein WLAN
  • Einrichten von Rufweiterleitung und Anklopfen/Makeln
  • Blockieren unerwünschter Anrufe
  • Anzeigen von Fotos und Videos
  • Wiedergeben von Videos und Diashows
  • Löschen oder Ausblenden von Fotos und Videos
  • Bearbeiten von Fotos und Videos
  • Kürzen von Videos und Anpassen der Zeitlupe
  • Bearbeiten von Videos im Kinomodus
  • Bearbeiten von Live Photos
  • Bearbeiten von Porträts
  • Verwenden von Fotoalben
  • Bearbeiten, Teilen und Organisieren von Alben
  • Filtern und Sortieren von Fotos und Videos in einem Album
  • Erstellen von Stickern aus Fotos
  • Duplizieren und Kopieren von Fotos und Videos
  • Zusammenfassen doppelter Fotos und Videos
  • Suchen nach Fotos
  • Personen und Haustiere identifizieren
  • Fotos nach Aufnahmeort durchsuchen
  • Teilen von Fotos und Videos
  • Teilen von langen Videos
  • Anzeigen von mit dir geteilten Fotos und Videos
  • Ansehen von Rückblicken
  • Personalisieren von Rückblicken
  • Verwalten von Rückblicken und empfohlenen Fotos
  • Verwenden von iCloud-Fotos
  • Erstellen von geteilten Alben
  • Hinzufügen und Entfernen von Personen in einem geteilten Album
  • Hinzufügen und Löschen von Fotos und Videos in einem geteilten Album
  • Einrichten oder Beitreten zu einer geteilten iCloud-Fotomediathek
  • Hinzufügen von Inhalten zu einer geteilten iCloud-Fotomediathek
  • Verwenden der geteilten iCloud-Fotomediathek
  • Importieren und Exportieren von Fotos und Videos
  • Drucken von Fotos
  • Suchen nach Podcasts
  • Anhören von Podcasts
  • Verwenden der Option „Folgen“ für deine Lieblingspodcasts
  • Verwenden des Widgets „Podcasts“
  • Verwalten deiner Podcast-Mediathek
  • Laden, Sichern oder Teilen von Podcasts
  • Abonnieren von Podcasts
  • Hören von Inhalten für Abonnent:innen
  • Ändern der Downloadeinstellungen
  • Einkaufsliste erstellen
  • Hinzufügen von Objekten zu einer Liste
  • Bearbeiten und Verwalten einer Liste
  • Suchen und Verwalten von Listen
  • Vorlagen verwenden
  • Verwenden von intelligenten Listen
  • Drucken von Erinnerungen
  • Das Widget „Erinnerungen“ verwenden
  • Ändern von Einstellungen in der App „Erinnerungen“
  • Surfen im Web
  • Suchen nach Websites
  • Anpassen der Safari-Einstellungen
  • Ändern des Layouts
  • Verwenden von Safari-Profilen
  • Öffnen und Schließen von Tabs
  • Verwalten deiner Tabs
  • Anzeigen der Safari-Tabs eines anderen Apple-Geräts
  • Teilen von Tabgruppen
  • Verwenden von Siri für das Anhören einer Webseite
  • Hinzufügen von Lesezeichen für beliebte Webseiten
  • Sichern von Seiten in einer Leseliste
  • Anzeigen von mit dir geteilten Links
  • Hinzufügen von Anmerkungen zu einer Webseite und Sichern als PDF
  • Automatisches Ausfüllen von Formularen
  • Laden von Erweiterungen
  • Ausblenden von Werbeanzeigen und ablenkenden Inhalten
  • Leeren des Cache
  • Privates Surfen im Web
  • Verwenden von Passkeys in der App „Safari“
  • Kurzbefehle
  • Verfolgen von Aktienkursen
  • Verwalten mehrerer Aktienlisten
  • Lesen von Wirtschaftsnachrichten
  • Hinzufügen von Gewinnberichten zu deinem Kalender
  • Verwenden des Widgets „Aktien“
  • Übersetzen von Text, Sprache und Konversationen
  • Text in Apps übersetzen
  • Übersetzen mit der Kameraansicht
  • Abonnieren von Apple TV+, MLS Season Pass oder Apple TV-Kanälen
  • Hinzufügen deines TV-Anbieters
  • TV-Sendungen, Filmen und andere Inhalte abrufen
  • Ansehen von Sportsendungen
  • Ansehen von Major League Soccer mit MLS Season Pass
  • Wiedergabe steuern
  • Mediathek verwalten
  • Einstellungen ändern
  • Erstellen einer Aufnahme
  • Wiedergabe einer Aufnahme
  • Bearbeiten oder Löschen einer Aufnahme
  • Aufnahmen auf dem aktuellen Stand halten
  • Verwalten von Aufnahmen
  • Suchen oder Umbenennen einer Aufnahme
  • Aufnahme teilen
  • Aufnahme duplizieren
  • Aufbewahren von Karten aller Art in der App „Wallet“
  • Einrichten von Apple Pay
  • Verwenden von Apple Pay für kontaktlose Zahlungen
  • Apple Pay in Apps und im Web verwenden.
  • Bestellungen nachverfolgen
  • Verwenden von Apple Cash
  • Apple Card verwenden
  • „Savings“ verwenden
  • Bezahlen im ÖPNV
  • Zugang zu deinem Zuhause, Hotelzimmer und Fahrzeug
  • Ausweise hinzufügen
  • Karten verwenden
  • Verwenden von COVID-19-Impfkarten
  • Überprüfen des Apple Account-Guthabens
  • Expressmodus verwenden
  • Verwalten von Wallet
  • Karten oder Tickets entfernen
  • Anzeigen von Wetterdaten
  • Anzeigen der Wetterbedingungen an anderen Orten
  • Anzeigen von Wetterkarten
  • Verwalten von Wettermitteilungen
  • Verwenden von Widgets „Wetter“
  • Kennenlernen der Wettersymbole
  • Verwenden von Siri
  • Potenzial von Siri erkunden
  • Bereitstellen von Informationen über dich für Siri
  • Ankündigen von Anrufen und Mitteilungen durch Siri
  • Hinzufügen von Siri-Kurzbefehlen
  • Vorschläge von Siri
  • Verwenden von Siri im Auto
  • Ändern der Einstellungen für Siri
  • Kontaktieren der Rettungsdienste
  • Notruf SOS via Satellit verwenden
  • Anfordern des Pannendiensts via Satellit
  • Einrichten und Anzeigen deines Notfallpasses
  • Verwenden der Funktion „Wegbegleitung“
  • Verwalten der Unfallerkennung
  • Zurücksetzen der Datenschutz- und Sicherheitseinstellungen bei einem Notfall
  • Einrichten der Familienfreigabe
  • Hinzufügen von Mitgliedern in der Familienfreigabe
  • Entfernen von Mitgliedern in der Familienfreigabe
  • Teilen von Abonnements
  • Teilen von Einkäufen
  • Teilen des Standorts mit der Familie und Orten von vermissten Geräten
  • Konfigurieren von Apple Cash für Familien und Apple Card für Familien
  • Konfigurieren der Kindersicherung
  • Konfigurieren eines Geräts für ein Kind
  • Einführung in „Bildschirmzeit“
  • Schonen deiner Augen mit „Bildschirmentfernung“
  • Bildschirmzeit einrichten
  • Festlegen von Kommunikations- und Sicherheitslimits und Blockieren von unangemessenen Inhalten
  • MagSafe-Ladegeräte und externe MagSafe Batterien
  • MagSafe-Cases und MagSafe-Hüllen
  • Qi-zertifizierte kabellose Ladegeräte
  • Verwenden von AirPods
  • Verwenden von EarPods
  • Apple Watch
  • Drahtloses Streamen von Videos und Fotos an ein Apple TV oder Smart-TV
  • Anschließen eines Displays über ein Kabel
  • HomePod und andere kabellose Lautsprecher
  • Koppeln des Magic Keyboard
  • Eingeben von diakritischen Zeichen
  • Wechseln zwischen Tastaturen
  • Verwenden von Kurzbefehlen
  • Auswählen eines alternativen Tastaturlayouts
  • Ändern von Optionen für Eingabehilfen
  • Externe Speichergeräte
  • Bluetooth-Zubehör
  • Teilen der Internetverbindung
  • Erlauben von Telefonanrufen auf dem iPad und Mac
  • Verwenden des iPhone als Webcam
  • Handoff von Aufgaben zwischen Geräten
  • Ausschneiden, Kopieren und Einsetzen zwischen iPhone und anderen Geräten
  • Streamen von Videos oder Spiegeln des iPhone-Bildschirms
  • Sofortiges Starten von SharePlay
  • Verwenden von AirDrop zum Senden von Objekten
  • Herstellen einer Verbindung zwischen iPhone und Computer über ein Kabel
  • Dateien geräteübergreifend übertragen
  • Übertragen von Dateien per E-Mail, Nachrichten oder AirDrop
  • Übertragen von Dateien oder Synchronisieren von Inhalten mit dem Finder oder mit iTunes
  • Dateien mit iCloud auf dem aktuellen Stand halten
  • Verwenden eines externes Speichergeräts, eines Dateiservers oder eines Cloud-Speicherdienstes
  • Einführung zu CarPlay
  • Herstellen der Verbindung mit CarPlay
  • Verwenden der integrierten Bedienelemente deines Fahrzeugs
  • Verwenden der detaillierten Wegbeschreibungen
  • Ändern der Kartenansicht
  • Anzeigen deines Kalenders
  • Senden und Empfangen von Textnachrichten
  • Ankündigen eingehender Textnachrichten
  • Wiedergeben von Podcasts
  • Wiedergabe von Hörbüchern
  • Anhören von News-Storys anhören
  • Verwenden anderer Apps mit CarPlay
  • Ändern der Anordnung von Symbolen auf dem CarPlay-Home-Bildschirm
  • Ändern der Einstellungen in CarPlay
  • Einführung in die Funktionen der Bedienungshilfen
  • Aktivieren von Bedienungshilfen für die Konfiguration
  • Anpassen der Bedienungshilfeneinstellungen für Siri
  • Öffnen von Funktionen mit dem Bedienungshilfen-Kurzbefehl
  • Ändern von Farben und Helligkeit
  • Text leichter lesbar machen
  • Reduzieren von Bewegung auf dem Bildschirm
  • App-spezifisches Anpassen visueller Einstellungen
  • Vorlesen von Bildschirminhalt und Eingaben
  • Vorlesen der Audiobeschreibungen
  • Aktivieren und Einüben von VoiceOver
  • Ändern der VoiceOver-Einstellungen
  • Verwenden von VoiceOver-Gesten
  • Verwenden des iPhone bei aktiviertem VoiceOver
  • Steuern von VoiceOver mithilfe des Rotors
  • Verwenden der Bildschirmtastatur
  • Schreiben mit dem Finger
  • Verwenden von VoiceOver mit einer externen Apple-Tastatur
  • Verwenden eines Brailledisplays
  • Eingeben von Brailleschrift auf dem Bildschirm
  • Anpassen von Gesten und Tastaturkurzbefehlen
  • Verwenden von VoiceOver mit einem Zeigergerät
  • Verwenden von VoiceOver für Bilder und Videos
  • Verwenden von VoiceOver in Apps
  • AssistiveTouch verwenden
  • Anpassen der Reaktion des iPhone auf Berührungen
  • Auf Rückseite tippen
  • Verwenden des Einhandmodus
  • Anrufe automatisch beantworten
  • Ausschalten der Vibration
  • Ändern der Einstellungen für Face ID und Aufmerksamkeit
  • Verwenden der Sprachsteuerung
  • Anpassen der Seitentaste oder der Home-Taste
  • Verwenden der Apple TV Remote-Tasten
  • Anpassen der Zeigereinstellungen
  • Anpassen der Tastatureinstellungen
  • Anpassen der AirPod-Einstellungen
  • Aktivieren der Apple Watch-Synchronisierung
  • Steuern eines Apple-Geräts in der Nähe
  • Einführung in die Schaltersteuerung
  • Konfigurieren und Aktivieren der Schaltersteuerung
  • Objekte auswählen, Aktionen ausführen und mehr
  • Steuern von mehreren Geräten mit einem Schalter
  • Verwenden von Hörhilfen
  • Verwenden von Live-Mithören
  • Verwenden der Geräuscherkennung
  • Einrichten und Verwenden von RTT und TTY
  • Auslösen des LED-Blitzes bei Hinweisen
  • Anpassen der Audioeinstellungen
  • Abspielen von Hintergrundgeräuschen
  • Anzeigen von Untertiteln und erweiterten Untertiteln
  • Anzeigen von Transkriptionen für Intercom-Mitteilungen
  • Anzeigen von Live-Untertitel (Beta)
  • Text eingeben, um zu sprechen
  • Aufnehmen einer persönlichen Stimme
  • Verwenden der Funktion „Geführter Zugriff“
  • Verwenden der integrierten Datenschutz- und Datenschutzfunktionen
  • Festlegen eines Codes
  • Einrichten von Face ID
  • Einrichten von Touch ID
  • Festlegen des Zugriffs auf Informationen im Sperrbildschirm
  • Schützen deiner Apple-ID
  • Verwenden von Passkeys zum Anmelden bei Apps und Websites
  • Mit Apple anmelden
  • Teilen von Passwörtern
  • Automatisches Ausfüllen von starken Passwörtern
  • Ändern von schwachen oder kompromittierten Passwörtern
  • Anzeigen von Passwörtern und zugehörigen Informationen
  • Sicheres Teilen von Passkeys und Passwörtern mit AirDrop
  • Verfügbarkeit von Passkeys und Passwörtern auf all deinen Geräten
  • Automatisches Ausfüllen von Bestätigungscodes
  • Automatisches Ausfüllen von SMS-Codes
  • Mit weniger CAPTCHA-Abfragen anmelden
  • Verwenden der Zwei-Faktor-Authentifizierung
  • Sicherheitsschlüssel entfernen
  • Verwalten der Informationsfreigabe mit der Funktion „Sicherheitsprüfung“
  • Steuern der Zustimmungen zum App-Tracking
  • Kontrolle über geteilte Standortdaten
  • Festlegen des Zugriffs auf Informationen in Apps
  • Festlegen, wie Apple Werbung präsentiert
  • Festlegen des Zugriffs auf Hardwarefunktionen
  • Verwenden der integrierten Sicherheits- und Datenschutzfunktionen auf dem iPhone
  • Sicheres Internetsurfen mit iCloud Privat-Relay
  • Verwenden einer privaten Netzwerkadresse
  • Verwenden der Option „Erweiterter Datenschutz“
  • Blockierungsmodus verwenden
  • Verwenden des Schutzes für gestohlene Geräte
  • Warnungen zu sensiblen Inhalten empfangen
  • Kontaktschlüsselbestätigung verwenden
  • iPhone ein- oder ausschalten
  • Neustart des iPhone erzwingen
  • Aktualisieren von iOS
  • Erstellen eines Backups deines iPhone
  • Zurücksetzen des iPhone auf die Standardwerte
  • Wiederherstellen aller Inhalte aus einem Backup
  • Wiederherstellen von gekauften und gelöschten Objekten
  • Verkaufen, Verschenken oder Inzahlunggabe deines iPhone
  • Löschen des iPhone
  • Installieren oder Entfernen von Konfigurationsprofilen
  • Wichtige Informationen zur Sicherheit
  • Wichtige Informationen zur Handhabung
  • Weitere Ressourcen für Software und Service
  • FCC-Konformitätserklärung
  • ISED-Konformitätserklärung (Kanada)
  • Informationen zum Ultrabreitband
  • Informationen zu Laserklasse 1
  • Apple und die Umwelt
  • Informationen zur Entsorgung und zum Recycling
  • Nicht autorisierte Änderungen von iOS

Anpassen der Safari-Einstellungen auf dem iPhone

safari html bearbeiten

Startseite anpassen

Wenn du einen neuen Tab öffnest, wird standardmäßig deine Startseite geöffnet. Du kannst deine Startseite mit neuen Hintergrundbildern und Optionen anpassen.

Die Startseite in der App „Safari“ mit Website-Favoriten, in der Leseliste gesicherten Websites und Websites, die auf deinen anderen Apple-Geräten geöffnet sind. Unten auf dem Bildschirm befindet sich die Taste „Bearbeiten“.

Scrolle auf der Seite nach unten und tippe auf „Bearbeiten“.

Wähle die Optionen für die Darstellung deiner Startseite aus:

Favoriten: Zeige Kurzbefehle zu deinen Lieblingswebseiten an, die mit einem Lesezeichen versehen wurden. Weitere Informationen findest du unter Hinzufügen von Lesezeichen für beliebte Websites .

Häufig besucht: Zeige häufig von dir besuchte Websites direkt an.

Mit dir geteilt: Zeige Links an, die mit dir in „Nachrichten“, Mail und anderen Apps geteilt wurden. Weitere Informationen findest du unter Anzeigen von mit dir geteilten Links .

Datenschutzbericht: Informiere dich darüber, wie viele Tracker und Websites von Safari blockiert wurden. Weitere Informationen findest du unter Datenschutzbericht anzeigen .

Siri-Vorschläge: Du kannst erlauben, dass während der Suche in der App „Kalender“ und anderen Apps geteilte Websites angezeigt werden.

Leseliste: Webseiten anzeigen, die sich aktuell in deiner Leseliste befinden. Weitere Informationen findest du unter Aktuelle Webseite zur Leseliste hinzufügen .

Zuletzt geschlossene Tabs: Öffne zuletzt geschlossene Tabs erneut.

iCloud-Tabs: Zeige geöffnete Tabs von anderen Apple-Geräten an, auf denen du mit derselben Apple-ID angemeldet bist und auf denen Safari in den iCloud-Einstellungen oder Systemeinstellungen aktiviert ist. Weitere Informationen findest du unter Verwalten deiner Tabs mit Tabgruppen .

Bild aus Mediathek auswählen

Hinweis: Deine Einstellungen für die Startseite werden auf allen Apple-Geräten aktualisiert, auf denen die Option „Startseite auf all deinen Geräten verwenden“ aktiviert ist und auf denen du mit derselben Apple-ID mit der Zwei-Faktor-Authentifizierung angemeldet bist.

Textgröße für eine Website in Safari ändern

Verwende die Taste „Seiteneinstellungen“, um den Text größer oder kleiner darzustellen.

die Taste „Seiteneinstellungen“

Tippe auf das große A, um die Schrift zu vergrößern, oder das kleine A, um sie zu verkleinern.

Anzeigesteuerelemente für eine Website in Safari ändern

Du kannst das Suchfeld ausblenden, zur Reader-Darstellung wechseln und mehr.

Suchfeld ausblenden: Tippe auf „Symbolleiste ausblenden“ (tippe auf den unteren Teil des Bildschirms, um sie wieder einzublenden).

Reduzierte Ansicht einer Webseite anzeigen: Tippe auf „Reader einblenden“ (wenn verfügbar).

Tippe auf „Reader ausblenden“, um zur normalen Ansicht zurückzukehren.

Darstellung einer Webseite auf einem Desktop-Computer ansehen: Tippe auf „Desktop-Website anfordern“ (wenn verfügbar).

Du kannst auch die Safari-Einstellungen in den Einstellungen „Bedienungshilfen“ anpassen. Wähle „Einstellungen“  > „Bedienungshilfen“ > „App-spezifische Einstellungen“. Tippe auf „App hinzufügen“ und dann auf „Safari“, um die Einstellungen anzupassen.

Position für das Sichern von Downloads auswählen

Wenn du in Safari eine Datei lädst, kannst du auswählen, ob sie in iCloud oder auf deinem iPhone gespeichert wird.

safari html bearbeiten

iCloud Drive: Wähle diese Option aus, um Downloads im Ordner „Downloads“ in iCloud Drive zu sichern. Dann kannst du auf jedem iPhone, iPad oder Mac auf die geladene Datei zugreifen, wenn du mit derselben Apple-ID angemeldet bist.

Auf meinem iPhone: Wähle diese Option aus, um Downloads im Ordner „Downloads“ auf deinem iPhone zu sichern.

Passwörter für Websites mit einer Gruppe teilen

Du kannst eine Gruppe von vertrauenswürdigen Kontakten erstellen und mit dieser eine Reihe von Passwörtern teilen. Die Passwörter sind für jedes Gruppenmitglied immer aktuell und du kannst jederzeit ein Mitglied entfernen.

Weitere Informationen findest du unter Erstellen von Gruppen für geteilte Passwörter .

Datenschutzeinstellungen für Safari anpassen

Du kannst die Datenschutzeinstellungen auswählen, die für alle Websites in Safari gelten sollen, und Ausnahmen für einzelne Websites erstellen. Weitere Informationen findest du unter Privates Surfen im Web .

Safari HTML Reference

  • Table of Contents
  • Jump To…
  • Download Sample Code

Introduction

This document details every HTML element and property supported by WebKit and Safari on all platforms, which include Mac OS X, iOS, and Windows. You should read this if you are developing web content that will be displayed in Safari or within a WebKit-based application.

This document is not intended as a comprehensive specification. The HTML5 specification is available at http://dev.w3.org/html5/spec/Overview.html .

Organization of This Document

The following articles describe key aspects of Safari HTML support:

Explanation of Terms explains terminology used in this reference.

Supported HTML describes all the HTML elements supported by Safari. This includes standard elements (as defined by the World Wide Web Consortium, or W3C), common elements that are not part of a standard, and Apple extensions.

Supported Attributes describes the HTML attributes supported by Safari.

Supported Input Values describes supported types for the input element.

Supported Meta Tags describes additional keys for the meta element.

Supported Accessibility Roles describes supported accessibility roles defined in the WAI-ARIA specification.

You'll find a variety of other resources for Safari web content developers in the Safari Developer Library .

If you are creating web content for Safari platforms, then you should read:

Safari Web Content Guide , which describes how to create content that is compatible with, optimized for, and customized for Safari on any platform.

If you are designing web content for Safari on iOS, then you should also read:

iOS Human Interface Guidelines , which provides user interface guidelines for designing webpages and web applications for Safari on iOS.

Apple URL Scheme Reference , which describes how to use the Phone, Mail, Text, YouTube, iTunes, and Maps applications from your webpages.

If you want to learn more about visual effects, then you should read:

Safari CSS Visual Effects Guide , which describes how to use the CSS visual effects properties—the transition, animation, and transforms properties. It also covers the JavaScript APIs for handling visual effects events.

If you want to learn more about the JavaScript multitouch event support, then you should read:

Safari DOM Additions Reference , which describes the touch event classes that you use to handle multitouch gestures in JavaScript.

If you want to use the JavaScript media APIs, then you should read:

Safari HTML5 Audio and Video Guide , which describes how to use the HTML5 audio and video elements.

If you want to learn more about which Cascading Style Sheets (CSS) properties are supported in Safari, then read:

Safari CSS Reference , which describes the CSS properties supported by Safari and WebKit applications.

If you are using JavaScript and want access to the DOM or use the canvas object, then read:

WebKit DOM Programming Topics , which describes how to use JavaScript in web content for WebKit-based applications.

Safari HTML5 Canvas Guide , which provides information about the canvas HTML5 element.

If you are developing web content for Safari on the desktop and iOS, then you should read:

Safari Web Inspector Guide , which describes how to use the Debug menu in Safari.

Dashcode User Guide , which describes how to use Dashcode to create web applications.

If you want to learn more about WebKit or contribute to the open source project, then go to The WebKit Open Source Project .

If you want to read the WebKit W3C proposals, then go to: http://www.webkit.org/specs .

Copyright © 2014 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2014-07-15

Sending feedback…

We’re sorry, an error has occurred..

Please try submitting your feedback later.

Thank you for providing feedback!

Your input helps improve our developer documentation.

How helpful is this document?

How can we improve this document.

* Required information

To submit a product bug or enhancement request, please visit the Bug Reporter page.

Please read Apple's Unsolicited Idea Submission Policy before you send us your feedback.

Ford Racing Logo

  • Stock Car Racing
  • Formula 1 Racing
  • Mustang Challenge
  • Road Racing
  • Drag Racing
  • Off-Road Racing
  • What's Happening
  • Fan Spotlight
  • Collector Vehicles
  • Clubs & Groups
  • Link To Friends
  • Driving Schools
  • Ford Performance Parts
  • Ford Parts Catalog
  • Crate Engines
  • Performance Packs

safari html bearbeiten

  • Merchandise
  • Performance Vehicles
  • Mustang GTD
  • Mustang GT3
  • Mustang GT4
  • Dark Horse R
  • Shelby GT500
  • Bronco Raptor
  • F-150 Raptor
  • F-150 Raptor R
  • Explorer ST
  • Motorsports /

Latest News

Apr 1, 2024 | m-sport press release, fantastic fourmaux finesses safari rally kenya.

Ford Puma Rally1 driving through muddy water with large spray

  • Schedule & Events

Ford Tech Line

Tech Center Crew Standing behind two Mustangs

Ask the Ford Performance Tech Line

Contact the Ford Performance Tech Line for your Performance Parts related questions.

Ford Performance Club Connect

Ford Enthusiasts standing in front of a Ford Banner

Join Club Connect

Connect with Ford Performance each week to power-up your ownership experience!

Weekend Preview

Weekend Preview_350

Ford Performance Weekend Race Preview

Find out how you can watch Ford Performance on the race track each week

Blue Mustang driving down a highway

Build Your Own Mustang

Ford Mustang in Racing School Livery

Visit our driving schools

Three Broncos driving down a dirt road

Bronco News Updates

COMMENTS

  1. Viewing the HTML Source Code in Safari

    View Source Code in Safari. Showing source code in Safari is easy: Open Safari. Navigate to the web page you would like to examine. Select the Develop menu in the top menu bar. Select the Show Page Source option to open a text window with the HTML source of the page. Alternatively, press Option+Command+U on your keyboard.

  2. How to open a local HTML file in Safari on an iPad

    Safari iPad no longer supports access to local or iCloud files. A number of iPadOS apps will however allow a user to view, edit, and test html code in files stored in local iPad, iCloud, or third party (e.g. Google or Dropbox) storage folders. One needs only to search in the App Store for "html editor" to see the list.

  3. How to Edit Webpages on Safari Using Inspect Element

    Open Safari. Click Safari in the top menu bar. From the dropdown menu, select Preferences . Select the Advanced option. Check the box that says Show Develop menu in menu bar . After selecting this option, you can right-click on a webpage and select Inspect Element. Alternatively, you can select Develop in the menu bar, and then Show Web Inspector.

  4. How to View Webpage Source CSS and HTML in Safari Mac?

    Similar to other browsers just right click and chose "Show Page Source" or " Inspect Element " option. This will open the Web Inspector console at the bottom of the page. Viewing Safari Web Inspector in Separate Window. Note: Web inspector can also opened using the shortcuts " Option + Command + I " when the " Develop " menu is ...

  5. Web Inspector

    Web Inspector helps you inspect all the resources and activity on webpages, Service Workers, Mac and Home Screen web apps, and JavaScript running inside your applications, making development more efficient across Apple platforms. The clean, unified design puts each core function in a separate tab, which you can rearrange to fit your workflow.

  6. Use the developer tools in the Develop menu in Safari on Mac

    If you're a web developer, the Safari Develop menu provides tools you can use to make sure your website works well with all standards-based web browsers. If you don't see the Develop menu in the menu bar, choose Safari > Preferences, click Advanced, then select "Show Develop menu in menu bar.". See also Safari for Developers.

  7. Supported HTML

    Supported HTML. Safari and WebKit implement a large subset of the HTML5 Specification defined by the World Wide Web Consortium (W3C). This reference defines every symbol in the specification that Safari implements. If a element is not listed here, it is not supported by Safari and WebKit. HTML Tags a. Specifies a hyperlink or a page anchor. Syntax

  8. Optimizing Your Website for Safari

    Use Web Inspector and Safari Developer Tools to inspect details and test the performance of your website in Safari. See Safari Developer Help. Media Formatting. Encode media content so that it loads quickly in Safari. For audio and video content, use the HTML5 markup elements <audio> and <video>, and use <canvas> for vector graphics and ...

  9. Apple Safari Browser

    Code Editor (Try it) With our online code editor, you can edit code and view the result in your browser. Videos. Learn the basics of HTML in a fun and engaging video tutorial. Templates. ... Safari is a web browser developed by Apple. Safari is the default browser on all Apple devices.

  10. How to Make Your Website Adaptable to iOS 15 Safari's Design

    Adding a color theme to the website. Setting the color theme for a website is quite simple and straightforward. All we need to do is add a meta tag to the root of the project. Add your website's theme color as a hex value under the content attribute. Rebuild your project and you can see it in action.

  11. HTML Basics

    Notice that the word "Apple" is now surrounded by this hyperlink element. The element describes two particular attributes: The href attribute: This links to the URL of the webpage you want to link to. If you specified a relative URL, such as "myPage.html" or "/pages/myPage.html", the link would point to a file within the same folder as your code, or in a separate folder, respectively.

  12. How to Build and Optimize Your Website for Apple's Safari ...

    Compress Images. Safari is slow as it is, and you do not want to make it respond any slower by using heavy images. Even when you do, make sure you are compressing them first. Optimize the images by using an image compressor. This is much easier to do with widgets in WordPress, but you can still do it on hard-coded websites too.

  13. Edit the content of a Web page in Safari

    Once you find the text you want to tweak, right-click on it, and choose Edit Text. Type away to your heart's content, and then hit return. The Web page you're modifying will update instantly ...

  14. New HTML Control Lands in Safari

    Safari introduced this new HTML control as part of the Safari Technology Preview 185 release and then expanded it in the 186 release. Creating a semi-native HTML toggle switch component is quite hacky. It involves using a checkbox, adding the "switch" ARIA role, removing its appearance with CSS, and adding styles to make it look like the ...

  15. HTML Online Editor

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

  16. html

    In Safari 15, a new feature got released which tints the address bar and tab bar to match the color of the header of the current website. I've noticed that this new feature does not work on any of the websites I previously created. Which makes me wonder. How exactly does this website tinting feature work?

  17. Detect Safari browser with pure CSS

    About HTML Preprocessors. HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug. Learn more · Versions

  18. Developing Web Content for Safari

    See Also. Safari Web Inspector Guide—How to use Safari's built-in tools for debugging and optimization.. Safari HTML5 Audio and Video Guide—How to embed audio and video without using plug-ins, or by using a plug-in as a fallback.. Safari HTML5 Canvas Guide—How to add sophisticated animation and interactive games to a website without using plug-ins.

  19. Anpassen der Safari-Einstellungen auf dem iPhone

    Du kannst deine Startseite mit neuen Hintergrundbildern und Optionen anpassen. Öffne die App „Safari" auf deinem iPhone. Tippe auf und dann auf . Scrolle auf der Seite nach unten und tippe auf „Bearbeiten". Wähle die Optionen für die Darstellung deiner Startseite aus: Favoriten: Zeige Kurzbefehle zu deinen Lieblingswebseiten an, die ...

  20. Introduction

    Introduction. This document details every HTML element and property supported by WebKit and Safari on all platforms, which include Mac OS X, iOS, and Windows. You should read this if you are developing web content that will be displayed in Safari or within a WebKit-based application. This document is not intended as a comprehensive specification.

  21. Safari Rally Kenya Recap

    Grégoire Munster made a strong debut on his first Safari Rally in top-level machinery. Taking a similar approach to his teammate, Munster started out at a measured pace in order to maximise his learning and understanding of the unforgiving Kenyan stages. He delivered a mature drive throughout Friday, avoiding mistakes and staying close to ...

  22. html

    How do I add a bookmark icon in HTML5 for Safari 8.0? 6. How to show customized website logo in safari "often visited" 11. How to get an icon to appear in IOS Safari's Suggested Website list. 0. Add an icon in Css. 6. How to create a favicon for Safari 14? Hot Network Questions