I am reading XHTML 1.0 Strict Doctype and found out that there is a value for the attribute in the element . "script"rellink
"script"
rel
link
<link rel="script" href="..." />
I tried using this tag to link external JS files, but Safari doesn't even download the file. So what can you use a tag for?
Update:
After re-reading the DTD, it does not exactly display the valid values ββfor the attribute rel. The value 'script'appears only as an example of a comment. Thus, this may or may not be implemented in all browsers.
'script'
link .
spec:
LINK , , .
, .
"script", "rel" . :
, W3C , (<link rel="Stylesheets" β¦>), , DTD. HTML 4.01 DTD (XHTML 1.0 - HTML 4.01 XML). , script. , .
<link rel="Stylesheets" β¦>
2. , , Safari ( ). , -. ( , Safari), , , Safari .
js <script>:
<script>
<script type="text/javascript" src="/foo.js"></script>
javascript, :
javascript
<script type="text/javascript" src="/path/to/file.js"></script>
, CSS:
<link rel="stylesheet" type="text/css" ref="myFile.css"/>
http://www.w3.org/TR/html401/struct/links.html#h-12.1.2
Source: https://habr.com/ru/post/1763209/More articles:iPhone UITableViewCellAccessoryCheckMark - cocoa-touchVariables predefined Bash variables with arguments - variablesReading or converting to Int32 from two byte arrays - c #TSQL Duplicate Search - sql-server-2005https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1763208/how-to-add-event-callbacks-to-sqlalchemy-models&usg=ALkJrhjYit-KmkHuC5udPsPUJDmA6eYKygHow to display the progress bar using Lua and IUP - luaiPhone Settings.bundle - how to disable / enable a setting based on other settings? - iphoneiPhone: TabBar Overrides UIScrollView - iphoneJava Policy Based Development - javaHow to update existing status bar notifications when changing locales - androidAll Articles