Skip to content

Commit

Permalink
Merge branch 'main' of github.com:web4x/codingWeb4
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonges committed Oct 20, 2023
2 parents 2152496 + a37bb81 commit f92266c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Start reading on the [Web4.x Wiki](https://github.com/web4x/codingWeb4/wiki/Web-
* [See your first Web 1.0 static web page](https://web4x.github.io/codingWeb4/Web1/static/)
* [Open the code](https://github.com/web4x/codingWeb4/blob/main/Web4university/Web1/static/index.htm)
* See the deployment process under [Actions](https://github.com/web4x/codingWeb4/actions/)

* See the [deployment process](https://github.com/web4x/codingWeb4/deployments/)

### Web 2.0
Expand All @@ -35,4 +36,4 @@ Start reading on the [Web4.x Wiki](https://github.com/web4x/codingWeb4/wiki/Web-
and open "Visual Studio Code" just here in the your browser...
opening this repository for editing.

Looks already like Web4.x bu is still Web 2.x
Looks already like Web4.x bu is still Web 2.x
6 changes: 3 additions & 3 deletions Web4university/Web1/static/learn.htm
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ <h3>This section will show you tables</h3>
</tr>
</table>
<h3>This section will show you forms</h3>
<p>Forms are created with the <a href="./02.forms/index.htm">form element</a>.</p>
<p>Forms are created with the <a href="./01.elements/02.forms/index.htm">form element</a>.</p>

<h3>This section will show you semantic elements</h3>

<p>HTML5 introduced a number of new elements that have a <a href="./04.semanticStructure/index.htm">semantic meaning</a>.
<p>HTML5 introduced a number of new elements that have a <a href="./02.semanticStructure/index.htm">semantic meaning</a>.
</p>
<h3>This section will show you multimedia</h3>
<p>HTML5 introduced a number of new <a href="./04.semanticStructure/index.htm">elements for multimedia</a>.
<p>HTML5 introduced a number of new <a href="./01.elements/01.media/index.htm">elements for multimedia</a>.
</p>

<h3>This section will show you iframes</h3>
Expand Down
1 change: 0 additions & 1 deletion Web4university/index.htm

This file was deleted.

0 comments on commit f92266c

Please sign in to comment.