Search Header Logo
HTML tags

HTML tags

Assessment

Presentation

Computers

8th Grade

Hard

Created by

Vinay Shukla

Used 12+ times

FREE Resource

10 Slides • 0 Questions

1

HTML TAGS

BY ; AVIKA SHUKLA AND HER FRIENDS

2

​An HTML element is a type of HTML (Hypertext Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others).[vague] HTML document is composed of a tree of simple HTML nodes, such as text nodes, and HTML elements, which add semantics and formatting to parts of document (e.g., make text bold, organize it into paragraphs, lists and tables, or embed hyperlinks and images). Each element can have HTML attributes specified. Elements can also have content, including other elements and text.

3

media

4

media

5

HTML tags are like keywords which defines that how web browser will format and display the content. With the help of tags, a web browser can distinguish between an HTML content and a simple content. HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags.

6

​When a web browser reads an HTML document, browser reads it from top to bottom and left to right. HTML tags are used to create HTML documents and render their properties. Each HTML tags have different properties.

7

media

8

​An HTML file must have some essential tags so that web browser can differentiate between a simple text and HTML text. You can use as many tags you want as per your code requirement.

9

  • ​All HTML tags must enclosed within < > these brackets.

  • Every tag in HTML perform different tasks.

  • If you have used an open tag <tag>, then you must use a close tag </tag> (except some tags)

10

media

HTML TAGS

BY ; AVIKA SHUKLA AND HER FRIENDS

Show answer

Auto Play

Slide 1 / 10

SLIDE