0% found this document useful (0 votes)
8 views3 pages

HTML Basics: Features and Tags Explained

HTML, developed by Tim Berners-Lee in 1991, is a markup language used for creating web pages. It features both container and self-closing tags, with advantages such as being free and easy to use, but a disadvantage is that code can be viewed by clients. The document also outlines tasks related to creating a gallery and a college timetable, as well as questions about HTML attributes and selectors.

Uploaded by

phoneixrdx
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

HTML Basics: Features and Tags Explained

HTML, developed by Tim Berners-Lee in 1991, is a markup language used for creating web pages. It features both container and self-closing tags, with advantages such as being free and easy to use, but a disadvantage is that code can be viewed by clients. The document also outlines tasks related to creating a gallery and a college timetable, as well as questions about HTML attributes and selectors.

Uploaded by

phoneixrdx
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd

HTML->

Html is a markup language which stands for hyper text markup language
.
It is developed by sir Tim Berners Li in 1991

Features->

Advantages->

1. Free of Cost
2. Easy to use

Disadvantages->

1. Code can see by the client

Tag->

Everything written in angular bracket is called tag.


And tag is smallest unit of html. But there are 120+
Tags in html

Ex->
<html></html>

Types of tag ->

There are tow types of tag in html


[Link] tag ex-<html></html>
[Link] closing tag /Empty tag ex- <br/>,<link/> ,<img/>

Head’s tag:->

[Link]
[Link]
[Link]
[Link] script
[Link]
[Link]
[Link]
[Link]

Block Level element ->


Contains 100% width of his Parent element /tag

Inline element ->


Contains only required Space

Task1-> make gallery 18/07/25


crickiter
Politicians
Freedom fighters
Vegetables
Fruits
Friends/cars

Task 2- A college time table:- [Link]


code-design-complex-time-table-using-rowspan-and-colspan

Written task—>

[Link] is the alignment


Q2. What is the frameworks
[Link] is inline label and Block Label
[Link] is the list<attributes & types>
Q5. What is Table

—————————————————————21/07/25
—————————————————————————————

Task1 - write all attributes of task


And uses of form tag element -
10 full form related to computer science

Task2 - make a structured form using html like -

Meta tag:-
————
- <meta http-equiv=“refresh” content=“2”>

<html>
<head>
<script>
alert("welcome to spi")
</script>
<noscript>Js is not working</noscript>
<link href="[Link]" rel="stylesheet"/>
<link href="[Link]" rel ="icon"/>
<meta http-equiv="refresh"
content="5;url=[Link]
</head>
<body>

</body>
</html>

Selectors:
—————————-

Types of selector

You might also like