├── HTML.txt ├── amine .jpg ├── fire.jpeg ├── hoigag copy.jpg ├── image.html ├── images.jpg ├── index.html ├── joshua-reddekopp-SyYmXSDnJ54-unsplash.jpg ├── localisation.html ├── maining.html ├── new.css └── style.css /HTML.txt: -------------------------------------------------------------------------------- 1 | HTML HAS OPEN AND CLOSE TAG : 2 | EXAMPLE: 3 | OPEN :

....... CLOSE :

4 | AND also we can put paramater inside para 5 | EXAMPLE: 6 |

...................

7 | Some TAG dont need close tag 8 | EXAMPLE: 9 |
=
= '/n'; 10 | 11 | HTML refeere to WORLD WILD WEB =W3C; 12 | ------------------------------------------------- 13 | -Headings 14 | Headings allow you to display titles and subtitles on your webpage. 15 | 16 |

Heading 1

17 |

Heading 2

18 |

Heading 3

19 |

Heading 4

20 |
Heading 5
21 |
Heading 6
22 | 23 | -Paragraphs 24 | Paragraphs contain text content. 25 |

26 | This paragraph 27 | contains a lot of lines 28 | but they are ignored. 29 |

30 | Line Breaks 31 | Line Breaks 32 | As you've learned, line breaks in the paragraph tag line are ignored by HTML. Instead, they must be specified using the
tag. The
tag does not need a closing tag. 33 |

34 | This paragraph
35 | contains a lot of lines
36 | and they are displayed. 37 |

38 | Strong 39 | Strong tags can be used to indicate that a range of text has importance. 40 |

41 | No matter how much the dog barks: don't feed him chocolate. 42 |

43 | Bold 44 | Bold tags can be used to draw the reader's attention to a range of text. 45 |

46 | The primary colors are red, yellow and blue. 47 |

48 | Emphasis 49 | Emphasis tags can be used to add emphasis to text. 50 |

51 | Wake up now! 52 |

53 | Italics 54 | Italics tags can be used to offset a range of text. 55 |

56 | The term HTML stands for HyperText Markup Language. 57 |

58 | Lists 59 | You can add lists to your web pages. There are two types of lists in HTML. 60 | 61 | Lists can be unordered using the