a markup language that is generally used to organize paragraphs, headings, and links on web pages
to organize the appearance of HTML elements. CSS can be used to change the color, size, and layout of HTML elements
- DOCTYPE
- to define the type or version of the HTML document
- html
- to mark the beginning and end of the HTML document
- head
- to hold non-visual elements of an HTML document
- body
- to hold the visual elements of an HTML document
- img
- src : for url image
- alt : for image description
- height : for change height of image
- widht : for change widht of image
- a
- href : contains the url of the link destination
- h1, h2
- list
- li, stores each list item
- ol, Ordered List
- ui, Unordered List
By utilizing every structure and element that exists, we can make the web look the way we want
html usage is not included for our website domain