#html
Read more stories on Hashnode
Articles with this tag
creating a kind of secondary navigation · Breadcrumbs enable a user to see the "forest for the trees" by having a one-liner navigation that shows where...
including real programming code onto a webpage · We can include Javascript in an HTML page in one of three ways: JavaScript inline In the early days or...
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...