4. HTML Attributes So far we have used HTML tags in the simplest forms,but for most of the HTML tags we use HTML Attributes, which provides the extra information. An attributes are used to define the characteristics of an HTML element and is placed inside the starting tag. All attributes are …
Read More »HTML Traning & Course
LESSON.3 : HTML ELEMENTS
LESSON.3 : HTML-ELEMENTS An HTML element consists of starting tag and closing tag, with the content inserted in between them.Everything from start tag to end tag represents HTML Elements. below with few tags Note: HTML elements with empty content are called void elements. Empty elements do not have an end tag, …
Read More »Lesson 2 : HTML BASIC TAGS
HTML BASIC TAGS -HTML BASIC TAGS,HTML is a markup language and consists of various tags to format the content. These tags are enclosed within angle braces<tagname>.The start tag is also called the opening tag, and the end tag as the closing tag. Heading Tags HTML has 6 levels of heading tags.These …
Read More »Lesson 1 : what is HTML and its basic tags
What is HTML ? HTML :- Fully abbreviated as “Hyper text markup language” . Basically HTML is used to design the webpage. What is a webpage ? Webpages are the collection of information about a particular topic. What is a website ? Collection of webpages is know as website. Note …
Read More »