diff options
Diffstat (limited to 'Web design/Only HTML (html learning)')
| -rw-r--r-- | Web design/Only HTML (html learning)/How I learned basic/LearnHTML.webp | bin | 52894 -> 0 bytes | |||
| -rw-r--r-- | Web design/Only HTML (html learning)/How I learned basic/LearnMoreHTML.webp | bin | 113630 -> 0 bytes | |||
| -rw-r--r-- | Web design/Only HTML (html learning)/How I learned basic/New Text Document.html | 51 | ||||
| -rw-r--r-- | Web design/Only HTML (html learning)/Testing stuff/New Text Document.html | 108 |
4 files changed, 0 insertions, 159 deletions
diff --git a/Web design/Only HTML (html learning)/How I learned basic/LearnHTML.webp b/Web design/Only HTML (html learning)/How I learned basic/LearnHTML.webp Binary files differdeleted file mode 100644 index b2db05e..0000000 --- a/Web design/Only HTML (html learning)/How I learned basic/LearnHTML.webp +++ /dev/null diff --git a/Web design/Only HTML (html learning)/How I learned basic/LearnMoreHTML.webp b/Web design/Only HTML (html learning)/How I learned basic/LearnMoreHTML.webp Binary files differdeleted file mode 100644 index a8d455b..0000000 --- a/Web design/Only HTML (html learning)/How I learned basic/LearnMoreHTML.webp +++ /dev/null diff --git a/Web design/Only HTML (html learning)/How I learned basic/New Text Document.html b/Web design/Only HTML (html learning)/How I learned basic/New Text Document.html deleted file mode 100644 index aaf40e1..0000000 --- a/Web design/Only HTML (html learning)/How I learned basic/New Text Document.html +++ /dev/null @@ -1,51 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <Title>Basic HTML</Title> - </head> - - <body> - <h1>How I learned basic HTML in 30 min</h1> - <hr /> - - <p>HTML is a very different language than C# or Java, but it is still very very useful. - Thanks to YouTube I learned not only how to code this page, but - </p> - - <ul> - <li>also</li> - <li>to</li> - <li>make</li> - <li>bullet points</li> - </ul> - - <p>and to also</p> - - <ol> - <li>make</li> - <li>ordered</li> - <li>lists</li> - </ol> - <hr /> - - <p>Well there are other things I learned too, but you should take a look at the videos (click on images)</p> - - <a href="https://www.youtube.com/watch?v=bWPMSSsVdPk"> - <img src="LearnHTML.webp" alt="Learn HTML in 12 minutes"/> - </a> - - <a href="https://www.youtube.com/watch?v=KJ13lX20FqU" > - <img src="LearnMoreHTML.webp" alt="Learn more HTML in 12 minutes"> - </a> - - <p>*This is a test/exercise of my abilities</p> - - <hr /> - - <h2>Entry number 17</h2> - <h3>Dark Darker Yet Darker</h3> - <h4>The Darkness Keeps Growing</h4> - <h5>The Shadows Cutting Deeper</h5> - <h6>Photon Readings Negative</h6> - </body> -</html>
\ No newline at end of file diff --git a/Web design/Only HTML (html learning)/Testing stuff/New Text Document.html b/Web design/Only HTML (html learning)/Testing stuff/New Text Document.html deleted file mode 100644 index da74dff..0000000 --- a/Web design/Only HTML (html learning)/Testing stuff/New Text Document.html +++ /dev/null @@ -1,108 +0,0 @@ - -<html> - <head> - <title>Test</title> - </head> - - <body align="center" background="https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/itCjTBE/videoblocks-grey-and-white-tech-geometric-motion-background-video-seamless-looping-animation-ultra-hd-4k-3840x2160_rlto8zupg_thumbnail-full01.png"> - - <h1 ><big><ins>Testing some stuff</ins></big></h1> - <hr width="400px" /> - - <a href="https://fegbg61457-my.sharepoint.com/personal/mincheva_a_feg_bg/_layouts/15/onedrive.aspx?CT=1549650795401&OR=OWA-NT&CID=bed3bc62-87ae-49ae-a0fb-3278af7e3ef5&FolderCTID=0x012000406AF41295008E4EAC10C49FC27231AC&id=%2Fpersonal%2Fmincheva_a_feg_bg%2FDocuments%2F10%20klas%20-%202018%2F%D0%98%D0%A2%2FPregovor%2FExcel-uslovia%2Epdf&parent=%2Fpersonal%2Fmincheva_a_feg_bg%2FDocuments%2F10%20klas%20-%202018%2F%D0%98%D0%A2%2FPregovor"> - <p><i>I remade tables from here</i></p> - </a> - - <!-- <td></td> --> - <table border="1" align="center" id="Price List Table"> - <tr> - <td colspan="3" >ЦЕНОРАЗПИС</td> - </tr> - - <tr> - <td>1 кг.</td> - <td>захар</td> - <td>1.72 лв.</td> - </tr> - - <tr > - <td>1 кг.</td> - <td>сол</td> - <td>0.65 лв.</td> - </tr> - - <tr> - <td>1 кг.</td> - <td>брашно</td> - <td>1.42 лв.</td> - </tr> - - <tr> - <td>1 литър</td> - <td>олио</td> - <td>1.85 лв.</td> - </tr> - </table> - - <br /> - - <table border="5" align="center" id="BoughtTable"> - <tr> - <td colspan="3">ЗАКУПЕНИ СТОКИ</td> - </tr> - - <tr> - <td>количество</td> - <td>стока</td> - <td>стойност</td> - </tr> - - <tr> - <td>300</td> - <td bgcolor="brown"> </td> - <td bgcolor="brown"> </td> - </tr> - - <tr> - <td>100</td> - <td bgcolor="brown"> </td> - <td bgcolor="brown"> </td> - </tr> - - <tr> - <td>1000</td> - <td bgcolor="brown"></td> - <td bgcolor="brown"></td> - </tr> - - <tr> - <td>100</td> - <td bgcolor="brown"> </td> - <td bgcolor="brown"> </td> - </tr> - - <tr> - <td> </td> - <td>ДЪЛЖИТЕ:</td> - <td bgcolor="brown"> </td> - </tr> - </table> - - <br /> - <hr width="50%" /> - <br /> - - <!-- <input /> --> - <form method="GET" action="#"> - <input name="Username" type="Text"/> - <input name="Password" type="Password"/> <br /> - <input value="yes" type="radio"/> Yes - <input value="no" type="radio"/> No <br /> - <input name="Submit" type="Submit"/> - </form> - - <frameset bgcolor="red"></frameset> - - <p>Made on 22 February 2019</p> - </body> -</html>
\ No newline at end of file |
