Articles in this series
getting that first webpage in · Let us begin with the creation of a basic HTML file! To create an HTML file, you could use only a text editor, like...
defining the objects on a web page · HTML tags follow a basic structure of definition, attributes and content: Definition, as the tag/object itself,...
giving information to the objects of a webpage · We can add information about the objects of a webpage (i.e. headings, paragraphs, images, etc.) onto the...
dividing up a webpage with "container" tags · The <div> tag, as its name implies, can divide an HTML document into more organized sections as...
organizing similar records of data together on a webpage · Tables display groups of similar data as a grid-like structure: Rows typically show...
adding user interactivity on a webpage · Forms give the otherwise static web page a layer of interactivity ... ... instead of just the website giving the...