.
675 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | Welcome to HTML
laboratories
3 |
4 |
5 |
6 |
7 |
8 |
9 | ---
10 |
11 | ## The main purpose of this labaratory / lesson is to understand and learn how to use HTML in order to design your own websites.
12 | ### Get ready to learn all about HTML and design the most creative websites.
13 | We are here to give you all the information you need.
14 | Don't forget.. You can browse and test the lab files, [HTML-LAB webview](https://g1f1.github.io/HTML-LAB/).
15 |
--------------------------------------------------------------------------------
/lab1/lab1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | lab1, my first HTML5 document ^^
8 |
9 |
10 |
11 | Hello World! Heading 1-6
12 | Link to go to this lab website on github.
13 |
14 | Link to see this file live on github!
15 |
16 |
17 | This is Paragraph, the alt element on img tag specifies an alternate text for the image!
18 | HTML Formatting Elements (HTML tags)
19 | Formatting elements (HTML tags) were designed to display special types of text:
20 |
21 | This is - Bold text
22 | This is - Important text
23 | This is - Italic text
24 | This is - Emphasized text
25 | This is - Marked text, default marked color is yellow
26 | This is - Smaller text
27 | This is - Deleted text
28 | This is - Inserted text
29 | This is - Subscript text
30 | This is - Superscript text
31 |
32 | https://github.com/g1f1/HTML-LAB
33 |
38 | In the next workshop we will see how we can define colors in HTML
39 |
40 |
41 |
--------------------------------------------------------------------------------