Updated: Wednesday, October 18,2023-10-18 16:26:03
parent
4857bcd222
commit
a68b229472
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "HTML & CSS Tricks",
|
||||
"path": "HTML & CSS Tricks.md"
|
||||
},
|
||||
{
|
||||
"basename": "HTML Group Project",
|
||||
"path": "HTML Group Project.md"
|
||||
|
@ -8,10 +12,6 @@
|
|||
"basename": "THE link",
|
||||
"path": "THE link.md"
|
||||
},
|
||||
{
|
||||
"basename": "HTML & CSS Tricks",
|
||||
"path": "HTML & CSS Tricks.md"
|
||||
},
|
||||
{
|
||||
"basename": "Drawing 2023-10-18 15.33.54.excalidraw",
|
||||
"path": "Excalidraw/Drawing 2023-10-18 15.33.54.excalidraw.md"
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "HTML Group Project.md",
|
||||
"file": "HTML & CSS Tricks.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -153,7 +153,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "HTML Group Project.md",
|
||||
"file": "HTML & CSS Tricks.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -170,7 +170,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "HTML Group Project.md",
|
||||
"file": "HTML & CSS Tricks.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -193,7 +193,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "HTML Group Project.md"
|
||||
"file": "HTML & CSS Tricks.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -222,11 +222,11 @@
|
|||
},
|
||||
"active": "2122e8152e7c974f",
|
||||
"lastOpenFiles": [
|
||||
"HTML Group Project.md",
|
||||
"THE link.md",
|
||||
"HTML & CSS Tricks.md",
|
||||
"Excalidraw/Drawing 2023-10-18 15.33.54.excalidraw.md",
|
||||
"Excalidraw",
|
||||
"HTML Group Project.md",
|
||||
"Excalidraw/Drawing 2023-10-17 18.01.00.excalidraw.md",
|
||||
"Machine Tips (Quantum)/Physics/Hardware/Potentiometers & Analog SerialReader.md",
|
||||
"Coding Tips (Classical)/Project Vault/Current Occupations/Website Projects/hi.shwethajayaraj/Quantum Stuff.md",
|
||||
|
|
|
@ -83,7 +83,8 @@ Add a Search bar into your site
|
|||
|
||||
Eventually CSS will be needed for multiple page creation in order to maintain consistency.
|
||||
|
||||
Linking to different parts of your code on HTML:
|
||||
## Linking to different parts of your code on HTML:
|
||||
|
||||
```html
|
||||
<header>
|
||||
<h1>The Heading</h1>
|
||||
|
|
Loading…
Reference in New Issue