Skip to content
Snippets Groups Projects
Commit 86a343fe authored by Camron Blackburn's avatar Camron Blackburn
Browse files

clean up

parent 555f1ce3
Branches
No related tags found
No related merge requests found
Pipeline #6097 passed
......@@ -38,8 +38,9 @@
<div class="main-text">
now you get fancy with with a css style script and <code>&ltdiv&gt</code>
tags which allow you to define blocks with sepcific styles on the html page !
now you can add javascript for animations or embedded functions by
calling a <code>&ltscript&gt</code> tag in your html file that points to
another javascript file !
<br><br>
......
......@@ -77,7 +77,7 @@
<code>&lt img src="path/to/img_file.jpg" alt="alternative text description"
width="500" height="600"&gt</code>
<br><br>
<img src="sample.jpg" alt="example image" height="400">
<img src="../media/sample.jpg" alt="example image" height="400">
<br><br>
or videos with <code>&ltvideo&gt</code> tag
<br><br>
......@@ -87,7 +87,7 @@
&lt/video&gt</code>
<br><br>
<video width="320" height="240" controls>
<source src="sample.mp4" type="video/mp4">
<source src="media/sample.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<br><br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment