List of learnings on html
HTML boiler plate
It refers to the skeletal structure of an html code
click here for output
Headings
click here for output
Paragraph
text is taken from website Lorem Ipsum
click here for output
Voids
two types of voids - break(br) and horizonl rule(hr)
click here for output
List
click here for output
Attributes
- Attributes are the charecteristics of the tags
- Example:- attributes of ordered list include,
- Example for usage,
click here for output
Anchor
Anchor is used to link the wepages through http or in local folder
click here for output
Image
Web images and local images can be linked using image tag
click here for output
File path
Two types of file path to access the local images and web pages
- Absolute file path. Eg:-(d/files/images/apple.jpeg)
- realtive file path
- These are the path of the files to be accessed in relation to the html home webpage location
- These are accessed using special charecters
- same folder- -> (./)
- Previous folder- -> (../)
Table
click here for output
Uploading the project to the git hub
- Create a repository
- Add the files
- Upload