Skip to content

Commit 00dbb93

Browse files
committed
Optional tags
1 parent 2c35799 commit 00dbb93

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

README.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,50 @@ The meta element includes a content attribute that enables you to specify the mo
19951995
<b><a href="#">↥ back to top</a></b>
19961996
</div>
19971997

1998-
#### Q. ***What is an optional tag?***
1998+
## Q. ***What is an optional tag?***
1999+
2000+
The following lists all optional tags.
2001+
2002+
|Tag |Description |
2003+
|---------------|-------------|
2004+
|`<area>` | |
2005+
|`<base>` | |
2006+
|`<body>` | |
2007+
|`<br>` | |
2008+
|`<caption>` | |
2009+
|`<col>` | |
2010+
|`<colgroup>` | |
2011+
|`<dd>` | |
2012+
|`<dt>` | |
2013+
|`<embed>` | |
2014+
|`<head>` | |
2015+
|`<hr>` | |
2016+
|`<html>` | |
2017+
|`<img>` | |
2018+
|`<input>` | |
2019+
|`<li>` | |
2020+
|`<link>` | |
2021+
|`<meta>` | |
2022+
|`<optgroup>` | |
2023+
|`<option>` | |
2024+
|`<p>` | |
2025+
|`<param>` | |
2026+
|`<rp>` | |
2027+
|`<rt>` | |
2028+
|`<source>` | |
2029+
|`<tbody>` | |
2030+
|`<td>` | |
2031+
|`<tfoot>` | |
2032+
|`<th>` | |
2033+
|`<thead>` | |
2034+
|`<tr>` | |
2035+
|`<track>` | |
2036+
|`<wbr>` | |
2037+
2038+
<div align="right">
2039+
<b><a href="#">↥ back to top</a></b>
2040+
</div>
2041+
19992042
#### Q. ***Have you used different HTML templating languages before?***
20002043
#### Q. ***How do you change the direction of html text?***
20012044
#### Q. ***When is it appropriate to use the small element?***

0 commit comments

Comments
 (0)