Joanna Gromadzka's Web110 Portal

HTML Elements

We learn how to create a 4 column table of HTML element information for this page; populating this table with these (41) commonly used HTML elements. and using W3Schools nice list of Character Sets to properly display html characters.

Tag Name Description Block, Inline or N/A Container or Empty
<!--...--> An HTML comment tag. Used to store comments, visible only in the HTML source. N/A Container
<!DOCTYPE> Lets the browser know what type of document to expect. N/A Empty
<a> An a tag is for anchors a link to another page. Inline Container
R5C1 R5C2 R5C3 R5C4