#html5
Read more stories on Hashnode
Articles with this tag
adding non-alphanumeric text · At least two kinds of special characters exist in HTML: Entities characters which do not appear on all keyboards;...
the metadata (background information) container of a webpage · The <head> part of an HTML document describes the page but does not itself directly appear...
writing notes while coding a web page · HTML comments allow us to enter notes in an HTML file and they won't directly affect the run time of a page: <!--...
adding user interactivity on a webpage · Forms give the otherwise static web page a layer of interactivity ... ... instead of just the website giving the...
organizing similar records of data together on a webpage · Tables display groups of similar data as a grid-like structure: Rows typically show...
dividing up a webpage with "container" tags · The <div> tag, as its name implies, can divide an HTML document into more organized sections as...