Course of HTML
What is HTML?
It is defined as give a structure of website. Its stand for Hyper text markup language. The first version developed by Tim Berners Lee Since 1953.
What are Tags and Attributes?
Tags and attributes are the basis of HTML.
They work together but perform different functions – it is worth investing 2 minutes in differentiating the two.
What Are HTML Tags?
Tags are used to mark up the start of an HTML element and they are usually enclosed in angle brackets. An example of a tag is: <h1>
.
Most tags must be opened <h1>
and closed </h1>
in order to function.
What are HTML Attributes?
Attributes contain additional pieces of information. Attributes take the form of an opening tag and additional info is placed inside.
An example of an attribute is:
<img src="mydog.jpg" alt="A photo of my dog.">
In this instance, the image source (src) and the alt text (alt) are attributes of the <img>
tag.
Golden Rules To Remember
- The vast majority of tags must be opened (
<tag>
) and closed (</tag>
) with the element information such as a title or text resting between the tags. - When using multiple tags, the tags must be closed in the order in which they were opened. For example:
<strong><em>This is really important!</em></strong>
Syllabus of HTML
1.Elements of attributes
2.List & tables
3.Media elements & form
Elegibility of HTML Course
Those who passed 10+2 any recognised board of India minimum 55% required.
Duration of HTML Course
This course mainly completed in 3 months it also depends upon institutions.
Job in HTML Course
Front-end Developer
UX designer
UI designer
Web developer
Angular js developer
Full stack developer
Fees in HTML Course
It depending upon institutions what they have charge .but minimum fees required 5000 to 7000
Institutions
Udemy
Coursera
Scaler Academy
Udacity
Follow us
Instagram : X_silent_knight_shivin_x
YouTube: shivin tutorial
Comments
Post a Comment