Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moniaar/learning_html
A repo to practice HTML
https://github.com/moniaar/learning_html
css html html-css html-template
Last synced: 7 days ago
JSON representation
A repo to practice HTML
- Host: GitHub
- URL: https://github.com/moniaar/learning_html
- Owner: Moniaar
- Created: 2023-12-13T04:57:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T03:19:45.000Z (7 months ago)
- Last Synced: 2024-04-05T04:24:17.060Z (7 months ago)
- Topics: css, html, html-css, html-template
- Language: HTML
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning_HTML
This repositry will contain my documentaion for both HTML and CSS whenever I have the free time to do so.
1. index.html: is the file that holds everything as a base index for your html main ideas, starting from the font sizes and designes along the page, to the stylesheet that holds the css file inside another directory.
2. HTML_and_CSS_Design: this is a template made after watching a tutorial by Osama Elzero channel on youtube and was highly influnced by his instructions and guidance there.---
What we have learned from working in the portfolio project will be saved here for future us:
How to link your links so that they can open in a new tab when you click in the navbar?:
You can use the target attribute with the value "_blank":
---> ```