Menu

Post image 1
Post image 2
1 / 2
0

DAY : 5 HTML

DEV Community·SANTHOSH KUMAR·18 days ago
#8b4jA1wq
#html#css#resume#software#used#border
Reading 0:00
15s threshold

SANTHOSH KUMAR

Text Tags

<h1> to <h6>

<h1>HTML</h1>

<h1>   biggest heading
<h6>   smallest heading

Enter fullscreen mode Exit fullscreen mode

`Line Tag


Horizontal line.


Used to separate sections visually.

Attributes Used
class

Used for CSS styling.


border

Adds border to table.

Line Tag
<hr>

Horizontal line.

<hr>

Used to separate sections visually.

Attributes Used
class

Used for CSS styling.

<p class="contact">
border

Adds border to table.

<table border="1">
cellpadding

cellpadding `

Read More