HTML Learning outcomes
Hey folks after a long time I am posting . This post is to share my HTML learning outcomes.
Let me sum up in points . HTML is Hyper Text Markup Language. It is used in front-end-development. The following are my learning outcomes.
- Basic syntax of HTML
- How to write clean code
- Usage of wide varieties of tags
- Embedding videos
- Inserting images
- Formatting tables
- Styles
- Forms to collect data
- How to build a single page website
- What are entities
- What are attributes
- Interactive lectures
- Workstation
- Graded Assignments
- Clarity in content delivery
- Self - paced learning
- Nice UX/UI
- Web based platform
Learning Outcomes :
I created a single page website only using HTML. Here goes the link click here. It is a simple design . It is about my favorite book. All styled using HTML. I wish to highlight the five important tags which i have used in the above mentioned page. The tags goes as follows
- <img> - to insert an image
- <iframe> - to embed videos/audios/other webpages
- <table> - to create table of items
- <form> - to create a form
- <input> - the type of input which we get through the form
Apart from the above mentioned tags , I have used many tags. It is a basic design . To view the source code of the page Go to My favorite book -> Right click -> View Page Source .
P.s : This post is purely for educational purpose . It is not created in the intention to promote any websites/business. There are many websites online to learn HTML . I shared my learning experience and its outcome to help people out there.
HAPPY LEARNING :-)
Niceπ
ReplyDeleteThanks for reading ! Stay tuned for more contents !
Delete